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

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 25 08:57:01 PST 2021


MyDeveloperDay added a comment.

For your test I think its your test that is wrong, looking at the simpler versions (using clang-format-12)

  void foo() {
    {
      { int a; }
    }
  }
  
  void foo() {
    { int a; }
  }


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