Changeset 90ed538


Ignore:
Timestamp:
Aug 19, 2018, 10:55:39 AM (5 years ago)
Author:
Rob Schluntz <rschlunt@…>
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
Message:

Change _Atomic mangling so that it is distinct from arrays

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/ManglerCommon.cc

    r4bd3069 r90ed538  
    6666                                { Type::Const, "K" },
    6767                                { 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
    6969                                { Type::Mutex, "X" },
    7070                                { Type::Lvalue, "L" },
Note: See TracChangeset for help on using the changeset viewer.