ilya-biryukov added inline comments.

================
Comment at: clang-tools-extra/clangd/XRefs.cpp:1170
     else if (NamespaceScope->empty())
-      Out << "global namespace";
+      Output.appendText(" global namespace");
     else
----------------
kadircet wrote:
> Should this also be `inlinecode`, for consistency? I know it is not exactly 
> code as the other two cases, but it might still be better to look similar in 
> all cases
Yeah, wasn't sure. Turned into inline code, could tweak later if needed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D61601



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

Reply via email to