[all-commits] [llvm/llvm-project] 606ea0: llvm-dwarfdump: support for type printing "decltyp...
David Blaikie via All-commits
all-commits at lists.llvm.org
Sun Sep 19 17:35:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 606ea0dd2a7308d4af222ddcf0ae66c6267cb90d
https://github.com/llvm/llvm-project/commit/606ea0dd2a7308d4af222ddcf0ae66c6267cb90d
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-09-19 (Sun, 19 Sep 2021)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
M llvm/test/tools/llvm-dwarfdump/X86/prettyprint_types.s
Log Message:
-----------
llvm-dwarfdump: support for type printing "decltype(nullptr)" as "nullptr_t"
This should probably be rendered as "std::nullptr_t" but for now clang
uses the unqualified name (which is ambiguous with possible user defined
name in the global namespace), so match that here.
More information about the All-commits
mailing list