From a98d400fec0e41392d66eb1c1df631c534a8760c Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Fri, 28 Feb 2014 21:14:25 +0000 Subject: [PATCH] Add more whitespace to fix more bullets. llvm-svn: 202538 --- llvm/docs/CodingStandards.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/docs/CodingStandards.rst b/llvm/docs/CodingStandards.rst index 0696147ccd75..70b93a1388c4 100644 --- a/llvm/docs/CodingStandards.rst +++ b/llvm/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_