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