From b744e7210be1651dbbca0ad8fb5558d596dcd864 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. llvm-svn: 240879 --- clang/docs/ClangFormatStyleOptions.rst | 2 +- clang/include/clang/Format/Format.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst index f4c4c8c..837d184 100644 --- a/clang/docs/ClangFormatStyleOptions.rst +++ b/clang/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/clang/include/clang/Format/Format.h b/clang/include/clang/Format/Format.h index ad87a05..faf01fc 100644 --- a/clang/include/clang/Format/Format.h +++ b/clang/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.7.4