diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-10-05 16:08:17 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-10-05 16:08:17 +0000 |
commit | 68f21b360b91df88b87aebec5c5dbc5d68d42a6d (patch) | |
tree | add92e3a71844f614729baddcb7bd6b81cff2779 /clang/docs/ReleaseNotes.rst | |
parent | 41c934acaf8539dedad4b48bbc88580c74fed25a (diff) | |
download | bcm5719-llvm-68f21b360b91df88b87aebec5c5dbc5d68d42a6d.tar.gz bcm5719-llvm-68f21b360b91df88b87aebec5c5dbc5d68d42a6d.zip |
Try to fix sphinx indentation error
llvm-svn: 373831
Diffstat (limited to 'clang/docs/ReleaseNotes.rst')
-rw-r--r-- | clang/docs/ReleaseNotes.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 95dd51e6347..d6c734a53a1 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/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 -------- |