diff options
| author | Birunthan Mohanathas <birunthan@mohanathas.com> | 2015-06-27 09:25:28 +0000 |
|---|---|---|
| committer | Birunthan Mohanathas <birunthan@mohanathas.com> | 2015-06-27 09:25:28 +0000 |
| commit | b744e7210be1651dbbca0ad8fb5558d596dcd864 (patch) | |
| tree | 178f557f0cdf9ae9d0f8ba5fa782641b5d26b7fe | |
| parent | 55f65a355493f70ee707651cc298318ee7d2f476 (diff) | |
| download | bcm5719-llvm-b744e7210be1651dbbca0ad8fb5558d596dcd864.tar.gz bcm5719-llvm-b744e7210be1651dbbca0ad8fb5558d596dcd864.zip | |
clang-format: Fix language of DisableFormat description
This is a comment-only change to test commit access.
llvm-svn: 240879
| -rw-r--r-- | clang/docs/ClangFormatStyleOptions.rst | 2 | ||||
| -rw-r--r-- | 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 f4c4c8cc9a2..837d184a959 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 ad87a057a6a..faf01fc8e3d 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 |

