"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "85e37684bf49721f3435eb1647a43a568ef7264b"
Improve identification of c-style casts.
A ")" before any of "=", "{" or ";" won't be a cast. This fixes issues with the formatting of unnamed parameters. Before: void f(int *){} After: void f(int *) {} llvm-svn: 172349
Loading
Please register or sign in to comment