From 8ccf219e3bed92f13f16e411a7e42b32fe85a1bc Mon Sep 17 00:00:00 2001 From: Sam McCall Date: Fri, 4 Oct 2019 09:52:54 +0000 Subject: [PATCH] [Format] Fix docs after r373439 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@373724 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ClangFormatStyleOptions.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 foo() {} // Won't be affected **Standard** (``LanguageStandard``) + Parse and format C++ constructs compatible with this standard. + .. code-block:: c++ c++03: latest: vector > x; vs. vector> x; - Parse and format C++ constructs compatible with this standard. Possible values: -- 2.50.1