Re: [PATCH] D15654: A Python code model for C++ used to drive code generators

2016-04-29 Thread Jonathan B Coe via cfe-commits
jbcoe abandoned this revision. jbcoe added a comment. I'm abandoning this revision for lack of interest. http://reviews.llvm.org/D15654 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commit

Re: [PATCH] D15654: A Python code model for C++ used to drive code generators

2016-03-01 Thread Jonathan B Coe via cfe-commits
jbcoe added a comment. Has anyone had a chance to look over this? http://reviews.llvm.org/D15654 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: [PATCH] D15654: A Python code model for C++ used to drive code generators

2016-02-11 Thread Jonathan B Coe via cfe-commits
jbcoe updated this revision to Diff 47747. jbcoe added a comment. Add missing test for types - apologies for noise. http://reviews.llvm.org/D15654 Files: bindings/python/clang/cppmodel.py bindings/python/tests/cppmodel/__init__.py bindings/python/tests/cppmodel/test_classes.py bindings/

Re: [PATCH] D15654: A Python code model for C++ used to drive code generators

2016-02-11 Thread Jonathan B Coe via cfe-commits
jbcoe updated this revision to Diff 47745. jbcoe added a comment. I've added more python classes to handle types and free functions. http://reviews.llvm.org/D15654 Files: bindings/python/clang/cppmodel.py bindings/python/tests/cppmodel/__init__.py bindings/python/tests/cppmodel/test_class