]> granicus.if.org Git - clang/commit
Fix for PR2750; don't check for an 'e' in the trash after the token.
authorEli Friedman <eli.friedman@gmail.com>
Tue, 2 Sep 2008 05:29:22 +0000 (05:29 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 2 Sep 2008 05:29:22 +0000 (05:29 +0000)
commit6f7adbdcd07a6c13cb81bf3048d1e52f149a9377
tree63322696cea58934f535fb3d080df068a9187d51
parentbc88745b43f440341e60ed93b0d27bac7c418029
Fix for PR2750; don't check for an 'e' in the trash after the token.

Note that this isn't really a complete fix; I think there are other
potential overrun situations.  I don't really know what the best
systematic fix is, though.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55622 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/LiteralSupport.cpp
test/Lexer/numeric-literal-trash.c [new file with mode: 0644]