kadircet added inline comments.

================
Comment at: clang-tools-extra/clangd/index/CanonicalIncludes.h:43
+  /// Returns the overridden include for a qualified symbol with, or "".
+  /// \p Scope and \p Name concatenation forms the full qualified name.
+  /// \p Scope is the qualifier with the trailing "::" (e.g. "std::") or empty
----------------
s/full/fully


================
Comment at: clang-tools-extra/clangd/index/CanonicalIncludes.h:45
+  /// \p Scope is the qualifier with the trailing "::" (e.g. "std::") or empty
+  /// (for global namespace symbol).
+  llvm::StringRef mapSymbol(llvm::StringRef Scope, llvm::StringRef Name,
----------------
s/for global namespace symbol/for global namespace/


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143274

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

Reply via email to