From 4d96c8d7140b95ac2608422b59c9749a0c5b6981 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Sat, 23 Mar 2013 01:05:07 +0000 Subject: clang-format: Many more files After this commit, polly is clang-format clean. This can be tested with 'ninja polly-check-format'. Updates to clang-format may change this, but the differences will hopefully be both small and general improvements to the formatting. We currently have some not very nice formatting for a couple of items, DEBUG() stmts for example. I believe the benefit of being clang-format clean outweights the not perfect layout of this code. llvm-svn: 177796 --- polly/lib/Support/GICHelper.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'polly/lib/Support/GICHelper.cpp') diff --git a/polly/lib/Support/GICHelper.cpp b/polly/lib/Support/GICHelper.cpp index 3959cd014a5..d01c4eeeb43 100644 --- a/polly/lib/Support/GICHelper.cpp +++ b/polly/lib/Support/GICHelper.cpp @@ -121,4 +121,3 @@ std::string polly::stringFromIslObj(__isl_keep isl_pw_aff *pwaff) { return stringFromIslObjInternal(pwaff, isl_pw_aff_get_ctx, isl_printer_print_pw_aff); } - -- cgit v1.2.3