Changeset db6cdc0 for src/AST/Decl.hpp


Ignore:
Timestamp:
Nov 14, 2022, 3:07:55 PM (21 months ago)
Author:
JiadaL <j82liang@…>
Branches:
ADT, ast-experimental, master
Children:
25b0fde
Parents:
e4d7c1c (diff), 1fb09ef (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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Decl.hpp

    re4d7c1c rdb6cdc0  
    398398};
    399399
     400/// Static Assertion `_Static_assert( ... , ... );`
    400401class StaticAssertDecl : public Decl {
    401402public:
     
    412413};
    413414
     415/// Inline Member Declaration `inline TypeName;`
    414416class InlineMemberDecl final : public DeclWithType {
    415417public:
     
    429431        MUTATE_FRIEND
    430432};
     433
    431434}
    432435
Note: See TracChangeset for help on using the changeset viewer.