mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-16 19:26:05 +00:00

This allows removing the clangAST dependency from libclangToolingCore and therefore allows clang-format to be built without depending on clangAST. Before 1166 files had to be compiled for clang-format, now only 796. Reviewed By: bkramer Differential Revision: https://reviews.llvm.org/D89708