[cfe-commits] r73286 - in /cfe/trunk/test: ./ CXX/ CXX/basic/ CXX/basic/basic.align/ CXX/basic/basic.def.odr/ CXX/basic/basic.def/ CXX/basic/basic.life/ CXX/basic/basic.link/ CXX/basic/basic.lookup/ CXX/basic/basic.lookup/basic.lookup.argdep/ CXX/basic/basic.lookup/basic.lookup.classref/ CXX/basic/basic.lookup/basic.lookup.elab/ CXX/basic/basic.lookup/basic.lookup.qual/ CXX/basic/basic.lookup/basic.lookup.qual/class.qual/ CXX/basic/basic.lookup/basic.lookup.qual/concept.qual/ CXX/basic/basic.lookup/basic.lookup.qual/n...

Chris Lattner clattner at apple.com
Sat Jun 13 10:18:19 PDT 2009


On Jun 12, 2009, at 11:26 PM, Douglas Gregor wrote:

>
> Personally, I don't see any point in distinguishing Lex/Parse/Sema/CG,
> although we've been doing it for a while. Still, we can tell what kind
> of test we have based on the RUN line anyway.

I agree, I think it would make sense to get rid of the distinction.   
If a feature doesn't have codegen support, we can have one test that  
just runs -fsyntax-only and one that does codegen.  That would show as  
"some support".

-Chris



More information about the cfe-commits mailing list