projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91ad539
)
[Format] Fix docs after r373439
author
Sam McCall
<sam.mccall@gmail.com>
Fri, 4 Oct 2019 09:52:54 +0000
(09:52 +0000)
committer
Sam McCall
<sam.mccall@gmail.com>
Fri, 4 Oct 2019 09:52:54 +0000
(09:52 +0000)
llvm-svn: 373724
clang/docs/ClangFormatStyleOptions.rst
patch
|
blob
|
history
diff --git
a/clang/docs/ClangFormatStyleOptions.rst
b/clang/docs/ClangFormatStyleOptions.rst
index
c7f47c5
..
24ad1f6
100644
(file)
--- a/
clang/docs/ClangFormatStyleOptions.rst
+++ b/
clang/docs/ClangFormatStyleOptions.rst
@@
-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: