Little cleanup to lift-out and to remove some frequently used
ast-matchers.
Some of theses matchers are candidates to be lifted to ASTMatchers.h.
Paths
| Differential D19200
[clang-tidy] Cleanup some ast-matchers and lift some to utils. ClosedPublic Authored by etienneb on Apr 17 2016, 12:31 PM.
Details Summary Little cleanup to lift-out and to remove some frequently used Some of theses matchers are candidates to be lifted to ASTMatchers.h.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Apr 19 2016, 3:52 PM
Revision Contents
Diff 54522 clang-tidy/misc/BoolPointerImplicitConversionCheck.cpp
clang-tidy/misc/IncorrectRoundings.cpp
clang-tidy/misc/MacroParenthesesCheck.cpp
clang-tidy/misc/MisplacedWideningCastCheck.cpp
clang-tidy/misc/PointerAndIntegralOperationCheck.cpp
clang-tidy/misc/SizeofExpressionCheck.cpp
clang-tidy/modernize/ShrinkToFitCheck.cpp
clang-tidy/readability/ContainerSizeEmptyCheck.cpp
clang-tidy/readability/ImplicitBoolCastCheck.cpp
clang-tidy/utils/Matchers.h
|