[clang-tools-extra] [clang-tidy] fix verify config for custom checks (PR #192260)
Daniil Dudkin via cfe-commits
cfe-commits at lists.llvm.org
Sat Apr 18 09:49:38 PDT 2026
================
@@ -700,8 +700,23 @@ int clangTidyMain(int argc, const char **argv) {
if (VerifyConfig) {
const std::vector<ClangTidyOptionsProvider::OptionsSource> RawOptions =
OptionsProvider->getRawOptions(FileName);
+
+ ClangTidyOptions AllCustomChecksOptions;
+ {
----------------
unterumarmung wrote:
what is the point of `{` `}` here?
https://github.com/llvm/llvm-project/pull/192260
More information about the cfe-commits
mailing list