PollyDectect: Use spaces before foreach colons
clang-format requires a space before the ":" in the foreach loop. Even though this is surprising to me, we follow this style to make our formatting consistent with clang-format. I found that this clang-format style is used in a couple of C++11 examples, hence I believe the fact that clang-format adds a colon is not a bug but just something I was not used to yet. llvm-svn: 202648
Loading
Please register or sign in to comment