Skip to content

Commit

Permalink
[Format] Fix docs after r373439
Browse files Browse the repository at this point in the history
llvm-svn: 373724
  • Loading branch information
sam-mccall committed Oct 4, 2019
1 parent 91ad539 commit b3cc321
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clang/docs/ClangFormatStyleOptions.rst
Expand Up @@ -2310,11 +2310,12 @@ the configuration (without a prefix: ``Auto``).
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:

Expand Down

0 comments on commit b3cc321

Please sign in to comment.