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 | 5cf7cf317f684dc61b8a0e4476440b5635b80db4 (patch) | |
tree | 89c93ff86a8c6c57ef45b83918abdf56568bcd76 /lib/Driver/Tools.cpp | |
parent | a2d37a51846fc748833b744076098a5ea002ab00 (diff) |
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.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172056 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Tools.cpp')
0 files changed, 0 insertions, 0 deletions