Changeset 10e90cb for src/InitTweak/FixGlobalInit.cc
- Timestamp:
- Jun 6, 2017, 2:50:57 PM (6 years ago)
- Branches:
- aaron-thesis, arm-eh, cleanup-dtors, 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:
- c6d2e93
- Parents:
- 8ca3a72 (diff), c5ac6d5 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/FixGlobalInit.cc
r8ca3a72 r10e90cb 125 125 126 126 // only modify global variables 127 void GlobalFixer::visit( FunctionDecl *functionDecl ) {}128 void GlobalFixer::visit( StructDecl *aggregateDecl ) {}129 void GlobalFixer::visit( UnionDecl *aggregateDecl ) {}130 void GlobalFixer::visit( EnumDecl *aggregateDecl ) {}131 void GlobalFixer::visit( TraitDecl *aggregateDecl ) {}132 void GlobalFixer::visit( TypeDecl *typeDecl ) {}127 void GlobalFixer::visit( __attribute__((unused)) FunctionDecl *functionDecl ) {} 128 void GlobalFixer::visit( __attribute__((unused)) StructDecl *aggregateDecl ) {} 129 void GlobalFixer::visit( __attribute__((unused)) UnionDecl *aggregateDecl ) {} 130 void GlobalFixer::visit( __attribute__((unused)) EnumDecl *aggregateDecl ) {} 131 void GlobalFixer::visit( __attribute__((unused)) TraitDecl *aggregateDecl ) {} 132 void GlobalFixer::visit( __attribute__((unused)) TypeDecl *typeDecl ) {} 133 133 134 134 } // namespace InitTweak
Note: See TracChangeset
for help on using the changeset viewer.