[llvm] r202538 - Add more whitespace to fix more bullets.
Richard Smith
richard-llvm at metafoo.co.uk
Fri Feb 28 13:14:25 PST 2014
Author: rsmith
Date: Fri Feb 28 15:14:25 2014
New Revision: 202538
URL: http://llvm.org/viewvc/llvm-project?rev=202538&view=rev
Log:
Add more whitespace to fix more bullets.
Modified:
llvm/trunk/docs/CodingStandards.rst
Modified: llvm/trunk/docs/CodingStandards.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodingStandards.rst?rev=202538&r1=202537&r2=202538&view=diff
==============================================================================
--- llvm/trunk/docs/CodingStandards.rst (original)
+++ llvm/trunk/docs/CodingStandards.rst Fri Feb 28 15:14:25 2014
@@ -106,7 +106,9 @@ of the features that are expected to wor
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_
More information about the llvm-commits
mailing list