[PATCH] D12180: [clang-tidy] Use a python script instead of a shell script to run clang-tidy tests.
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 20 09:48:45 PDT 2015
alexfh updated this revision to Diff 32705.
alexfh marked 4 inline comments as done.
alexfh added a comment.
Addressed review comments.
http://reviews.llvm.org/D12180
Files:
test/clang-tidy/arg-comments.cpp
test/clang-tidy/check_clang_tidy.py
test/clang-tidy/google-explicit-constructor.cpp
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-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-assert-side-effect.cpp
test/clang-tidy/misc-assign-operator-signature.cpp
test/clang-tidy/misc-bool-pointer-implicit-conversion.cpp
test/clang-tidy/misc-inaccurate-erase.cpp
test/clang-tidy/misc-inefficient-algorithm.cpp
test/clang-tidy/misc-macro-parentheses.cpp
test/clang-tidy/misc-noexcept-move-constructor.cpp
test/clang-tidy/misc-repeated-side-effects-in-macro.c
test/clang-tidy/misc-static-assert.cpp
test/clang-tidy/misc-swapped-arguments.cpp
test/clang-tidy/misc-undelegated-constructor.cpp
test/clang-tidy/misc-uniqueptr-reset-release.cpp
test/clang-tidy/misc-unused-alias-decls.cpp
test/clang-tidy/misc-unused-parameters.c
test/clang-tidy/misc-unused-parameters.cpp
test/clang-tidy/misc-unused-raii.cpp
test/clang-tidy/misc-use-override-cxx98.cpp
test/clang-tidy/misc-use-override.cpp
test/clang-tidy/modernize-loop-convert-basic.cpp
test/clang-tidy/modernize-loop-convert-extra.cpp
test/clang-tidy/modernize-loop-convert-negative.cpp
test/clang-tidy/modernize-pass-by-value.cpp
test/clang-tidy/modernize-use-nullptr-basic.cpp
test/clang-tidy/modernize-use-nullptr.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-container-size-empty.cpp
test/clang-tidy/readability-else-after-return.cpp
test/clang-tidy/readability-function-size.cpp
test/clang-tidy/readability-identifier-naming.cpp
test/clang-tidy/readability-named-parameter.cpp
test/clang-tidy/readability-redundant-smartptr-get.cpp
test/clang-tidy/readability-redundant-string-cstr.cpp
test/clang-tidy/readability-shrink-to-fit.cpp
test/clang-tidy/readability-simplify-bool-expr-chained-conditional-assignment.cpp
test/clang-tidy/readability-simplify-bool-expr-chained-conditional-return.cpp
test/clang-tidy/readability-simplify-bool-expr.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12180.32705.patch
Type: text/x-patch
Size: 31987 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150820/a3eb2f1b/attachment-0001.bin>
More information about the cfe-commits
mailing list