Changeset 839ccbb for src/SymTab
- Timestamp:
- Nov 20, 2015, 4:19:13 PM (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, string, with_gc
- Children:
- 5189888
- Parents:
- 05587c2 (diff), ed94eac (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. - git-author:
- Peter A. Buhr <pabuhr@…> (11/20/15 12:51:58)
- git-committer:
- Peter A. Buhr <pabuhr@…> (11/20/15 16:19:13)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Validate.cc
r05587c2 r839ccbb 10 10 // Created On : Sun May 17 21:50:04 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : T ue Aug 11 16:59:35201513 // Update Count : 19 612 // Last Modified On : Thu Nov 19 22:31:41 2015 13 // Update Count : 197 14 14 // 15 15 … … 195 195 acceptAll( translationUnit, pass1 ); 196 196 acceptAll( translationUnit, pass2 ); 197 // need to collect all of the assignment operators prior to 198 // this point and only generate assignment operators ifone doesn't exist197 // need to collect all of the assignment operators prior to this point and only generate assignment operators if 198 // one doesn't exist 199 199 AddStructAssignment::addStructAssignment( translationUnit ); 200 200 acceptAll( translationUnit, pass3 );
Note:
See TracChangeset
for help on using the changeset viewer.