Changeset 90ed538
- Timestamp:
- Aug 19, 2018, 10:55:39 AM (5 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:
- 2f9768f
- Parents:
- 4bd3069
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/ManglerCommon.cc
r4bd3069 r90ed538 66 66 { Type::Const, "K" }, 67 67 { Type::Volatile, "V" }, 68 { Type::Atomic, " A" }, // A = Atomic, A0 = Array and forall parameter...68 { Type::Atomic, "DA" }, // A is array, so need something unique for atmoic. For now, go with multiletter DA 69 69 { Type::Mutex, "X" }, 70 70 { Type::Lvalue, "L" },
Note: See TracChangeset
for help on using the changeset viewer.