Changes in src/SymTab/ManglerCommon.cc [b66d14a:07de76b]
- File:
-
- 1 edited
-
src/SymTab/ManglerCommon.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/ManglerCommon.cc
rb66d14a r07de76b 10 10 // Created On : Sun May 17 21:44:03 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Jan 11 21:23:10 202113 // Update Count : 2 912 // Last Modified On : Fri Dec 13 14:54:38 2019 13 // Update Count : 28 14 14 // 15 15 … … 104 104 const std::string typeVariables[] = { 105 105 "BD", // dtype 106 "BDS", // dtype + sized107 106 "BO", // otype 108 107 "BF", // ftype 109 108 "BT", // ttype 110 "BAL", // array length type111 109 }; 112 110 static_assert( 113 sizeof(typeVariables) /sizeof(typeVariables[0]) == TypeDecl::NUMBER_OF_KINDS,111 sizeof(typeVariables)/sizeof(typeVariables[0]) == TypeDecl::NUMBER_OF_KINDS, 114 112 "Each type variable kind should have a corresponding mangler prefix" 115 113 );
Note:
See TracChangeset
for help on using the changeset viewer.