Fix -E mismatch; an identifier followed by a numeric constant does not
authorDaniel Dunbar <daniel@zuster.org>
Wed, 18 Mar 2009 03:32:24 +0000 (03:32 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 18 Mar 2009 03:32:24 +0000 (03:32 +0000)
commit99c7622d1f673e8929196cc6eec7825a42622d5f
tree1e437c5964fe3f25063c8bece58c97287f49b264
parent10ffa9a4887d9376e3eb3598e40523d1b58773c9
Fix -E mismatch; an identifier followed by a numeric constant does not
require a space (to avoid concatenation) if the numeric constant had a
leading period.
 - PR3819.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67163 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/TokenConcatenation.cpp
test/Lexer/token-concat.c [new file with mode: 0644]