"clang/lib/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "bfb1cd7454523d08ab397ce39e4f0b947f34363e"
Pretty print labels and case stmts better. This leads to output like this:
void foo() { abc: def: hij: case 1: case 1: goto abc baz: goto def } instead of: void foo() { abc: def: hij: case 1: case 1: goto abc baz: goto def } llvm-svn: 39468
Loading
Please register or sign in to comment