Changeset d41280e for src/InitTweak
- Timestamp:
- Feb 8, 2016, 10:07:42 AM (10 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, stuck-waitfor-destruct, with_gc
- Children:
- c44e622
- Parents:
- 00ede9e (diff), bd85400 (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. - Location:
- src/InitTweak
- Files:
-
- 5 edited
-
BasicInit.cc (modified) (1 diff)
-
DeclarationHoister.cc (modified) (1 diff)
-
InitExpander.cc (modified) (1 diff)
-
InitExpander.h (modified) (1 diff)
-
InitModel.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/BasicInit.cc
r00ede9e rd41280e 20 20 #include <algorithm> 21 21 22 #include " utility.h"22 #include "Common/utility.h" 23 23 24 24 #include "SynTree/Type.h" -
src/InitTweak/DeclarationHoister.cc
r00ede9e rd41280e 20 20 #include <algorithm> 21 21 22 #include " utility.h"22 #include "Common/utility.h" 23 23 24 24 #include "SynTree/Statement.h" -
src/InitTweak/InitExpander.cc
r00ede9e rd41280e 19 19 #include <algorithm> 20 20 21 #include " utility.h"21 #include "Common/utility.h" 22 22 #include "InitExpander.h" 23 23 #include "InitModel.h" -
src/InitTweak/InitExpander.h
r00ede9e rd41280e 19 19 #include <string> 20 20 21 #include " utility.h"21 #include "Common/utility.h" 22 22 #include "SynTree/Mutator.h" 23 23 #include "SymTab/Indexer.h" -
src/InitTweak/InitModel.h
r00ede9e rd41280e 18 18 19 19 #include "Association.h" 20 #include " SemanticError.h"20 #include "Common/SemanticError.h" 21 21 #include "SynTree/Visitor.h" 22 22 … … 73 73 void visit( SizeofExpr * ) { throw 0; } 74 74 void visit( AlignofExpr * ) { throw 0; } 75 void visit( UntypedOffsetofExpr * ) { throw 0; } 76 void visit( OffsetofExpr * ) { throw 0; } 75 77 void visit( AttrExpr * ) { throw 0; } 76 78 void visit( LogicalExpr * ) { throw 0; }
Note:
See TracChangeset
for help on using the changeset viewer.