Changeset 293dc1c for src/InitTweak/FixInit.h
- Timestamp:
- Nov 3, 2020, 4:06:20 PM (2 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 4406887
- Parents:
- daefe93
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/FixInit.h
rdaefe93 r293dc1c 19 19 #include <string> // for string 20 20 21 #include <AST/Fwd.hpp>22 23 21 class Declaration; 22 namespace ast { 23 class TranslationUnit; 24 } 24 25 25 26 namespace InitTweak { … … 27 28 void fix( std::list< Declaration * > & translationUnit, bool inLibrary ); 28 29 29 void fix( std::list<ast::ptr<ast::Decl>>& translationUnit, bool inLibrary);30 void fix( ast::TranslationUnit & translationUnit, bool inLibrary); 30 31 } // namespace 31 32
Note: See TracChangeset
for help on using the changeset viewer.