diff options
author | Daniel Jasper <djasper@google.com> | 2013-01-02 15:46:59 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-01-02 15:46:59 +0000 |
commit | ef5b9c3d38a1f6d0921591cb2749e529a8cc4a2e (patch) | |
tree | 6df00a7270552366135c9e304f8ad8553c8c5642 /lib/Format/UnwrappedLineParser.cpp | |
parent | 1f0754bf761f7d4910348ce3aba867d34473bceb (diff) |
Correctly format pointers and references in casts.
This fixes llvm.org/PR14747.
Before: Type *A = (Type * ) P;
After: Type *A = (Type *) P;
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171390 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Format/UnwrappedLineParser.cpp')
0 files changed, 0 insertions, 0 deletions