<div dir="ltr">You can probably revert this now.</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 3, 2014 at 4:42 PM, Tobias Grosser <span dir="ltr"><<a href="mailto:tobias@grosser.es" target="_blank">tobias@grosser.es</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: grosser<br>
Date: Mon Nov  3 09:42:45 2014<br>
New Revision: 221159<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=221159&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=221159&view=rev</a><br>
Log:<br>
Temporary disable formatting error<br>
<br>
This should silence the buildbots until we understand if the clang-format<br>
changes in r221125 have been intentional. See reply on cfe-commits for details.<br>
<br>
Modified:<br>
    polly/trunk/utils/check_format.sh<br>
<br>
Modified: polly/trunk/utils/check_format.sh<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/polly/trunk/utils/check_format.sh?rev=221159&r1=221158&r2=221159&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/polly/trunk/utils/check_format.sh?rev=221159&r1=221158&r2=221159&view=diff</a><br>
==============================================================================<br>
--- polly/trunk/utils/check_format.sh (original)<br>
+++ polly/trunk/utils/check_format.sh Mon Nov  3 09:42:45 2014<br>
@@ -23,6 +23,9 @@ for ARG in "$@"<br>
<br>
 if [[ $OK -eq "1" ]]; then<br>
   echo "Error: clang-format reported formatting differences"<br>
+  # Temporarily disable formatting check until we understand if clang-format<br>
+  # commit r221125 was intended to change C++ formatting.<br>
+  exit 0<br>
   exit 1<br>
 else<br>
   echo "OK: clang-format reported no formatting differences"<br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</blockquote></div><br></div>