From e58d2c6fc11a21cd6deac9b2e88095ca7814f161 Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Sat, 27 Jun 2015 09:25:28 +0000 Subject: [PATCH] clang-format: Fix language of DisableFormat description This is a comment-only change to test commit access. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@240879 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ClangFormatStyleOptions.rst | 2 +- include/clang/Format/Format.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ClangFormatStyleOptions.rst b/docs/ClangFormatStyleOptions.rst index f4c4c8cc9a..837d184a95 100644 --- a/docs/ClangFormatStyleOptions.rst +++ b/docs/ClangFormatStyleOptions.rst @@ -327,7 +327,7 @@ the configuration (without a prefix: ``Auto``). alignment of & and \*. ``PointerAlignment`` is then used only as fallback. **DisableFormat** (``bool``) - Disables formatting at all. + Disables formatting completely. **ExperimentalAutoDetectBinPacking** (``bool``) If ``true``, clang-format detects whether function calls and diff --git a/include/clang/Format/Format.h b/include/clang/Format/Format.h index ad87a057a6..faf01fc8e3 100644 --- a/include/clang/Format/Format.h +++ b/include/clang/Format/Format.h @@ -409,7 +409,7 @@ struct FormatStyle { /// which should not be split into lines or otherwise changed. std::string CommentPragmas; - /// \brief Disables formatting at all. + /// \brief Disables formatting completely. bool DisableFormat; /// \brief A vector of macros that should be interpreted as foreach loops -- 2.40.0