[all-commits] [llvm/llvm-project] 49c519: DebugInfo: Rebuild decltype(nullptr) as 'std::null...

David Blaikie via All-commits all-commits at lists.llvm.org
Tue Sep 21 11:37:49 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 49c519a84856d018578ed2af625b114771f666e4
      https://github.com/llvm/llvm-project/commit/49c519a84856d018578ed2af625b114771f666e4
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2021-09-21 (Tue, 21 Sep 2021)

  Changed paths:
    M llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
    M llvm/test/tools/llvm-dwarfdump/X86/prettyprint_types.s

  Log Message:
  -----------
  DebugInfo: Rebuild decltype(nullptr) as 'std::nullptr_t'

Now that Clang's been changed to render nullptr types/template
parameters as 'std::nullptr_t' do the same thing down here.

(Clang commit: 131e8786640a49daf533b7ead4d3b5b82e0aea2a )




More information about the All-commits mailing list