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

Chandler Carruth chandlerc at google.com
Sun Mar 3 15:30:13 PST 2013


On Sun, Mar 3, 2013 at 9:49 AM, David Chisnall <csdavec at swan.ac.uk> wrote:

> 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?
>

Most of the tests under test/Driver work this way. Look for ones that use
-### and pass the result to FileCheck.


>
> David
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130303/71c0deb1/attachment.html>


More information about the cfe-commits mailing list