-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#210 #216
#210 #216
Conversation
Codecov Report
@@ Coverage Diff @@
## master #216 +/- ##
=========================================
Coverage ? 24.11%
=========================================
Files ? 23
Lines ? 1518
Branches ? 0
=========================================
Hits ? 366
Misses ? 1152
Partials ? 0
Continue to review full report at Codecov.
|
Co-Authored-By: Martijn Visser <[email protected]>
let's make Clang.jl self-generated.
Co-Authored-By: Simon <[email protected]>
1. remove old cindex wrappers 2. add a new low-level module LibClang that is one-to-one mapped to libclang APIs and exports everything
also add a simple test case
let Julia do more convert stuff for us
1. add a basic DefaultContext type 2. adjust file hierarchy
without this additional check, a common record followed by another anonymous typedef may mistakenly trigger a name substitution, for example: ```c enum nk_tree_type {NK_TREE_NODE, NK_TREE_TAB}; typedef void*(*nk_plugin_alloc)(nk_handle, void *old, nk_size); ```
rebasing in gitkraken takes no effect, but manually rebasing in CLI works, not sure why. |
try #210 again