[PATCH] D154091: [clang-format] Recognize escape sequences when breaking strings

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 5 04:19:25 PDT 2023


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/D154091/new/

https://reviews.llvm.org/D154091



More information about the cfe-commits mailing list