mkottman / luaclang-parser

Lua binding for libclang, the Clang compiler API to access the AST of C/C++ source files
58 stars 14 forks source link

CompoundStmt #5

Open stuta opened 9 years ago

stuta commented 9 years ago

Hello.

This works nicely in OSX.

I need function body. How can I get also CompoundStmt?

stuta commented 9 years ago

I found CXTranslationUnit_SkipFunctionBodies from luaclang-parser.cpp and replaced it with 0. Now I can parse everything. This is a great library, thanks!