On Apr 27, 2011, at 5:16 PM, John Wiegley wrote:

> Author: johnw
> Date: Wed Apr 27 19:16:57 2011
> New Revision: 130351
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=130351&view=rev
> Log:
> Implementation of Embarcadero array type traits
> 
> Patch authored by John Wiegley.
> 
> These are array type traits used for parsing code that employs certain
> features of the Embarcadero C++ compiler: __array_rank(T) and
> __array_extent(T, Dim).

Very nice John!

Please document these in LanguageExtensions.html and add a has_feature check 
for them, thanks!

-Chris

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to