[all-commits] [llvm/llvm-project] 2ff049: DebugInfo: Don't use preferred template names in d...
David Blaikie via All-commits
all-commits at lists.llvm.org
Tue Sep 21 20:08:34 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2ff049b12ee3fb60581835a28bf9d0acc1723f23
https://github.com/llvm/llvm-project/commit/2ff049b12ee3fb60581835a28bf9d0acc1723f23
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-09-21 (Tue, 21 Sep 2021)
Changed paths:
M clang/include/clang/AST/PrettyPrinter.h
M clang/lib/AST/TypePrinter.cpp
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/test/CodeGenCXX/debug-info-template.cpp
Log Message:
-----------
DebugInfo: Don't use preferred template names in debug info
Using the preferred name creates a mismatch between the textual name of
a type and the DWARF tags describing the parameters as well as possible
inconsistency between DWARF producers (like Clang and GCC, or
older/newer Clang versions, etc).
More information about the All-commits
mailing list