You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, following issues described in ticket #100, I confirm that I have an issue under Ubuntu 18.04 when parsing a variadic #define, with a specific include dependence between parsed files.
Let me explain, we want to parse 3 header files :
in file lib1.h we have functions and the variadic macro
in file lib2, we have a function
in file lib3.h, we have a function AND include "lib1.h"
Now, here is the behaviour of clang2py:
clang2py -k emstu --debug lib1.h => no issue (== we have "all" at the end)
Hello, following issues described in ticket #100, I confirm that I have an issue under Ubuntu 18.04 when parsing a variadic #define, with a specific include dependence between parsed files.
Let me explain, we want to parse 3 header files :
Now, here is the behaviour of clang2py:
In the second case, we have the following debug traces :
Thanks for your support
The text was updated successfully, but these errors were encountered: