Closed jdeans289 closed 1 year ago
LibClang is causing way too many problems (bugs, no access to template specializations). Yeet libclang and parse the json AST myself.
This completely changes ICG but has no affect on DataTypes.
Big challenge here was to filter the system headers out of the AST. This is done in ASTFilter.cpp
ASTFilter.cpp
LibClang is causing way too many problems (bugs, no access to template specializations). Yeet libclang and parse the json AST myself.
This completely changes ICG but has no affect on DataTypes.
Big challenge here was to filter the system headers out of the AST. This is done in
ASTFilter.cpp