The normalization of matchers means that this now works in all language
modes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D96140
[clang-tidy] Simplify inefficient algorithm check ClosedPublic Authored by steveire on Feb 5 2021, 6:45 AM.
Details Summary The normalization of matchers means that this now works in all language
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 15 2021, 3:31 PM This revision was landed with ongoing or failed builds.Feb 17 2021, 2:20 AM Closed by commit rG6c2eca96a2a5: [clang-tidy] Simplify inefficient algorithm check (authored by • stephenkelly). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 324244 clang-tools-extra/clang-tidy/performance/InefficientAlgorithmCheck.h
clang-tools-extra/clang-tidy/performance/InefficientAlgorithmCheck.cpp
clang-tools-extra/test/clang-tidy/checkers/performance-inefficient-algorithm.cpp
|