r176419 - Default to enabling default-synthesized ivars on all platforms

David Chisnall csdavec at swan.ac.uk
Sun Mar 3 09:49:01 PST 2013


On 3 Mar 2013, at 16:49, David Blaikie <dblaikie at gmail.com> wrote:

> 
> On Mar 3, 2013 7:39 AM, "David Chisnall" <csdavec at swan.ac.uk> wrote:
> >
> > Author: theraven
> > Date: Sun Mar  3 09:36:10 2013
> > New Revision: 176419
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=176419&view=rev
> > Log:
> > Default to enabling default-synthesized ivars on all platforms
> 
> That you could change this without causing any failures seems to indicate there's some missing test coverage I would think. Could you add a test?

I was a bit surprised at that too, but most of the recent Objective-C options appear to be the same.  We should almost certainly add some to check them.  Is there an example driver test that I can look at for how to check that arguments are passed to cc1?

David



More information about the cfe-commits mailing list