MyDeveloperDay requested changes to this revision.
MyDeveloperDay added a comment.
This revision now requires changes to proceed.

I have realized this is the wrong change

The actual error is in Format.h

clang/docs/ClangFormatStyleOption.rst is generated using the 
clang/docs/tools/dump_format_style.py if we commit this change in the rst will 
get reintroduced when that is run

If you are still interested please change Format.h

  /// Break parameters list into lines when there is nested block
   /// parameters in a fuction call.
   /// \code
   ///   false:
   ///    - (void)_aMethod
   ///    {
   ///        [self.test1 t:self w:self callback:^(typeof(self) self, NSNumber
   ///        *u, NSNumber *v) {
   ///            u = c;
   ///        }]
   ///    }


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87352

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

Reply via email to