Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • translator/Parser/ParseNode.h

    rbdd516a rc11e31c  
    262262class DeclarationNode : public ParseNode {
    263263  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 };
    266266    enum BasicType { Char, Int, Float, Double, Void, Bool, Complex, Imaginary };
    267267    enum Modifier { Signed, Unsigned, Short, Long };
Note: See TracChangeset for help on using the changeset viewer.