Ignore:
Timestamp:
Aug 24, 2016, 12:36:33 PM (8 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
0555f4b
Parents:
f87408e
Message:

implement warnings for missing struct member constructor calls, remove bad clones

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/InitTweak.h

    rf87408e r79970ed  
    2626// helper functions for initialization
    2727namespace InitTweak {
     28        bool isConstructor( const std::string & );
     29        bool isDestructor( const std::string & );
     30        bool isCtorDtor( const std::string & );
     31
    2832        /// transform Initializer into an argument list that can be passed to a call expression
    2933        std::list< Expression * > makeInitList( Initializer * init );
Note: See TracChangeset for help on using the changeset viewer.