commit | 5cf7cf317f684dc61b8a0e4476440b5635b80db4 | [log] [tgz] |
---|---|---|
author | Daniel Jasper <djasper@google.com> | Thu Jan 10 11:14:08 2013 +0000 |
committer | Daniel Jasper <djasper@google.com> | Thu Jan 10 11:14:08 2013 +0000 |
tree | 89c93ff86a8c6c57ef45b83918abdf56568bcd76 | |
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