[polly] r175174 - clang-format: Really check all files

Tobias Grosser grosser at fim.uni-passau.de
Thu Feb 14 08:25:44 PST 2013


Author: grosser
Date: Thu Feb 14 10:25:44 2013
New Revision: 175174

URL: http://llvm.org/viewvc/llvm-project?rev=175174&view=rev
Log:
clang-format: Really check all files

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=175174&r1=175173&r2=175174&view=diff
==============================================================================
--- polly/trunk/utils/check_format.sh (original)
+++ polly/trunk/utils/check_format.sh Thu Feb 14 10:25:44 2013
@@ -4,7 +4,7 @@ OK=0
 
 for ARG in "$@"
   do
-    clang-format $1 | diff -u $1 -
+    clang-format $ARG | diff -u $ARG -
 
     if [[ $? -eq 1 ]]; then
       OK=1





More information about the llvm-commits mailing list