[PATCH] D19841: [clang-tidy] Lift common matchers to utils namespace
Etienne Bergeron via cfe-commits
cfe-commits at lists.llvm.org
Mon May 2 16:51:25 PDT 2016
etienneb created this revision.
etienneb added a reviewer: alexfh.
etienneb added a subscriber: cfe-commits.
This patch is lifting matchers used by more than one checkers
to the common namespace.
http://reviews.llvm.org/D19841
Files:
clang-tidy/misc/BoolPointerImplicitConversionCheck.cpp
clang-tidy/modernize/UseNullptrCheck.cpp
clang-tidy/performance/FasterStringFindCheck.cpp
clang-tidy/readability/ImplicitBoolCastCheck.cpp
clang-tidy/readability/RedundantStringInitCheck.cpp
clang-tidy/utils/Matchers.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19841.55918.patch
Type: text/x-patch
Size: 7353 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160502/0446f1eb/attachment-0001.bin>
More information about the cfe-commits
mailing list