[PATCH] D87352: Fix typo in Format.h
YangZhihui via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 15 01:23:09 PDT 2020
YangZhihui added a comment.
In D87352#2273349 <https://reviews.llvm.org/D87352#2273349>, @MyDeveloperDay wrote:
> 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;
> /// }]
> /// }
Thanks for tell me this error
I'll change Format.h
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87352/new/
https://reviews.llvm.org/D87352
More information about the cfe-commits
mailing list