[PATCH] D118105: [Visualizers] Fix SmallVector visualizer. Use `value_type` instead of `$T1`.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 25 03:03:50 PST 2022
RKSimon added a comment.
Ah - that might be it - I was checking it with SmallVector<int> - non-POD might still break it.
A llvm::Optional<> fix would be appreciated - cheers.
Do you see any warning spam when you enable Natvis diagnostics in VisualStudio?
https://docs.microsoft.com/en-us/visualstudio/debugger/create-custom-views-of-native-objects
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118105/new/
https://reviews.llvm.org/D118105
More information about the llvm-commits
mailing list