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.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D5989
[clang-tidy] check_clang_tidy_fix.sh -> check_clang_tidy.sh ClosedPublic Authored by alexfh on Oct 25 2014, 7:18 PM.
Details 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.
Diff Detail Event Timelinealexfh updated this object. This revision is now accepted and ready to land.Oct 25 2014, 7:58 PM
Revision Contents
Diff 15454 test/clang-tidy/arg-comments.cpp
test/clang-tidy/check_clang_tidy.sh
test/clang-tidy/google-explicit-make-pair.cpp
test/clang-tidy/google-member-string-references.cpp
test/clang-tidy/google-memset-zero-length.cpp
test/clang-tidy/google-overloaded-unary-and.cpp
test/clang-tidy/google-readability-casting.c
test/clang-tidy/google-readability-casting.cpp
test/clang-tidy/google-readability-function.cpp
test/clang-tidy/google-readability-namespace-comments.cpp
test/clang-tidy/google-readability-todo.cpp
test/clang-tidy/google-runtime-int.cpp
test/clang-tidy/llvm-include-order.cpp
test/clang-tidy/llvm-twine-local.cpp
test/clang-tidy/misc-bool-pointer-implicit-conversion.cpp
test/clang-tidy/misc-swapped-arguments.cpp
test/clang-tidy/misc-undelegated-constructor.cpp
test/clang-tidy/misc-unused-raii.cpp
test/clang-tidy/misc-use-override.cpp
test/clang-tidy/readability-braces-around-statements-few-lines.cpp
test/clang-tidy/readability-braces-around-statements-same-line.cpp
test/clang-tidy/readability-braces-around-statements-single-line.cpp
test/clang-tidy/readability-braces-around-statements.cpp
test/clang-tidy/readability-function-size.cpp
test/clang-tidy/readability-redundant-smartptr-get.cpp
|