mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 21:55:39 +08:00
Generation of the .yaml has been removed to prevent lint from running with every ninja invocation. The new .clang-tidy file is copied to the libc build directory so that generated files also get checked. Reviewed By: michaelrj Differential Revision: https://reviews.llvm.org/D115405