Make the check's behavior more correct when handling using-decls in multiple scopes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LG
clang-tidy/misc/UnusedUsingDeclsCheck.cpp | ||
---|---|---|
109 ↗ | (On Diff #59376) | I suspect that linear search here may be the reason for the poor performance of the check (on a large file it's in top 3 by time spent). This should be addressed separately. Maybe leave a FIXME? |