[all-commits] [llvm/llvm-project] bee886: [clang][DebugInfo] Don't canonicalize names in tem...
Michael137 via All-commits
all-commits at lists.llvm.org
Mon Jan 23 01:44:00 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bee8860525acbfe33f5b32870ad5e13de07fa6ff
https://github.com/llvm/llvm-project/commit/bee8860525acbfe33f5b32870ad5e13de07fa6ff
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2023-01-23 (Mon, 23 Jan 2023)
Changed paths:
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/test/CodeGenCXX/debug-info-alias.cpp
Log Message:
-----------
[clang][DebugInfo] Don't canonicalize names in template argument list for alias templates
**Summary**
This patch customizes the `CGDebugInfo` printing policy to stop canonicalizing
the template arugment list in `DW_AT_name` for alias templates. The motivation for
this is that we want to be able to use the `TypePrinter`s support for
omitting defaulted template arguments when emitting `DW_AT_name`.
For reference, GCC currently completely omits the template arguments
when emitting alias template DIEs.
**Testing**
* Added unit-test
Differential Revision: https://reviews.llvm.org/D142268
More information about the All-commits
mailing list