gribozavr accepted this revision.
gribozavr added inline comments.

================
Comment at: clangd/XRefs.cpp:160
+    if (Roles & static_cast<unsigned>(index::SymbolRole::NameReference))
+      return true;
     if (Loc == SearchedLocation) {
----------------
Maybe add a blank line so that it is clear that the comment is only attached to 
the if stmt?


Repository:
  rCTE Clang Tools Extra

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

https://reviews.llvm.org/D58815



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

Reply via email to