-
- Downloads
DebugInfo: Don't simplify any template referencing a lambda
Lambda names aren't entirely canonical (as demonstrated by the cross-project-test added here) at the moment (we should fix that for a bunch of reasons) - even if the template referencing them is non-simplified, other names referencing /that/ template can't be simplified either because type units might cause a different template to be picked up that would conflict with the expected name. (other than for roundtripping precision, it'd be OK to simplify types that reference types that reference lambdas - but best be consistent between the roundtrip/verify mode and the actual simplified template names mode)
Showing
- clang/lib/CodeGen/CGDebugInfo.cpp 48 additions, 10 deletionsclang/lib/CodeGen/CGDebugInfo.cpp
- clang/test/CodeGenCXX/debug-info-simple-template-names.cpp 5 additions, 3 deletionsclang/test/CodeGenCXX/debug-info-simple-template-names.cpp
- cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/simplified_template_names.cpp 1 addition, 0 deletions...-tests/clang_llvm_roundtrip/simplified_template_names.cpp
- cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/simplified_template_names_noncanonical_type_units.cpp 40 additions, 0 deletions...rip/simplified_template_names_noncanonical_type_units.cpp
Loading
Please register or sign in to comment