Changes in src/SymTab/Demangle.cc [c649d2c:c0af102]
- File:
-
- 1 edited
-
src/SymTab/Demangle.cc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Demangle.cc
rc649d2c rc0af102 9 9 // Author : Rob Schluntz 10 10 // Created On : Thu Jul 19 12:52:41 2018 11 // Last Modified By : Andrew Beach12 // Last Modified On : Mon Nov 6 15:59:00 202313 // Update Count : 1 211 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Jan 11 21:28:27 2021 13 // Update Count : 11 14 14 // 15 15 … … 18 18 19 19 #include "CodeGen/GenType.h" 20 #include "CodeGen/OperatorTable.h"21 20 #include "Common/PassVisitor.h" 22 21 #include "Common/utility.h" // isPrefix … … 606 605 Type * type = nullptr; 607 606 if (! view.parse(name, type)) return mangleName; 608 auto info = CodeGen::operatorLookupByOutput(name);609 if (info) name = info->inputName;610 607 std::unique_ptr<Type> manager(type); 611 608 return genDemangleType(type, name);
Note:
See TracChangeset
for help on using the changeset viewer.