Ignore:
Timestamp:
Aug 19, 2018, 12:09:00 PM (6 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:
04c77791
Parents:
38587bc
Message:

Fix name mangling for type variables and forall lists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/Mangler.h

    r38587bc r0e73845  
    5757                        extern const std::string qualifiedTypeEnd;
    5858
     59                        extern const std::string forall;
     60                        extern const std::string typeVariables[];
     61
    5962                        extern const std::string struct_t;
    6063                        extern const std::string union_t;
Note: See TracChangeset for help on using the changeset viewer.