-
- Downloads
DWARF Simplified Template Names: Narrow down the handling for operator overloads
Actually we can, for now, remove the explicit "operator" handling entirely - since clang currently won't try to flag any of these as rebuildable. That seems like a reasonable state for now, but it could be narrowed down to only apply to conversion operators, most likely - but would need more nuance for op> and op>> since they would be incorrectly flagged as already having their template arguments (due to the trailing '>').
Showing
- cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/simplified_template_names.cpp 93 additions, 2 deletions...-tests/clang_llvm_roundtrip/simplified_template_names.cpp
- llvm/lib/DebugInfo/DWARF/DWARFDie.cpp 13 additions, 12 deletionsllvm/lib/DebugInfo/DWARF/DWARFDie.cpp
- llvm/test/tools/llvm-dwarfdump/X86/simplified-template-names.s 11974 additions, 0 deletions...test/tools/llvm-dwarfdump/X86/simplified-template-names.s
This diff is collapsed.
Please register or sign in to comment