Closed vgvassilev closed 1 year ago
std::vector<Decl*> Decls, SubDecls; std::string code = R"( class C { void f1() const {} const void f1() {} void f2() {} }; )";
@vgvassilev now i merge it in fork i think it gonna work
You will need to open a proper pull request and follow the general workflow that we have.
Sure, go for it.
In the unittests we have a test checking if a method is const. We should provide the relevant implementation for it.
https://github.com/compiler-research/InterOp/blob/a16dedef4d8fa7d5833b179954c073726016d4bf/unittests/InterOp/FunctionReflectionTest.cpp#L607-L621