[cfe-commits] r70601 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/SemaDecl.cpp test/Sema/block-misc.c

Mike Stump mrs at apple.com
Fri May 1 17:22:00 PDT 2009


On May 1, 2009, at 4:55 PM, Eli Friedman wrote:
> On Fri, May 1, 2009 at 4:41 PM, Mike Stump <mrs at apple.com> wrote:
>> Add Sema checking for __block on vm declarations.  Radar 6441502
>
> Is there something fundamentally wrong with __block on a vm
> declaration?

If you want to implement this, in a comprehensive fashion, be my  
guest.  Essentially, we don't want it to mostly work, but have codegen  
errors or failures in obscure corners.  For the first round, just  
nixing vms altogether is safer.  In the fullness of time however, I  
just see it as an implementation puzzle to figure out.  :-)



More information about the cfe-commits mailing list