]> granicus.if.org Git - clang/commit
Fix our check for "random whitespace between a \ and newline" to work
authorChris Lattner <sabre@nondot.org>
Tue, 23 Jun 2009 05:15:06 +0000 (05:15 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 23 Jun 2009 05:15:06 +0000 (05:15 +0000)
commit5636a3b6ece2c1f413464b72545e08eb0b7f06e4
treeca1de112d2c329851c3c32844e463cc6d8f98e8f
parent0dea5241bca707789d706ed1fda3a29a8fedc4c0
Fix our check for "random whitespace between a \ and newline" to work
with dos style newlines.  I have a trivial test for this:

// RUN: clang-cc %s -verify
#define test(x, y) \
   x ## y

but I don't know how to get svn to not change newlines and testrunner
doesn't work with dos style newlines either, so "not worth it". :)

rdar://6994000

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73945 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/Lexer.cpp