================
@@ -139,10 +139,9 @@ class SValTest : public
testing::TestWithParam<TestClangConfig> {};
\
void add##NAME##SValCollector(AnalysisASTConsumer &AnalysisConsumer,
\
AnalyzerOptions &AnOpts) {
\
- AnOpts.CheckersAndPackages = {{"test.##NAME##SValCollector", true}};
\
----------------
NagyDonat wrote:
FIXME: NAME is within a string here, so it is not substituted here.
https://github.com/llvm/llvm-project/pull/147797
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits