[polly] r221159 - Temporary disable formatting error

Daniel Jasper djasper at google.com
Mon Nov 3 07:56:11 PST 2014


You can probably revert this now.

On Mon, Nov 3, 2014 at 4:42 PM, Tobias Grosser <tobias at grosser.es> wrote:

> 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"
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141103/75a0bffb/attachment.html>


More information about the llvm-commits mailing list