Make the check's behavior more correct when handling using-decls in multiple scopes.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LG
clang-tidy/misc/UnusedUsingDeclsCheck.cpp | ||
---|---|---|
111 | 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? |
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?