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

Evgeny Eltsin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 12 11:47:07 PDT 2023


eaeltsin added a comment.

This introduces an invalid TS transformation, from

  type x = 'ab';

to

  type x = ('a'+'b');


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