summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/Format.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-02-06 10:57:42 +0000
committerDaniel Jasper <djasper@google.com>2013-02-06 10:57:42 +0000
commit8035b0a6ced4dd3f1a0f34e0a027005b53f7753b (patch)
tree11989d2bd6fcffdb3f639ba9496629b772c4621b /clang/lib/Format/Format.cpp
parent2cff49e026879ad2f0c24de4a2c3168fb83c663e (diff)
downloadbcm5719-llvm-8035b0a6ced4dd3f1a0f34e0a027005b53f7753b.tar.gz
bcm5719-llvm-8035b0a6ced4dd3f1a0f34e0a027005b53f7753b.zip
Fix an issue with the formatting of stars in default values.
Before: void f(int *a = d *e, int b = 0); After: void f(int *a = d * e, int b = 0); llvm-svn: 174500
Diffstat (limited to 'clang/lib/Format/Format.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud