Temporary disable formatting error

This should silence the buildbots until we understand if the clang-format
changes in r221125 have been intentional. See reply on cfe-commits for details.

llvm-svn: 221159
This commit is contained in:
Tobias Grosser 2014-11-03 15:42:45 +00:00
parent 82f9df9eb4
commit c98e413498

View File

@ -23,6 +23,9 @@ for ARG in "$@"
if [[ $OK -eq "1" ]]; then
echo "Error: clang-format reported formatting differences"
# Temporarily disable formatting check until we understand if clang-format
# commit r221125 was intended to change C++ formatting.
exit 0
exit 1
else
echo "OK: clang-format reported no formatting differences"