etienneb updated this revision to Diff 54522.
etienneb added a comment.
rebased, merge: http://reviews.llvm.org/D19262
http://reviews.llvm.org/D19200
Files:
clang-tidy/misc/BoolPointerImplicitConversionCheck.cpp
clang-tidy/misc/IncorrectRoundings.cpp
clang-tidy/misc/MacroParenthesesCheck.
alexfh accepted this revision.
alexfh added a comment.
This revision is now accepted and ready to land.
Looks good! Thank you for the cleanup!
http://reviews.llvm.org/D19200
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.o
etienneb created this revision.
etienneb added a reviewer: alexfh.
etienneb added a subscriber: cfe-commits.
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.
http://reviews.llvm.org/D19200
Files: