aadsm added inline comments.
================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp:503-505
+ if (section_list) {
+ InitializeFirstCodeAddress(*section_list);
+ }
----------------
labath wrote:
> clayborg wrote:
> > remove braces
> or even fold the declaration into the if condition.
folding was not possible as clang-formatter didn't allow it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87172/new/
https://reviews.llvm.org/D87172
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits