[PATCH] D154467: [clang-format] Add Verilog suffixes to the scripts
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 5 03:28:42 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/D154467/new/
https://reviews.llvm.org/D154467
More information about the cfe-commits
mailing list