CppAst is a .NET library providing a C/C++ parser for header files powered by Clang/libclang with access to the full AST, comments and macros
BSD 2-Clause "Simplified" License
501
stars
66
forks
source link
Allow for the parsing of TypeAliases #15
Closed
wackoisgod closed 4 years ago
Allow for the parsing of TypeAliases as Typedefs, added tests for template and non-template case.