Fixes bug in string literal alignment.
authorManuel Klimek <klimek@google.com>
Wed, 20 Feb 2013 15:25:48 +0000 (15:25 +0000)
committerManuel Klimek <klimek@google.com>
Wed, 20 Feb 2013 15:25:48 +0000 (15:25 +0000)
commit02f640a3ab800df9912269dff25bf186785be1a4
tree34183a5921572eb8857de0f6c1d0001470632ab5
parent3389c55e10c29dad7c19bbe6241490c443f7174b
Fixes bug in string literal alignment.

We now indent the following correctly:
1. some + "literal" /* comment */
          "literal";
2. breaking string literals after which we have another string literal.

llvm-svn: 175628
clang/lib/Format/Format.cpp
clang/unittests/Format/FormatTest.cpp