summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-01-23 11:15:14 +0000
committerDaniel Jasper <djasper@google.com>2013-01-23 11:15:14 +0000
commitb9c0908f7c7770c38e51bd8b023b5792a3b60c56 (patch)
treef96bce00e57ab16edfced146e58edca04c8626ac /clang/lib/Frontend/CompilerInvocation.cpp
parent7d2e4c038989d25fca98458872acf06e01416a7f (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud