summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/UnwrappedLineParser.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-01-10 11:14:08 +0000
committerDaniel Jasper <djasper@google.com>2013-01-10 11:14:08 +0000
commit7194e1818eb6ac99d988a97e7f80e41ec34f500b (patch)
treeffdb57987411ea23ecbc4b955db476d66448d5a3 /clang/lib/Format/UnwrappedLineParser.cpp
parentab111fa51174f94cf063f58767666cdced09dc82 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud