r373724 - [Format] Fix docs after r373439
Sam McCall via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 4 02:52:54 PDT 2019
Author: sammccall
Date: Fri Oct 4 02:52:54 2019
New Revision: 373724
URL: http://llvm.org/viewvc/llvm-project?rev=373724&view=rev
Log:
[Format] Fix docs after r373439
Modified:
cfe/trunk/docs/ClangFormatStyleOptions.rst
Modified: cfe/trunk/docs/ClangFormatStyleOptions.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ClangFormatStyleOptions.rst?rev=373724&r1=373723&r2=373724&view=diff
==============================================================================
--- cfe/trunk/docs/ClangFormatStyleOptions.rst (original)
+++ cfe/trunk/docs/ClangFormatStyleOptions.rst Fri Oct 4 02:52:54 2019
@@ -2310,11 +2310,12 @@ the configuration (without a prefix: ``A
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:
More information about the cfe-commits
mailing list