[PATCH] D15469: Expose cxx constructor and method properties through libclang and python bindings.

Sergey Kalinichev via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 8 01:47:20 PST 2016


skalinichev added a comment.

Generally looks pretty good to me. Maybe it's worth to factor out duplicating code, but I guess it's not so important.

Also the index-file.cpp test failing for me:
test/Index/index-file.cpp:57:11: error: expected string not found in input
// CHECK: [indexDeclaration]: kind: c++-instance-method | name: foo | {{.*}} (deleted) | loc: 36:8

@jbcoe, can you take a look?


http://reviews.llvm.org/D15469





More information about the cfe-commits mailing list