Author: mydeveloperday Date: 2020-09-16T13:46:34+01:00 New Revision: 4dd9c709ef1b59f0ec8e71100c624ec946b95fe2
URL: https://github.com/llvm/llvm-project/commit/4dd9c709ef1b59f0ec8e71100c624ec946b95fe2 DIFF: https://github.com/llvm/llvm-project/commit/4dd9c709ef1b59f0ec8e71100c624ec946b95fe2.diff LOG: [clang-format] [NFC] Fix spelling mistake in the documentation Ensure ClangFormatStyleOptions.rst can be regenerated from Format.h Patch By: YangZhihui Reviewed By: MyDeveloperDay Differential Revision: https://reviews.llvm.org/D87352 Added: Modified: clang/docs/ClangFormatStyleOptions.rst clang/include/clang/Format/Format.h Removed: ################################################################################ diff --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst index 72a25032151f..20e829135b33 100644 --- a/clang/docs/ClangFormatStyleOptions.rst +++ b/clang/docs/ClangFormatStyleOptions.rst @@ -758,10 +758,14 @@ the configuration (without a prefix: ``Auto``). int bbbbbbbbbbbbbbbbbbbbb) { } + + **AttributeMacros** (``std::vector<std::string>``) A vector of strings that should be interpreted as attributes/qualifiers instead of identifiers. This can be useful for language extensions or - static analyzer annotations: + static analyzer annotations. + + For example: .. code-block:: c++ @@ -775,8 +779,6 @@ the configuration (without a prefix: ``Auto``). AttributeMacros: ['__capability', '__output', '__ununsed'] - For example: __capability. - **BinPackArguments** (``bool``) If ``false``, a function call's arguments will either be all on the same line or will have one line each. @@ -2246,7 +2248,7 @@ the configuration (without a prefix: ``Auto``). **ObjCBreakBeforeNestedBlockParam** (``bool``) Break parameters list into lines when there is nested block - parameters in a fuction call. + parameters in a function call. .. code-block:: c++ diff --git a/clang/include/clang/Format/Format.h b/clang/include/clang/Format/Format.h index 6bb828d60071..c6c182b7bdce 100644 --- a/clang/include/clang/Format/Format.h +++ b/clang/include/clang/Format/Format.h @@ -1860,7 +1860,7 @@ struct FormatStyle { bool ObjCSpaceAfterProperty; /// Break parameters list into lines when there is nested block - /// parameters in a fuction call. + /// parameters in a function call. /// \code /// false: /// - (void)_aMethod _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits