diff options
author | Daniel Jasper <djasper@google.com> | 2013-01-10 11:14:08 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-01-10 11:14:08 +0000 |
commit | 7194e1818eb6ac99d988a97e7f80e41ec34f500b (patch) | |
tree | ffdb57987411ea23ecbc4b955db476d66448d5a3 /clang/lib/Format/UnwrappedLineParser.cpp | |
parent | ab111fa51174f94cf063f58767666cdced09dc82 (diff) | |
download | bcm5719-llvm-7194e1818eb6ac99d988a97e7f80e41ec34f500b.tar.gz bcm5719-llvm-7194e1818eb6ac99d988a97e7f80e41ec34f500b.zip |
Improve clang-format's understanding of casts.
This fixes llvm.org/PR14684.
Before: int *pa = (int *) & a;
After: int *pa = (int *)&a;
We still don't understand all kinds of casts. I added a FIXME to
address that.
llvm-svn: 172056
Diffstat (limited to 'clang/lib/Format/UnwrappedLineParser.cpp')
0 files changed, 0 insertions, 0 deletions