]> granicus.if.org Git - clang/commit
Correctly handle escaped newlines when the next token starts without a space.
authorManuel Klimek <klimek@google.com>
Fri, 11 Apr 2014 12:27:47 +0000 (12:27 +0000)
committerManuel Klimek <klimek@google.com>
Fri, 11 Apr 2014 12:27:47 +0000 (12:27 +0000)
commit0078a454974f06742ab972129e567a2b70c0d7f9
tree899b141097af0ebc5398a6963f3a720904656dc1
parent0e1ed6bc355fa2e5d967c82c4124b1674e0131d2
Correctly handle escaped newlines when the next token starts without a space.

We will need this to correctly handle conflict markers inside macro
definitions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206029 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/Format.cpp
lib/Format/TokenAnnotator.cpp
lib/Format/UnwrappedLineParser.cpp
lib/Format/UnwrappedLineParser.h