Re: [PATCH] D19200: [clang-tidy] Cleanup some ast-matchers and lift some to utils.

2016-04-21 Thread Etienne Bergeron via cfe-commits
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.

Re: [PATCH] D19200: [clang-tidy] Cleanup some ast-matchers and lift some to utils.

2016-04-19 Thread Alexander Kornienko via cfe-commits
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

[PATCH] D19200: [clang-tidy] Cleanup some ast-matchers and lift some to utils.

2016-04-17 Thread Etienne Bergeron via cfe-commits
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: