[Lldb-commits] [PATCH] D59667: Regression test to ensure that we handling importing of anonymous enums correctly
Shafik Yaghmour via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 15 15:05:28 PDT 2019
shafik added inline comments.
================
Comment at: packages/Python/lldbsuite/test/expression_command/cast_int_to_anonymous_enum/main.cpp:8
+int main() {
+ flow_e f;
+
----------------
aprantl wrote:
> It looks like this variable is not actually used by the test?
I need the type in the test, so this forces the debug information to be generated.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59667/new/
https://reviews.llvm.org/D59667
More information about the lldb-commits
mailing list