summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/google-readability-casting.c
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2014-10-26 02:58:07 +0000
committerAlexander Kornienko <alexfh@google.com>2014-10-26 02:58:07 +0000
commit106c8e0898688fbdff96b017828da9762f1d6b20 (patch)
treefffad8ed33e1c3b61cc356c645434bbfe2465afd /clang-tools-extra/test/clang-tidy/google-readability-casting.c
parent6775ce3ad3e9bf3e2598143b7cac4b5ecdaafa93 (diff)
downloadbcm5719-llvm-106c8e0898688fbdff96b017828da9762f1d6b20.tar.gz
bcm5719-llvm-106c8e0898688fbdff96b017828da9762f1d6b20.zip
[clang-tidy] check_clang_tidy_fix.sh -> check_clang_tidy.sh
Summary: Make the script suitable for checking just messages. Move most of the tests to use it. Clean up the tests: shorten messages, insert line numbers, remove unnecessary RUN: lines, etc. Reviewers: klimek Reviewed By: klimek Subscribers: curdeius, cfe-commits Differential Revision: http://reviews.llvm.org/D5989 llvm-svn: 220634
Diffstat (limited to 'clang-tools-extra/test/clang-tidy/google-readability-casting.c')
-rw-r--r--clang-tools-extra/test/clang-tidy/google-readability-casting.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/test/clang-tidy/google-readability-casting.c b/clang-tools-extra/test/clang-tidy/google-readability-casting.c
index 87d1dfcdf42..55ee0951667 100644
--- a/clang-tools-extra/test/clang-tidy/google-readability-casting.c
+++ b/clang-tools-extra/test/clang-tidy/google-readability-casting.c
@@ -1,4 +1,4 @@
-// RUN: $(dirname %s)/check_clang_tidy_fix.sh %s google-readability-casting %t -- -x c
+// RUN: $(dirname %s)/check_clang_tidy.sh %s google-readability-casting %t -- -x c
// REQUIRES: shell
void f(const char *cpc) {
OpenPOWER on IntegriCloud