summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2014-02-28 21:14:25 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2014-02-28 21:14:25 +0000
commit80883b6a27ef225e5761df5585147f39f130d248 (patch)
tree783d76fd1f66d3fa56e55439334788ec038c0728 /docs
parent27f41a373699a877f45898db633be24a683b6616 (diff)
downloadllvm-80883b6a27ef225e5761df5585147f39f130d248.tar.gz
llvm-80883b6a27ef225e5761df5585147f39f130d248.tar.bz2
llvm-80883b6a27ef225e5761df5585147f39f130d248.tar.xz
Add more whitespace to fix more bullets.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202538 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CodingStandards.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CodingStandards.rst b/docs/CodingStandards.rst
index 0696147ccd..70b93a1388 100644
--- a/docs/CodingStandards.rst
+++ b/docs/CodingStandards.rst
@@ -106,7 +106,9 @@ of the features that are expected to work. Features not on this list are
unlikely to be supported by our host compilers.
* Rvalue references: N2118_
+
* But *not* Rvalue references for ``*this`` or member qualifiers (N2439_)
+
* Static assert: N1720_
* ``auto`` type deduction: N1984_, N1737_
* Trailing return types: N2541_