[Lldb-commits] [PATCH] D71409: [lldb][NFC] Make metadata tracking type safe
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 12 05:01:12 PST 2019
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
Yes this is definitely better. If storing metadata for QualTypes is important (my impression is it's the opposite), then you could do that (while maintaining a decent amount of type safety) by having the [GS]etMetadata functions take a QualType, and converting it to void* only as an implementation detail..
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71409/new/
https://reviews.llvm.org/D71409
More information about the lldb-commits
mailing list