We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e3f3d commit 31b6959Copy full SHA for 31b6959
clang-tools-extra/clangd/ConfigFragment.h
@@ -347,7 +347,7 @@ struct Fragment {
347
/// "IWYU": Include what you use. Insert the owning header for top-level
348
/// symbols, unless the header is already directly included or the
349
/// symbol is forward-declared
350
- /// "NeverInsert": Never insert headers
+ /// "Never": Never insert headers
351
std::optional<Located<std::string>> HeaderInsertion;
352
};
353
CompletionBlock Completion;
0 commit comments