Disambiguate Numbers and Identifiers
authorDavid Greene <greened@obbligato.org>
Wed, 19 Oct 2011 13:03:39 +0000 (13:03 +0000)
committerDavid Greene <greened@obbligato.org>
Wed, 19 Oct 2011 13:03:39 +0000 (13:03 +0000)
commit7efe93625183a52733c23adc02c5c9c4337a7970
tree371d27c2380f4a8ec09204e04cd07750abd2dc94
parenta761f92cd38572dd65cc995c5f59b9c2c0f51068
Disambiguate Numbers and Identifiers

Use lookahead to determine whether a number is really a number or is
part of something forming an identifier.  This won't come into play
until the paste operator is recognized as a unique token.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142513 91177308-0d34-0410-b5e6-96231b3b80d8
lib/TableGen/TGLexer.cpp