]> granicus.if.org Git - clang/commit
Improved handling of escaped newlines at the token start.
authorAlexander Kornienko <alexfh@google.com>
Fri, 7 Jun 2013 17:45:07 +0000 (17:45 +0000)
committerAlexander Kornienko <alexfh@google.com>
Fri, 7 Jun 2013 17:45:07 +0000 (17:45 +0000)
commit54e6c9d1f15153d1756642080866f10a91cc86ea
treeb4c8f2add3b57499a3d0b25a851e9afbc916cbe1
parent1f13fbd0c5bac045aa7d6ae3e998758e9dfa3ce4
Improved handling of escaped newlines at the token start.

Summary: Remove them from the TokenText as well.

Reviewers: klimek

Reviewed By: klimek

CC: cfe-commits
Differential Revision: http://llvm-reviews.chandlerc.com/D935

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