[PATCH] D148473: [clang-format] C# short ternary operator misinterpreted as a CSharpNullable

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 16 10:02:54 PDT 2023


MyDeveloperDay added a comment.

The exclusions are not complete for example `cond? foo() : "B";` would still fail. but this moves us a little closer


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148473/new/

https://reviews.llvm.org/D148473



More information about the cfe-commits mailing list