]> granicus.if.org Git - clang/commit
clang-format: Add @s when breaking NSString literals.
authorDaniel Jasper <djasper@google.com>
Thu, 9 Jan 2014 14:18:12 +0000 (14:18 +0000)
committerDaniel Jasper <djasper@google.com>
Thu, 9 Jan 2014 14:18:12 +0000 (14:18 +0000)
commitaacbad2dc5c365946a89568f5afee7bfb79eeb6e
tree315be12e4fb847c0ce54732b5bd7ecddf185adfe
parente485bcba4865038013120ba55e683b69ecdbb373
clang-format: Add @s when breaking NSString literals.

While it is allowed to not have an @ on subsequent lines, it seems
general practice to add them. If undesired, the code author can easily
remove them again and clang-format won't re-add them.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198871 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/BreakableToken.cpp
lib/Format/ContinuationIndenter.cpp
unittests/Format/FormatTest.cpp