haha, my devious plot is complete:

$ clang rewrite.c -rewrite-test
prints:

int foo() {
        b:      foo();
f:      foo();
    foo();
}

for:

int foo() {
	b:	foo();
f:	foo();
    foo();
}

amazing.

llvm-svn: 42944
2 files changed
tree: 35ff5fae36ff1e56b4877d878e3487d9d94c1f90
  1. clang/
  2. llvm/