diff options
Diffstat (limited to 'src/ast/attrs.hpp')
-rw-r--r-- | src/ast/attrs.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ast/attrs.hpp b/src/ast/attrs.hpp index 1926e96a..860e75ee 100644 --- a/src/ast/attrs.hpp +++ b/src/ast/attrs.hpp @@ -77,6 +77,7 @@ class Attribute ::std::string m_name; AttributeData m_data; mutable bool m_is_used; + // TODO: Parse as a TT then expand? public: Attribute(Span sp, ::std::string name): m_span(::std::move(sp)), |