FloSim82

Results 3 issues of FloSim82

Let say you have the following header **api/api_version.h** you want to parse: ``` #define API_NAME "this is a test" #define API_VER_MAJOR 3 #define API_VER_MINOR 1 #define API_VER_PATCH 0 ``` When...

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....

Under _Ubuntu 18.04_, when adding parenthesis to a define in Header file, it is not parsed with **clang2py**. File lib1.h is the following : ``` #ifndef DEF_H #define DEF_H #define...