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 1c5d401 commit 86df7f5Copy full SHA for 86df7f5
clang-tools-extra/clangd/ConfigFragment.h
@@ -351,8 +351,8 @@ struct Fragment {
351
std::optional<Located<std::string>> HeaderInsertion;
352
/// Will suggest code patterns & snippets.
353
/// Values are Config::CodePatternsPolicy:
354
- /// all => enable all code patterns and snippets suggestion
355
- /// none => disable all code patterns and snippets suggestion
+ /// All => enable all code patterns and snippets suggestion
+ /// None => disable all code patterns and snippets suggestion
356
std::optional<Located<std::string>> CodePatterns;
357
};
358
CompletionBlock Completion;
0 commit comments