"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "beadc6e8c71949ab9c1fbaefd810e5dd0da2931a"
Fix clang-format's expression parser for leading }s.
The leading "}" in the construct "} else if (..) {" was confusing the expression parser. Thus, no fake parentheses were generated and the indentation was broken in some cases. llvm-svn: 183393
Loading
Please register or sign in to comment