On Apr 18, 2012, at 8:33 PM, Nico Weber wrote: > Out of interest: The literals seemed to work fine on trunk the last > few months. Is the plan to explicitly disable them on the 3.1 branch?
This is a new addition "@(foo())" on top of the existing literals support that went into llvm 3.1. -Chris > > Nico > > On Wed, Apr 18, 2012 at 6:02 PM, Patrick Beard <[email protected]> wrote: >> Author: pcbeard >> Date: Wed Apr 18 20:02:16 2012 >> New Revision: 155086 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=155086&view=rev >> Log: >> Changed wording of availability. >> >> Modified: >> cfe/trunk/docs/ObjectiveCLiterals.html >> >> Modified: cfe/trunk/docs/ObjectiveCLiterals.html >> URL: >> http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ObjectiveCLiterals.html?rev=155086&r1=155085&r2=155086&view=diff >> ============================================================================== >> --- cfe/trunk/docs/ObjectiveCLiterals.html (original) >> +++ cfe/trunk/docs/ObjectiveCLiterals.html Wed Apr 18 20:02:16 2012 >> @@ -183,7 +183,7 @@ >> >> <h3>Availability</h3> >> >> -<p>This feature will be available in clang 3.2. It is not currently >> available in any Apple compiler.</p> >> +<p>This feature will be available after clang 3.1. It is not currently >> available in any Apple compiler.</p> >> >> <h2>Container Literals</h2> >> >> >> >> _______________________________________________ >> cfe-commits mailing list >> [email protected] >> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
