[clang-tidy] Don't issue most google-readability-casting warnings on .c files include...
authorAlexander Kornienko <alexfh@google.com>
Tue, 26 May 2015 10:47:48 +0000 (10:47 +0000)
committerAlexander Kornienko <alexfh@google.com>
Tue, 26 May 2015 10:47:48 +0000 (10:47 +0000)
commit2b56649cd2ea2d28cb40a110529a2ffb1a21e9d3
tree4c48534e8994a590a74e2d102b5002f97ede4c22
parentdb0712f986521e586aaff87da3db56f0ce33f20f
[clang-tidy] Don't issue most google-readability-casting warnings on .c files included in other files.

This is done sometimes for testing purposes, and the check needs to handle this
consistently.

llvm-svn: 238193
clang-tools-extra/clang-tidy/google/AvoidCStyleCastsCheck.cpp
clang-tools-extra/test/clang-tidy/google-readability-casting.c