jankratochvil marked 2 inline comments as done.
jankratochvil added inline comments.


================
Comment at: lldb/include/lldb/Symbol/Symtab.h:159-161
+      else if (symbol.IsWeak())
+        return 2;
+      else if (symbol.IsDebug())
----------------
labath wrote:
> [[ http://llvm.org/docs/CodingStandards.html#don-t-use-else-after-a-return | 
> Don’t use else after a return ]]
Thanks for catching it.  It is a leftover from `val = X` of [[ 
https://reviews.llvm.org/D63540?id=234672 | previous version of the patch ]].


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