Changeset 1fb7bfd for src/AST/Fwd.hpp


Ignore:
Timestamp:
May 16, 2019, 1:55:48 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
87701b6
Parents:
8133121 (diff), 24afc53 (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/Fwd.hpp

    r8133121 r1fb7bfd  
    7777class OffsetofExpr;
    7878class OffsetPackExpr;
    79 class AttrExpr;
    8079class LogicalExpr;
    8180class ConditionalExpr;
     
    252251inline void increment( const class OffsetPackExpr *, Node::ref_type );
    253252inline void decrement( const class OffsetPackExpr *, Node::ref_type );
    254 inline void increment( const class AttrExpr *, Node::ref_type );
    255 inline void decrement( const class AttrExpr *, Node::ref_type );
    256253inline void increment( const class LogicalExpr *, Node::ref_type );
    257254inline void decrement( const class LogicalExpr *, Node::ref_type );
Note: See TracChangeset for help on using the changeset viewer.