Changes in src/CodeGen/FixNames.cc [aaa1a99a:dd020c0]
- File:
-
- 1 edited
-
src/CodeGen/FixNames.cc (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/FixNames.cc
raaa1a99a rdd020c0 9 9 // Author : Richard C. Bilson 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : Rob Schluntz12 // Last Modified On : Mon Apr 11 15:38:10 201613 // Update Count : 111 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Mar 3 21:52:17 2017 13 // Update Count : 6 14 14 // 15 15 … … 44 44 LinkageSpec::Cforall, 45 45 main_type = new FunctionType( Type::Qualifiers(), true ), 46 nullptr , false, false46 nullptr 47 47 ) }; 48 48 main_type->get_returnVals().push_back( … … 50 50 ); 51 51 52 auto && name = SymTab::Mangler::mangle( mainDecl.get() );52 auto && name = SymTab::Mangler::mangle( mainDecl.get() ); 53 53 // std::cerr << name << std::endl; 54 54 return name; … … 61 61 LinkageSpec::Cforall, 62 62 main_type = new FunctionType( Type::Qualifiers(), false ), 63 nullptr , false, false63 nullptr 64 64 ) }; 65 65 main_type->get_returnVals().push_back(
Note:
See TracChangeset
for help on using the changeset viewer.