[clang-tools-extra] a56f966 - [clangd][docs] Fix incorrect docstring for header-insertion "Never" (#135921)

via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 16 00:00:18 PDT 2025


Author: Mythreya
Date: 2025-04-16T09:00:14+02:00
New Revision: a56f966417bc53051fa39e3db6fcc95f9abf0b5c

URL: https://github.com/llvm/llvm-project/commit/a56f966417bc53051fa39e3db6fcc95f9abf0b5c
DIFF: https://github.com/llvm/llvm-project/commit/a56f966417bc53051fa39e3db6fcc95f9abf0b5c.diff

LOG: [clangd][docs] Fix incorrect docstring for header-insertion "Never" (#135921)

Docstring fix for changes introduced in PR #128503

Added: 
    

Modified: 
    clang-tools-extra/clangd/ConfigFragment.h

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/clangd/ConfigFragment.h b/clang-tools-extra/clangd/ConfigFragment.h
index f05ed4d1acdfc..2363b483ab96d 100644
--- a/clang-tools-extra/clangd/ConfigFragment.h
+++ b/clang-tools-extra/clangd/ConfigFragment.h
@@ -347,7 +347,7 @@ struct Fragment {
     ///   "IWYU": Include what you use. Insert the owning header for top-level
     ///     symbols, unless the header is already directly included or the
     ///     symbol is forward-declared
-    ///   "NeverInsert": Never insert headers
+    ///   "Never": Never insert headers
     std::optional<Located<std::string>> HeaderInsertion;
   };
   CompletionBlock Completion;


        


More information about the cfe-commits mailing list