summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2019-12-12 00:22:07 -0800
committerEric Christopher <echristo@gmail.com>2019-12-12 00:22:37 -0800
commitfa0fc04a4f950461e3f5675487b477c94e456842 (patch)
treebf9d9447c7331b0d352dd216a8bd930e4a9eac75 /compiler-rt/lib
parent71aaebc82468c8982b6d80bb35cbafed6dea91cc (diff)
downloadbcm5719-llvm-fa0fc04a4f950461e3f5675487b477c94e456842.tar.gz
bcm5719-llvm-fa0fc04a4f950461e3f5675487b477c94e456842.zip
Temporarily Revert "[libc++] Fix -Wdeprecated-copy warnings in __bit_reference"
as it's causing test failures due to mismatched visibility. This reverts commit 02bb20223bda5add729402962c70d0ebd0d98af2.
Diffstat (limited to 'compiler-rt/lib')
-rwxr-xr-xcompiler-rt/lib/sanitizer_common/scripts/check_lint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh b/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh
index fdd8de792db..8e624f6e6a7 100755
--- a/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh
+++ b/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh
@@ -55,7 +55,7 @@ run_lint() {
FILTER=$1
shift
TASK_LOG=$(${MKTEMP})
- ${CPPLINT} --filter=${FILTER} "$@" 2>$TASK_LOG
+ ${CPPLINT} --quiet --filter=${FILTER} "$@" 2>$TASK_LOG
if [ "$?" != "0" ]; then
cat $TASK_LOG | grep -v "Done processing" | grep -v "Total errors found" \
| grep -v "Skipping input" >> $ERROR_LOG
OpenPOWER on IntegriCloud