[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 11:00:37 PDT 2015


alexfh added inline comments.

================
Comment at: test/clang-tidy/google-readability-casting.c:7
@@ -6,3 +6,3 @@
 // RUN: clang-tidy --checks=-*,google-readability-casting -header-filter='.*' %t.main_file.cpp -- -I%S -DTEST_INCLUDE -x c++ | FileCheck %s -check-prefix=CHECK-MESSAGES -implicit-check-not='{{warning|error}}:'
 // REQUIRES: shell
 
----------------
chapuni wrote:
> It should work.
> We require GnuWin32 to run tests on Windows. It has cp(1).
Removed `REQUIRES: shell`.


Repository:
  rL LLVM

http://reviews.llvm.org/D12180





More information about the cfe-commits mailing list