diff --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst index c7f47c5c021e5..24ad1f67f0895 100644 --- a/clang/docs/ClangFormatStyleOptions.rst +++ b/clang/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: