aprantl added inline comments.

================
Comment at: 
packages/Python/lldbsuite/test/expression_command/cast_int_to_anonymous_enum/main.cpp:1
+#include <cstdio>
+
----------------
You can speed up compilation time of this test significantly by removing the 
printf and the include of cstdio.




================
Comment at: 
packages/Python/lldbsuite/test/expression_command/cast_int_to_anonymous_enum/main.cpp:8
+int main() {
+   flow_e f;
+
----------------
It looks like this variable is not actually used by the test?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59667/new/

https://reviews.llvm.org/D59667



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to