[polly] r221159 - Temporary disable formatting error

Tobias Grosser tobias at grosser.es
Mon Nov 3 07:42:45 PST 2014


Author: grosser
Date: Mon Nov  3 09:42:45 2014
New Revision: 221159

URL: http://llvm.org/viewvc/llvm-project?rev=221159&view=rev
Log:
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.

Modified:
    polly/trunk/utils/check_format.sh

Modified: polly/trunk/utils/check_format.sh
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/utils/check_format.sh?rev=221159&r1=221158&r2=221159&view=diff
==============================================================================
--- polly/trunk/utils/check_format.sh (original)
+++ polly/trunk/utils/check_format.sh Mon Nov  3 09:42:45 2014
@@ -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"





More information about the llvm-commits mailing list