labath added inline comments.

================
Comment at: 
lldb/test/Shell/SymbolFile/DWARF/clang-ast-from-dwarf-unamed-and-anon-structs.cpp:1
+// Test to verify we are corectly generating anonymous flags when parsing
+// anonymous class and unnamed structs from DWARF to the a clang AST node.
----------------
I am seeing this test fail sporadically (mostly depending on the build config). 
This happens because the test output is nondeterministic (sometimes the 
"anonymous" structs are printed in different order. I think this is down to 
SymbolFileDWARF::GetTypes using pointer values (through `TypeSet = 
std::set<Type *>`) in its operation...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68961



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

Reply via email to