[cfe-commits] r130351 - in /cfe/trunk: include/clang/AST/ include/clang/Basic/ include/clang/Parse/ include/clang/Sema/ include/clang/Serialization/ lib/AST/ lib/CodeGen/ lib/Parse/ lib/Sema/ lib/Serialization/ lib/StaticAnalyzer/Core/ test/SemaCXX/ tools/libclang/

Chris Lattner clattner at apple.com
Tue May 3 17:39:06 PDT 2011


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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110503/f92ef370/attachment.html>


More information about the cfe-commits mailing list