Changeset f92c696 for src/SymTab
- Timestamp:
- Sep 14, 2017, 3:40:45 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, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 1dcd9554
- Parents:
- 522363e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Mangler.cc
r522363e rf92c696 307 307 mangleName << "V"; 308 308 } // if 309 if ( type->get_mutex() ) { 310 mangleName << "M"; 311 } // if 309 312 // Removed due to restrict not affecting function compatibility in GCC 310 313 // if ( type->get_isRestrict() ) {
Note: See TracChangeset
for help on using the changeset viewer.