[Lldb-commits] [PATCH] D133944: [lldb][tests][gmodules] Test for expression evaluator crash for types with template base class
Gabor Marton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 16 00:40:25 PDT 2022
martong accepted this revision.
martong added a comment.
This revision is now accepted and ready to land.
Looks good to me!
================
Comment at: lldb/test/API/lang/cpp/gmodules/base-template-with-same-arg/module1.h:7
+struct ClassInMod1 {
+ ClassInMod3<float> VecInMod1;
+};
----------------
I was wondering whether you would have the crash if you used the directly the base class? I.e. if you had the `ClassInMod3Base<int> VecInMod1` here and `ClassInMod3Base<int> VecInMod2` in the other module.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133944/new/
https://reviews.llvm.org/D133944
More information about the lldb-commits
mailing list