llvm-project
6a981711
- [clang-tidy] Speed up `misc-header-include-cycle` (#148757)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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%.
References
#148757 - [clang-tidy] Speed up `misc-header-include-cycle`
Author
localspook
Parents
65dec995
Loading