[clang] [clang-tools-extra] [clangd] Support parsing comments without ASTContext (PR #78491)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 14 06:22:33 PDT 2024


================
@@ -1971,7 +1971,7 @@ class BeforeThanCompare<SourceRange> {
 };
 
 /// SourceManager and necessary dependencies (e.g. VFS, FileManager) for a
-/// single in-memorty file.
+/// single in-memory file.
----------------
erichkeane wrote:

Unrelated chage, please put this in a different patch.

https://github.com/llvm/llvm-project/pull/78491


More information about the cfe-commits mailing list