xoofx / CppAst.NET

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
482 stars 63 forks source link

Fix #1 NRE and missing bool type #2

Closed EgorBo closed 5 years ago

EgorBo commented 5 years ago

Fixes #1. Not sure about that return null but it works.

EgorBo commented 5 years ago

Ah, I see 🙂

xoofx commented 5 years ago

but I would not mind having the CppPrimitive.Bool fix? 😅

xoofx commented 5 years ago

Nevermind gonna push it

EgorBo commented 5 years ago

@xoofx thanks! Tried 0.1.1 - it works but at some points throws InvalidOE because of that bool 🙂

xoofx commented 5 years ago

yeah sorry for this bug, it's fixed by 0.1.3 ;)