MyDeveloperDay added a comment.

What would happen for say unicode escapes?

  x = "XXXThis is a string \u0041 With stuff after";

would it break after the \u?

  x = "XXXThis is a string \u
  0041 With stuff after";


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154467

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to