[PATCH] AsmParser: Use range check instead of null character check for EOF while tokenizing.
Alex Lorenz
arphaman at gmail.com
Wed May 20 12:36:40 PDT 2015
I updated the patch to use a range check in the LLLexer instead of relying on the null character for EOF.
REPOSITORY
rL LLVM
http://reviews.llvm.org/D9883
Files:
lib/AsmParser/LLLexer.cpp
unittests/AsmParser/AsmParserTest.cpp
unittests/AsmParser/CMakeLists.txt
unittests/AsmParser/Makefile
unittests/CMakeLists.txt
unittests/Makefile
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9883.26170.patch
Type: text/x-patch
Size: 3782 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150520/691f26ad/attachment.bin>
More information about the llvm-commits
mailing list