[PATCH] D154093: [clang-format] Break long string literals in C#, etc.

Evgeny Eltsin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 20 10:57:44 PDT 2023


eaeltsin added a comment.

This might have another issue with Verilog -

  <                 import "AAA-BBB" foo bar baz
  ---
  >                 import {"AAA-",
  >                         "BBB"} foo bar baz

I wonder if Verilog allows breaking strings in `import`?


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