Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clang-tools-extra/clangd/ConfigFragment.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading