summaryrefslogtreecommitdiff
path: root/docs/ObjectiveCLiterals.rst
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2013-08-28 06:03:59 +0000
committerTed Kremenek <kremenek@apple.com>2013-08-28 06:03:59 +0000
commit6fed8a4f8a4b6dd3e5dea4eaa840894b7dd71cd8 (patch)
treee3f858e12fcd197544dd09faae939b6c0457204f /docs/ObjectiveCLiterals.rst
parent0e28a257727f092fbb2d544fd9aaf3b20a323456 (diff)
downloadclang-6fed8a4f8a4b6dd3e5dea4eaa840894b7dd71cd8.tar.gz
Remove comment on the availability of boxed expressions. They have been available for a while.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189446 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ObjectiveCLiterals.rst')
-rw-r--r--docs/ObjectiveCLiterals.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/ObjectiveCLiterals.rst b/docs/ObjectiveCLiterals.rst
index 92e4fb65cd..8066d8f6be 100644
--- a/docs/ObjectiveCLiterals.rst
+++ b/docs/ObjectiveCLiterals.rst
@@ -218,12 +218,6 @@ character data is valid. Passing ``NULL`` as the character pointer will
raise an exception at runtime. When possible, the compiler will reject
``NULL`` character pointers used in boxed expressions.
-Availability
-------------
-
-Boxed expressions will be available in clang 3.2. It is not currently
-available in any Apple compiler.
-
Container Literals
==================