[cfe-commits] r89134 - in /cfe/trunk: include/clang/AST/ASTContext.h include/clang/Basic/LangOptions.h include/clang/Driver/Options.def lib/AST/ASTContext.cpp lib/CodeGen/CGBlocks.cpp lib/CodeGen/CGBlocks.h lib/Driver/Tools.cpp test/CodeGen/blocks-2.c
Fariborz Jahanian
fjahanian at apple.com
Tue Nov 17 12:08:57 PST 2009
It would help the runtime group if you provide a brief summary of the
ABI change. We want to make sure that we all
agree on this. It is definitely something we are interested in.
- Thanks, Fariborz
On Nov 17, 2009, at 11:33 AM, David Chisnall wrote:
> Author: theraven
> Date: Tue Nov 17 13:33:30 2009
> New Revision: 89134
>
> URL: http://llvm.org/viewvc/llvm-project?rev=89134&view=rev
> Log:
> Added block type introspection support.
>
> As per Fariborz's suggestion, committed now but can be reverted
> later if the used flag is problematic for Apple.
>
>
> Modified:
> cfe/trunk/include/clang/AST/ASTContext.h
> cfe/trunk/include/clang/Basic/LangOptions.h
> cfe/trunk/include/clang/Driver/Options.def
> cfe/trunk/lib/AST/ASTContext.cpp
> cfe/trunk/lib/CodeGen/CGBlocks.cpp
> cfe/trunk/lib/CodeGen/CGBlocks.h
> cfe/trunk/lib/Driver/Tools.cpp
> cfe/trunk/test/CodeGen/blocks-2.c
>
> Modified: cfe/trunk/include/clang/AST/ASTContext.h
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
More information about the cfe-commits
mailing list