[polly] r221189 - Revert "Temporary disable formatting error"
Tobias Grosser
tobias at grosser.es
Mon Nov 3 14:11:21 PST 2014
Author: grosser
Date: Mon Nov 3 16:11:20 2014
New Revision: 221189
URL: http://llvm.org/viewvc/llvm-project?rev=221189&view=rev
Log:
Revert "Temporary disable formatting error"
This reverts commit r221159, as clang-format is again back to its old behaviour
and we do not cause any buildbot error messages any more.
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=221189&r1=221188&r2=221189&view=diff
==============================================================================
--- polly/trunk/utils/check_format.sh (original)
+++ polly/trunk/utils/check_format.sh Mon Nov 3 16:11:20 2014
@@ -23,9 +23,6 @@ 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