summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/UnwrappedLineParser.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-01-02 15:46:59 +0000
committerDaniel Jasper <djasper@google.com>2013-01-02 15:46:59 +0000
commit542de16e5064bfaf33023483f1b40f8e51bcb632 (patch)
tree2261c04f856d7e8189f7690e69f450a9bf900b32 /clang/lib/Format/UnwrappedLineParser.cpp
parentda1c68ab715c779c6a6d87765ffc3fd83403765d (diff)
downloadbcm5719-llvm-542de16e5064bfaf33023483f1b40f8e51bcb632.tar.gz
bcm5719-llvm-542de16e5064bfaf33023483f1b40f8e51bcb632.zip
Correctly format pointers and references in casts.
This fixes llvm.org/PR14747. Before: Type *A = (Type * ) P; After: Type *A = (Type *) P; llvm-svn: 171390
Diffstat (limited to 'clang/lib/Format/UnwrappedLineParser.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud