summaryrefslogtreecommitdiff
path: root/docs/CodingStandards.rst
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2014-05-06 01:46:26 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2014-05-06 01:46:26 +0000
commit2efa833c4eaceab3a8a2c854af36ed6b6f8e62a8 (patch)
tree5ef4f98ade1736168a96e85777f03046da87f403 /docs/CodingStandards.rst
parent36ecb2ee9d5cfd001383d7cf7751d830f7c579d1 (diff)
downloadllvm-2efa833c4eaceab3a8a2c854af36ed6b6f8e62a8.tar.gz
llvm-2efa833c4eaceab3a8a2c854af36ed6b6f8e62a8.tar.bz2
llvm-2efa833c4eaceab3a8a2c854af36ed6b6f8e62a8.tar.xz
Revert accidentally-committed files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208034 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CodingStandards.rst')
-rw-r--r--docs/CodingStandards.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/CodingStandards.rst b/docs/CodingStandards.rst
index edbef3ace5..0fcca0330f 100644
--- a/docs/CodingStandards.rst
+++ b/docs/CodingStandards.rst
@@ -108,8 +108,6 @@ unlikely to be supported by our host compilers.
* Lambdas: N2927_
* But *not* ``std::function``, until Clang implements `MSVC-compatible RTTI`_.
- In many cases, you may be able to use ``llvm::function_ref`` instead, and it
- is a superior choice in those cases.
* And *not* lambdas with default arguments.
* ``decltype``: N2343_