llvm-project
6a981711 - [clang-tidy] Speed up `misc-header-include-cycle` (#148757)

Commit
149 days ago
[clang-tidy] Speed up `misc-header-include-cycle` (#148757) Performance optimization of misc-header-include-cycle based on clangd test on Sema.cpp. Check were slow due calls to SM.translateFile. Cost reduction (+-) from 11% to 3%.
Author
Parents
Loading