[all-commits] [llvm/llvm-project] 7063a8: Add MSVC natvis visualisation of llvm::Type

AaronBallman via All-commits all-commits at lists.llvm.org
Fri May 15 06:39:35 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7063a83a7cca45a9b12a7e447c90abe681f6ebaf
      https://github.com/llvm/llvm-project/commit/7063a83a7cca45a9b12a7e447c90abe681f6ebaf
  Author: Machiel van Hooren <jcmac at machiel.info>
  Date:   2020-05-15 (Fri, 15 May 2020)

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

  Log Message:
  -----------
  Add MSVC natvis visualisation of llvm::Type

llvm::Type has some difficult to decode member variables with different meanings
depending on the TypeID. Specifically SubclassData and ContainedTys. This natvis
visualisation decodes and visualises those members.




More information about the All-commits mailing list