summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
diff options
context:
space:
mode:
authorGabor Horvath <xazax.hun@gmail.com>2016-03-30 11:22:14 +0000
committerGabor Horvath <xazax.hun@gmail.com>2016-03-30 11:22:14 +0000
commit1b654f2293f7859676edc6b06156de84c32f482a (patch)
treee8705f334d91d1d46fadc88d2b3a788750f4465e /clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
parent058c302e0a868eb666910d46b891004b793cc84d (diff)
downloadbcm5719-llvm-1b654f2293f7859676edc6b06156de84c32f482a.tar.gz
bcm5719-llvm-1b654f2293f7859676edc6b06156de84c32f482a.zip
[ASTMatchers] Existing matcher hasAnyArgument fixed
Summary: A checker (will be uploaded after this patch) needs to check implicit casts. The checker needs matcher hasAnyArgument but it ignores implicit casts and parenthesized expressions which disables checking of implicit casts for arguments in the checker. However the documentation of the matcher contains a FIXME that this should be removed once separate matchers for ignoring implicit casts and parenthesized expressions are ready. Since these matchers were already there the fix could be executed. Only one Clang checker was affected which was also fixed (ignoreParenImpCasts added) and is separately uploaded. Third party checkers (not in the Clang repository) may be affected by this fix so the fix must be emphasized in the release notes. Reviewers: klimek, sbenza, alexfh Subscribers: alexfh, klimek, xazax.hun, cfe-commits Differential Revision: http://reviews.llvm.org/D18243 llvm-svn: 264855
Diffstat (limited to 'clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud