[cfe-dev] tests of bindings/python fail?
    Douglas Gregor 
    dgregor at apple.com
       
    Tue Jul  5 21:54:53 PDT 2011
    
    
  
On Jul 5, 2011, at 9:38 PM, Eli Bendersky wrote:
> 
>> Hi Doug, thanks for the review. I'm attaching an updated patch with fixes for all your comments. 
> 
> Committed as r134460, thanks!
> 
> I forgot to mention it before, but please send future patches to the cfe-commits mailing list.
> 
> 	- Doug
> 
> Hi Doug,
> Another related question: I would like to expose the various statement kinds in libclang, to allow client code to reason based on the type of statement it encounters. Currently none of the statement kinds (except labels) is exposed. Would it be acceptable to submit a fix for this, or is the statement kind enumeration kept intentionally minimal?
It's fine to submit a fix for this, as long as the exposed cursor kinds map to language constructs and not Clang internal implementation details. 
	- Doug
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110705/5dad926d/attachment.html>
    
    
More information about the cfe-dev
mailing list