labath accepted this revision.
labath added a comment.

This looks great now. Thanks for persisting.



================
Comment at: lldb/include/lldb/Symbol/Symtab.h:159-161
+      else if (symbol.IsWeak())
+        return 2;
+      else if (symbol.IsDebug())
----------------
[[ http://llvm.org/docs/CodingStandards.html#don-t-use-else-after-a-return | 
Don’t use else after a return ]]


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63540



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

Reply via email to