[clang-tools-extra] [clangd] Allow specifying what headers are always included via "" or <> (PR #67749)
Nathan Ridge via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 22 23:17:30 PST 2024
================
@@ -123,6 +123,10 @@ struct Config {
// declarations, always spell out the whole name (with or without leading
// ::). All nested namespaces are affected as well.
std::vector<std::string> FullyQualifiedNamespaces;
+
+ // List of regexes for inserting certain headers with <> or "".
----------------
HighCommander4 wrote:
"regexes" --> "matcher functions"
https://github.com/llvm/llvm-project/pull/67749
More information about the cfe-commits
mailing list