diff options
author | Daniel Jasper <djasper@google.com> | 2013-01-23 11:15:14 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-01-23 11:15:14 +0000 |
commit | b9c0908f7c7770c38e51bd8b023b5792a3b60c56 (patch) | |
tree | f96bce00e57ab16edfced146e58edca04c8626ac /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 7d2e4c038989d25fca98458872acf06e01416a7f (diff) | |
download | bcm5719-llvm-b9c0908f7c7770c38e51bd8b023b5792a3b60c56.tar.gz bcm5719-llvm-b9c0908f7c7770c38e51bd8b023b5792a3b60c56.zip |
Fix regression in formatting pointer types.
We will need a more principled solution, but we should not leave this
unfixed until we come up with one.
Before: void f() { int * a; }
After: void f() { int *a; }
llvm-svn: 173252
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions