summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2019-10-05 16:08:17 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2019-10-05 16:08:17 +0000
commit1805646477aea66b2763033a2a226aa1aef84d7e (patch)
tree69756dcfa48d0ec2ed2fa408c2ff38d27261a22e /docs
parentd5265df34d143d236b8ef263a25c0f28b339ffff (diff)
downloadclang-1805646477aea66b2763033a2a226aa1aef84d7e.tar.gz
Try to fix sphinx indentation error
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@373831 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 95dd51e634..d6c734a53a 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -212,13 +212,15 @@ clang-format
- The ``Standard`` style option specifies which version of C++ should be used
when parsing and formatting C++ code. The set of allowed values has changed:
+
- ``Latest`` will always enable new C++ language features.
- ``c++03``, ``c++11``, ``c++14``, ``c++17``, ``c++20`` will pin to exactly
that language version.
- ``Auto`` is the default and detects style from the code (this is unchanged).
- The previous values of ``Cpp03`` and ``Cpp11`` are deprecated. Note that
- ``Cpp11`` is treated as ``Latest``, as this was always clang-format's behavior.
- (One motivation for this change is the new name describes the behavior better).
+
+ The previous values of ``Cpp03`` and ``Cpp11`` are deprecated. Note that
+ ``Cpp11`` is treated as ``Latest``, as this was always clang-format's behavior.
+ (One motivation for this change is the new name describes the behavior better).
libclang
--------