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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to