Skip to content

Commit

Permalink
erm
Browse files Browse the repository at this point in the history
  • Loading branch information
cetio committed May 7, 2024
1 parent 4125b28 commit 4a94f8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@

| Member | Evaluates | Applicable |
|--------|-----------|------------|
| `attributes` | All fields of the given symbol. | All |
| `attributes` | All attributes of the given symbol. | All |
| `children` | Children of the given symbol. | All |
| `parents` | Parents of the given symbol. | All |
| `symkind` | The kind of symbol that the given symbol is. | All |
| `symattr` | The symbol attributes of the given symbol is, this is ***not*** the same as `attributes`. | All |
| `sizeof` | The size of the given symbol's data. | Variables, Types, Functions |
| `alignof` | The alignment of the given symbol's data. | Variables, Types, Functions |
| `typeof` | The type of the given symbol's data. | Variables, Types |
Expand Down

0 comments on commit 4a94f8e

Please sign in to comment.