https://github.com/zeyi2 commented:

In `ClangTidyDiagnosticConsumer.cpp`:
```diff
-      ExperimentalCustomChecks(ExperimentalCustomChecks) {
+      ExperimentalCustomChecks(ExperimentalCustomChecks),
+      CheckFilter(""), WarningAsErrorFilter("") {
```

https://github.com/llvm/llvm-project/pull/164212
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to