[all-commits] [llvm/llvm-project] 4a1258: Fix NATVIS for llvm::PointerIntPair
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Thu Apr 25 06:21:32 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4a12589de1388885d0f198605de3b1fbc0f25100
https://github.com/llvm/llvm-project/commit/4a12589de1388885d0f198605de3b1fbc0f25100
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2024-04-25 (Thu, 25 Apr 2024)
Changed paths:
M llvm/utils/LLVMVisualizers/llvm.natvis
Log Message:
-----------
Fix NATVIS for llvm::PointerIntPair
We don't need to cast to the type of the template argument because it
is always an unsigned number. When passed an enumeration type, MSVC's
debug formatter would get confused, so this fixes issues like looking
at a llvm::PointerIntPair<const ContentCache *, 3, CharacteristicKind>
such as what's used in SrcMgr::FileInfo.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list