"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "ae9aa3541e83271c50ab50b2d9c3d206489f3e95"
Improve clang-format's understanding of casts.
This fixes llvm.org/PR14684. Before: int *pa = (int *) & a; After: int *pa = (int *)&a; We still don't understand all kinds of casts. I added a FIXME to address that. llvm-svn: 172056
Loading
Please register or sign in to comment