Tamás Szelei

Results 165 comments of Tamás Szelei

I also exceeded this size, but I had no idea what was wrong. I did not see the size limit mentioned (still can't find it), however, it would be nice...

So do you mean I should cast the entity to cpp_member_function and it has a paramaters() member? That's workable for me. Not sure if I would criticize the design, though...

It does feel natural to have everything in the tree, and allows uniform appending/deleting of source "items" when source rewriting is implemented. I wonder libclang or libtooling do in this...

Oh, that's a good hunch. Yes, I'm pretty sure that in "apple lingo" the architecture is called "arm64", not aarch64. I was actually surprised that the rust triple was aarch64....

@rnbguy I'm not entirely convinced that you are seeing the same issue I do (though they might be related)

For anyone coming to this issue, I managed to cross-compile ring with a custom clang toolchain this way: In .cargo/config.toml: ```toml [target.x86_64-pc-windows-gnu] linker = "x86_64-w64-mingw32-clang++" env = { TARGET_CC="x86_64-w64-mingw32-clang", TARGET_AR="llvm-ar"...

I think most commits can be squashed into one (the fixups by definition of course), but probably the following ones as well (unless each commit is meaningful on its own)....

Thanks for getting back to me. I'll probably try to craft a safe wrapper on top of the raw bindings then. Would you be interested in a PR for adding...

Hi, Just wanted to drop by and say that I really appreciate that you are working to solve this bug. Thanks!

I really need something like this. Unfortunately I was not able to use the git version in the PR repo because it's a bit outdated. My use-case: I'm querying an...