jankratochvil added inline comments.
================
Comment at: lldb/source/Core/SourceManager.cpp:422
if (num_matches > 1) {
- SymbolContext sc;
+ // SymbolContext sc;
CompileUnit *test_cu = nullptr;
----------------
This comment should not stay there during check-in.
================
Comment at: lldb/source/Core/SourceManager.cpp:438
if (!got_multiple) {
- SymbolContext sc;
+ // SymbolContext sc;
sc_list.GetContextAtIndex(0, sc);
----------------
This comment should not stay there during check-in.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75750/new/
https://reviews.llvm.org/D75750
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits