summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSam McCall <sam.mccall@gmail.com>2019-10-04 09:52:54 +0000
committerSam McCall <sam.mccall@gmail.com>2019-10-04 09:52:54 +0000
commit8ccf219e3bed92f13f16e411a7e42b32fe85a1bc (patch)
treecd97c092bcb458f4788ae5175f4e8fa40bc09ee5 /docs
parentdf1316c81c5cc3372be06268d38f310be55c9938 (diff)
downloadclang-8ccf219e3bed92f13f16e411a7e42b32fe85a1bc.tar.gz
[Format] Fix docs after r373439
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@373724 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ClangFormatStyleOptions.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ClangFormatStyleOptions.rst b/docs/ClangFormatStyleOptions.rst
index c7f47c5c02..24ad1f67f0 100644
--- a/docs/ClangFormatStyleOptions.rst
+++ b/docs/ClangFormatStyleOptions.rst
@@ -2310,11 +2310,12 @@ the configuration (without a prefix: ``Auto``).
std::unique_ptr<int[]> foo() {} // Won't be affected
**Standard** (``LanguageStandard``)
+ Parse and format C++ constructs compatible with this standard.
+
.. code-block:: c++
c++03: latest:
vector<set<int> > x; vs. vector<set<int>> x;
- Parse and format C++ constructs compatible with this standard.
Possible values: