[PATCH] D87352: Fix typo in doc ClangFormatStyleOptions.rst
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 15 01:03:19 PDT 2020
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
More information about the cfe-commits
mailing list