Changes in src/AST/Attribute.hpp [99da267:94c98f0e]
- File:
-
- 1 edited
-
src/AST/Attribute.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Attribute.hpp
r99da267 r94c98f0e 27 27 class Expr; 28 28 29 /// An entry in an attribute list: `__attribute__(( ... ))` 29 30 class Attribute final : public Node { 30 31 public:
Note:
See TracChangeset
for help on using the changeset viewer.