r189446 - Remove comment on the availability of boxed expressions. They have been available for a while.
Ted Kremenek
kremenek at apple.com
Tue Aug 27 23:03:59 PDT 2013
Author: kremenek
Date: Wed Aug 28 01:03:59 2013
New Revision: 189446
URL: http://llvm.org/viewvc/llvm-project?rev=189446&view=rev
Log:
Remove comment on the availability of boxed expressions. They have been available for a while.
Modified:
cfe/trunk/docs/ObjectiveCLiterals.rst
Modified: cfe/trunk/docs/ObjectiveCLiterals.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ObjectiveCLiterals.rst?rev=189446&r1=189445&r2=189446&view=diff
==============================================================================
--- cfe/trunk/docs/ObjectiveCLiterals.rst (original)
+++ cfe/trunk/docs/ObjectiveCLiterals.rst Wed Aug 28 01:03:59 2013
@@ -218,12 +218,6 @@ character data is valid. Passing ``NULL`
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
==================
More information about the cfe-commits
mailing list