[PATCH] D135161: [clang][Lex] Fix a crash on malformed string literals

Corentin Jabot via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 4 08:44:32 PDT 2022


cor3ntin accepted this revision.
cor3ntin added a comment.
This revision is now accepted and ready to land.

Yes, this looks reasonable. The additional warning is somewhat unfortunate, and we could avoid it, but at the same time i don't expect it would bother anyone given how unlikely the scenario is to begin with.

Thanks for fixing that!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135161/new/

https://reviews.llvm.org/D135161



More information about the cfe-commits mailing list