[all-commits] [llvm/llvm-project] 26fee3: Fixed NATVIS debug visualizers for LLVM

Aaron Ballman via All-commits all-commits at lists.llvm.org
Thu May 11 06:29:21 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 26fee39c2525111265825fe13f7f2aaa60095f87
      https://github.com/llvm/llvm-project/commit/26fee39c2525111265825fe13f7f2aaa60095f87
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2023-05-11 (Thu, 11 May 2023)

  Changed paths:
    M llvm/utils/LLVMVisualizers/llvm.natvis

  Log Message:
  -----------
  Fixed NATVIS debug visualizers for LLVM

This fixes the visualizers for:
PointerIntPair
PointerUnion
PointerIntPair<PointerUnion<*>, *>
StringMapEntry

and adds a visualizer for:
PunnedPointer


  Commit: 4bc75f046018bcc81ede90d548f95da8ed14f1a9
      https://github.com/llvm/llvm-project/commit/4bc75f046018bcc81ede90d548f95da8ed14f1a9
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2023-05-11 (Thu, 11 May 2023)

  Changed paths:
    M clang/utils/ClangVisualizers/clang.natvis

  Log Message:
  -----------
  Fixed NATVIS debug visualizers for Clang

This fixes the visualizers for:
Type
DeclContext
QualType
TypedefNameDecl
NestedNameSpecifier
FunctionDecl

and adds visualizers for:
VariableArrayType
ElaboratedType
ParenType
BitIntType


Compare: https://github.com/llvm/llvm-project/compare/4a2e50e4f4e0...4bc75f046018


More information about the All-commits mailing list