[cfe-commits] r89691 - in /cfe/trunk:	include/clang/Parse/Action.h lib/Parse/ParseExpr.cpp	lib/Sema/Sema.h test/Sema/cast.c
    Chris Lattner 
    clattner at apple.com
       
    Tue Dec  1 21:39:57 PST 2009
    
    
  
On Nov 24, 2009, at 5:27 PM, Fariborz Jahanian wrote:
> 
> On Nov 23, 2009, at 9:30 PM, Chris Lattner wrote:
> 
>> Hi Fariborz,
>> 
>> Is there any other way to do this?  Before this change -parse-noop (which uses minimal actions) could reliably parse c code, now it can't.  Can this be handled in sema?
>> 
> 
> Found a way. It is in http://llvm.org/viewvc/llvm-project?view=rev&revision=89827
Great, thanks Fariborz!
-Chris
    
    
More information about the cfe-commits
mailing list