Changeset 6e1e2d0 for src/AST/Attribute.hpp
- Timestamp:
- May 1, 2023, 4:19:09 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- c083c3d
- Parents:
- a50fdfb (diff), 985b624 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/AST/Attribute.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Attribute.hpp
ra50fdfb r6e1e2d0 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.