]> granicus.if.org Git - clang/commit
don't read off the front of the buffer. Thanks to Sam for pointing this out.
authorChris Lattner <sabre@nondot.org>
Fri, 11 Apr 2008 16:20:41 +0000 (16:20 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 11 Apr 2008 16:20:41 +0000 (16:20 +0000)
commit8fa3078cfe8b25fe8450e7d31dc5500b5888b95e
tree40b00f3f6179706b62fa2c11800dd930614318fa
parentbb45c512e0dfbe96bfe377ac642e726c0ba0affa
don't read off the front of the buffer.  Thanks to Sam for pointing this out.

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