[PATCH] D12281: Tests no longer need the 'REQUIRES: SHELL' line.
Angel Garcia via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 24 06:45:06 PDT 2015
angelgarcia created this revision.
angelgarcia added a reviewer: alexfh.
angelgarcia added subscribers: cfe-commits, klimek.
Update python script, so that it doesn't print that line in new tests.
http://reviews.llvm.org/D12281
Files:
clang-tidy/add_new_check.py
Index: clang-tidy/add_new_check.py
===================================================================
--- clang-tidy/add_new_check.py
+++ clang-tidy/add_new_check.py
@@ -184,7 +184,6 @@
with open(filename, 'w') as f:
f.write(
"""// RUN: %%python %%S/check_clang_tidy.py %%s %(check_name_dashes)s %%t
-// REQUIRES: shell
// FIXME: Add something that triggers the check here.
void f();
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12281.32953.patch
Type: text/x-patch
Size: 398 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150824/b71a19c5/attachment.bin>
More information about the cfe-commits
mailing list