Details
Details
- Reviewers
aaron.ballman JonasToth
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D120814
[clang-tidy] Add check to perfer pre-increment over post-increment AbandonedPublic Authored by philnik on Mar 2 2022, 7:22 AM.
Details
Diff Detail
Revision Contents
Diff 412409 clang-tools-extra/clang-tidy/performance/CMakeLists.txt
clang-tools-extra/clang-tidy/performance/PerformanceTidyModule.cpp
clang-tools-extra/clang-tidy/performance/UsePreincrementCheck.h
clang-tools-extra/clang-tidy/performance/UsePreincrementCheck.cpp
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/docs/clang-tidy/checks/performance-use-preincrement.rst
clang-tools-extra/test/clang-tidy/checkers/performance-use-preincrement.cpp
|