Re: [cfe-commits] r168269 - in /cfe/trunk: lib/Lex/Lexer.cpp test/Lexer/eof-char.c test/Lexer/eof-file.c test/Lexer/eof-string.c

2012-11-28 Thread Pawel Wodnicki
On Nov 17, 2012, at 12:42 PM, Nico Weber tha...@chromium.org wrote: Doug, Pawel marked PR14369 as blocker for the 3.2 release. Is it ok to merge this? (And if so, how do I do that?) Approved. You can merge the patch into the release_32 branch in Subversion. - Doug On Nov

Re: [cfe-commits] r168269 - in /cfe/trunk: lib/Lex/Lexer.cpp test/Lexer/eof-char.c test/Lexer/eof-file.c test/Lexer/eof-string.c

2012-11-27 Thread Douglas Gregor
On Nov 17, 2012, at 12:42 PM, Nico Weber tha...@chromium.org wrote: Doug, Pawel marked PR14369 as blocker for the 3.2 release. Is it ok to merge this? (And if so, how do I do that?) Approved. You can merge the patch into the release_32 branch in Subversion. - Doug On Sat, Nov 17,

[cfe-commits] r168269 - in /cfe/trunk: lib/Lex/Lexer.cpp test/Lexer/eof-char.c test/Lexer/eof-file.c test/Lexer/eof-string.c

2012-11-17 Thread Nico Weber
Author: nico Date: Sat Nov 17 14:25:54 2012 New Revision: 168269 URL: http://llvm.org/viewvc/llvm-project?rev=168269view=rev Log: Fix crash on end-of-file after \ in a char literal, fixes PR14369. This makes LexCharConstant() look more like LexStringLiteral(), which doesn't have this bug. Add

Re: [cfe-commits] r168269 - in /cfe/trunk: lib/Lex/Lexer.cpp test/Lexer/eof-char.c test/Lexer/eof-file.c test/Lexer/eof-string.c

2012-11-17 Thread Nico Weber
Doug, Pawel marked PR14369 as blocker for the 3.2 release. Is it ok to merge this? (And if so, how do I do that?) On Sat, Nov 17, 2012 at 12:25 PM, Nico Weber nicolaswe...@gmx.de wrote: Author: nico Date: Sat Nov 17 14:25:54 2012 New Revision: 168269 URL: