]> granicus.if.org Git - clang/commit
Fix a lexer bug where we incorrectly rejected
authorChris Lattner <sabre@nondot.org>
Sat, 21 Jul 2007 23:43:37 +0000 (23:43 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 21 Jul 2007 23:43:37 +0000 (23:43 +0000)
commit8146b6851e873eab71341f1b1d3198894bc4c0ac
tree19e7e9b31293b8ec14a4965de00b2c36e9d8eade
parent731ec57bd3bb1cf7cb26423fb56bac2dae546efc
Fix a lexer bug where we incorrectly rejected
int i = /*/ */ 1;

Thanks to Neil for pointing this out.

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