Remove comment on the availability of boxed expressions. They have been available for a while.

llvm-svn: 189446
This commit is contained in:
Ted Kremenek 2013-08-28 06:03:59 +00:00
parent a3891a7568
commit 1aab6834fa
1 changed files with 0 additions and 6 deletions

View File

@ -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
==================