"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "522d5eb7c3c2d255899140cc83e0f9c2166498c8"
Stop aligning trailing comments which are aligned with the next line.
Previously we would align: f(); // comment // other comment g(); Even if // other comment was at the start of the line. Now we do not align trailing comments if they have been already aligned correctly with the next line. Thus, f(); // comment // other comment g(); will not be changed, while: f(); // comment // other commment g(); will lead to the two trailing comments being aligned. llvm-svn: 182577
Loading
Please register or sign in to comment