[cfe-dev] @defs() support
Fariborz Jahanian
fjahanian at apple.com
Thu May 8 09:15:46 PDT 2008
You are returning a SmallVector in ActOnDefs by value. Please pass a
reference to SmallVector as argument to collect ivars.
Also, we would like to have a test case with each new feature. Run the
result through rewriter and make sure that it works.
Also -ast-print should do the pretty-printing of the result as a test.
- Fariborz
On May 6, 2008, at 8:37 AM, David Chisnall wrote:
> Here is a little patch for adding support for @defs(). It works,
> but doesn't generate very friendly errors yet.
>
> David
> <defs.diff>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
More information about the cfe-dev
mailing list