summaryrefslogtreecommitdiffstats
path: root/clang/utils/C++Tests
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-11-06 05:24:12 +0000
committerDouglas Gregor <dgregor@apple.com>2009-11-06 05:24:12 +0000
commit6af6c3ee565e854e89be248682490ea9d6b10ca7 (patch)
tree98332fd72683313480a31d2b460b724008d8d89c /clang/utils/C++Tests
parent46b5c642b9baca354ba18f3dbb37f4020848d0f3 (diff)
downloadbcm5719-llvm-6af6c3ee565e854e89be248682490ea9d6b10ca7.tar.gz
bcm5719-llvm-6af6c3ee565e854e89be248682490ea9d6b10ca7.zip
Turn off -Wsign-compare warnings by default
llvm-svn: 86233
Diffstat (limited to 'clang/utils/C++Tests')
-rw-r--r--clang/utils/C++Tests/LLVM-Syntax/lit.local.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/utils/C++Tests/LLVM-Syntax/lit.local.cfg b/clang/utils/C++Tests/LLVM-Syntax/lit.local.cfg
index 5c19c4df167..90c6f336653 100644
--- a/clang/utils/C++Tests/LLVM-Syntax/lit.local.cfg
+++ b/clang/utils/C++Tests/LLVM-Syntax/lit.local.cfg
@@ -12,7 +12,7 @@ root = getRoot(config)
# testFormat: The test format to use to interpret tests.
config.test_format = lit.formats.SyntaxCheckTest(compiler=root.clang,
dir='%s/include/llvm' % root.llvm_src_root,
- recursive=True,
+ recursive=False,
pattern='^(.*\\.h|[^.]*)$',
excludes=['DAGISelHeader.h',
'AIXDataTypesFix.h',
OpenPOWER on IntegriCloud