[PATCH] D26829: [clang] Allow lexer to handle string_view literals

Anton Bikineev via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 18 16:41:07 PST 2016


AntonBikineev added a comment.

In https://reviews.llvm.org/D26829#599906, @malcolm.parsons wrote:

> Does `Sema::CheckLiteralOperatorDeclaration` need to check `StringLiteralParser::isValidUDSuffix`?


Thanks, nice point! Just addressed it.


https://reviews.llvm.org/D26829





More information about the cfe-commits mailing list