From 4a94f8e8f717b1e89686e4f625492f64a4811bc6 Mon Sep 17 00:00:00 2001 From: cetio Date: Tue, 7 May 2024 13:34:10 -0400 Subject: [PATCH] erm --- spec/metadata.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/metadata.md b/spec/metadata.md index 2711629..a610a86 100644 --- a/spec/metadata.md +++ b/spec/metadata.md @@ -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 |