zeyi2 wrote: ``` m@n:~/.../projects/llvm-project$ build/bin/clang-tidy -p=build/ -checks='-*,readability-container-size-empty' clang-tools-extra/clang-tidy/ClangTidy.cpp 14 warnings generated. Suppressed 14 warnings (6 in non-user code, 8 with check filters). Use -header-filter=.* or leave it as default to display errors from all non-system headers. Use -system-headers to display errors from system headers as well. ```
I've verified that running patched `clang-tidy` on this file will no longer crash :) https://github.com/llvm/llvm-project/pull/181557 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
