"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "4f85b86120ee8180f5fb84caf583f9102f7e497b"
Fix handling of comments in macros.
We now correctly format: // Written as a macro, it is reformatted from: #define foo(a) \ do { \ /* Initialize num to zero. */ \ int num = 10; \ /* This line ensures a is never zero. */ \ int i = a == 0 ? 1 : a; \ i = num / i; /* This division is OK. */ \ return i; \ } while (false) llvm-svn: 174517
Loading
Please register or sign in to comment