Skip to content

Disable clang-tidy checks on files generated by bison/flex

Daniel Pfeifer requested to merge purpleKarrot/cmake:yacclex-clang-tidy into master

The files generated by bison and flex have many clang-tidy issues. Build them as a separate library and disable the clang-tidy analysis.

Merge request reports