[PATCH] D154093: [clang-format] Break long string literals in C#, etc.
Evgeny Eltsin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 14 06:55:46 PDT 2023
eaeltsin added a comment.
This still misses contexts when string literal is required, for example https://github.com/search?q=repo%3Agoogle%2Fclosure-compiler%20%22%20must%20be%20a%20string%20literal%22&type=code
I wonder, if splitting the literal with `+` is a good option at all.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154093/new/
https://reviews.llvm.org/D154093
More information about the cfe-commits
mailing list