[all-commits] [llvm/llvm-project] 296c6e: [clang-tidy] Simplify shrink to fit check
Stephen Kelly via All-commits
all-commits at lists.llvm.org
Sat Feb 27 04:15:22 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 296c6e85c19b7fc224109fe43af2fd9ed1d3d510
https://github.com/llvm/llvm-project/commit/296c6e85c19b7fc224109fe43af2fd9ed1d3d510
Author: Stephen Kelly <steveire at gmail.com>
Date: 2021-02-27 (Sat, 27 Feb 2021)
Changed paths:
M clang-tools-extra/clang-tidy/modernize/ShrinkToFitCheck.cpp
M clang-tools-extra/clang-tidy/modernize/ShrinkToFitCheck.h
Log Message:
-----------
[clang-tidy] Simplify shrink to fit check
Differential Revision: https://reviews.llvm.org/D97144
Commit: 9ba557cc0370ee5fa93dca04a20bd2b05bf19f45
https://github.com/llvm/llvm-project/commit/9ba557cc0370ee5fa93dca04a20bd2b05bf19f45
Author: Stephen Kelly <steveire at gmail.com>
Date: 2021-02-27 (Sat, 27 Feb 2021)
Changed paths:
M clang-tools-extra/clang-tidy/modernize/UseDefaultMemberInitCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseDefaultMemberInitCheck.h
Log Message:
-----------
[clang-tidy] Simplify default member init check
Differential Revision: https://reviews.llvm.org/D97145
Commit: 35763baf9aa927c2e8fc0a4af484c51391ecc30c
https://github.com/llvm/llvm-project/commit/35763baf9aa927c2e8fc0a4af484c51391ecc30c
Author: Stephen Kelly <steveire at gmail.com>
Date: 2021-02-27 (Sat, 27 Feb 2021)
Changed paths:
M clang-tools-extra/clang-tidy/readability/RedundantMemberInitCheck.cpp
M clang-tools-extra/clang-tidy/readability/RedundantMemberInitCheck.h
Log Message:
-----------
[clang-tidy] Simplify redundant member init check
Differential Revision: https://reviews.llvm.org/D97147
Commit: df42f9950d5e4aaea2038581188ed9d786d09213
https://github.com/llvm/llvm-project/commit/df42f9950d5e4aaea2038581188ed9d786d09213
Author: Stephen Kelly <steveire at gmail.com>
Date: 2021-02-27 (Sat, 27 Feb 2021)
Changed paths:
M clang-tools-extra/clang-tidy/bugprone/SuspiciousEnumUsageCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/SuspiciousEnumUsageCheck.h
Log Message:
-----------
[clang-tidy] Simplify suspicious enum usage check
Differential Revision: https://reviews.llvm.org/D97149
Commit: a5feefa3c72e67ea94b50addf8f0975dae9a9696
https://github.com/llvm/llvm-project/commit/a5feefa3c72e67ea94b50addf8f0975dae9a9696
Author: Stephen Kelly <steveire at gmail.com>
Date: 2021-02-27 (Sat, 27 Feb 2021)
Changed paths:
M clang-tools-extra/clang-tidy/bugprone/RedundantBranchConditionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/RedundantBranchConditionCheck.h
Log Message:
-----------
[clang-tidy] Simplify redundant branch condition check
Differential Revision: https://reviews.llvm.org/D97151
Commit: b672870886643a99dd74f3114995f2a091eab813
https://github.com/llvm/llvm-project/commit/b672870886643a99dd74f3114995f2a091eab813
Author: Stephen Kelly <steveire at gmail.com>
Date: 2021-02-27 (Sat, 27 Feb 2021)
Changed paths:
M clang-tools-extra/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.h
Log Message:
-----------
[clang-tidy] Simplify special member functions check
Differential Revision: https://reviews.llvm.org/D97152
Commit: 302cc8421ee4ac1cf910dd6cd3306c6eae8d0d3e
https://github.com/llvm/llvm-project/commit/302cc8421ee4ac1cf910dd6cd3306c6eae8d0d3e
Author: Stephen Kelly <steveire at gmail.com>
Date: 2021-02-27 (Sat, 27 Feb 2021)
Changed paths:
M clang-tools-extra/clang-tidy/readability/SimplifyBooleanExprCheck.cpp
M clang-tools-extra/clang-tidy/readability/SimplifyBooleanExprCheck.h
Log Message:
-----------
[clang-tidy] Simplify boolean expr check
Differential Revision: https://reviews.llvm.org/D97153
Compare: https://github.com/llvm/llvm-project/compare/a5e3d87f66a1...302cc8421ee4
More information about the All-commits
mailing list