[PATCH] D41834: [Lex] Fix handling numerical literals ending with ' and signed exponent.

Volodymyr Sapsai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 8 13:08:36 PST 2018


vsapsai added a comment.

This fixes the OSS-Fuzz bug but I don't know if it is sufficient. Should I also make `Lexer::LexNumericConstant` to include `+1` part as tok::numeric_constant?


https://reviews.llvm.org/D41834





More information about the cfe-commits mailing list