Changeset 242f705 for src/Parser
- Timestamp:
- Jul 9, 2018, 3:33:20 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 046959b
- Parents:
- 6fd8b0f (diff), c3e44e6a (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
-
src/Parser/TypedefTable.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/TypedefTable.h
r6fd8b0f r242f705 23 23 24 24 class TypedefTable { 25 typedef ScopedMap< std::string, int > KindTable;25 typedef ScopedMap< std::string, int, int > KindTable; 26 26 KindTable kindTable; 27 27 unsigned int level = 0;
Note:
See TracChangeset
for help on using the changeset viewer.