aboutsummaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Core/BugReporter.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-02-08 08:22:00 +0000
committerDaniel Jasper <djasper@google.com>2013-02-08 08:22:00 +0000
commitce3d1a68d98f8a557ba5a5391cae8278ae6f29d2 (patch)
treec7397bb9989bf74286d5f418643e5e69b8bb4307 /lib/StaticAnalyzer/Core/BugReporter.cpp
parent026ce82649a872c0f5e8ea039341644f25ae53a7 (diff)
Avoid unnecessary line breaks in nested ObjC calls.
Before: [pboard setData:[NSData dataWithBytes:&button length:sizeof(button)] forType:kBookmarkButtonDragType]; After: [pboard setData:[NSData dataWithBytes:&button length:sizeof(button)] forType:kBookmarkButtonDragType]; git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174701 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/StaticAnalyzer/Core/BugReporter.cpp')
0 files changed, 0 insertions, 0 deletions