[PATCH] D114583: [clang-format] Adjust braced list detection

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 25 07:54:32 PST 2021


MyDeveloperDay added a comment.

The other failure is

  -class C extends {} {}
  +class C extends {}
  +{}

I'm slightly struggling to work out in both cases if its the test that is wrong @cpplearner what do you think?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114583



More information about the cfe-commits mailing list