Changes in translator/Parser/ParseNode.h [bdd516a:c11e31c]
- File:
-
- 1 edited
-
translator/Parser/ParseNode.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
translator/Parser/ParseNode.h
rbdd516a rc11e31c 262 262 class DeclarationNode : public ParseNode { 263 263 public: 264 enum Qualifier { Const, Restrict, Volatile, Lvalue, Atomic };265 enum StorageClass { Static, Auto, Extern, Register, Inline, Fortran };264 enum Qualifier { Const, Restrict, Volatile, Lvalue, Atomic, Attribute }; 265 enum StorageClass { Extern, Static, Auto, Register, Inline, Fortran }; 266 266 enum BasicType { Char, Int, Float, Double, Void, Bool, Complex, Imaginary }; 267 267 enum Modifier { Signed, Unsigned, Short, Long };
Note:
See TracChangeset
for help on using the changeset viewer.