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

Unexpected compiler version, expected Clang 10.0.0 or newer. #45

Closed TechInterMezzo closed 3 years ago

TechInterMezzo commented 3 years ago

I am using the NuGet Package of CppAst and it depends on libclang.runtime which is still version 8.0.0.1. It looks like it needs an update to 10.0.

TechInterMezzo commented 3 years ago

Nevermind. I found the alpha version which depends on ClangSharp.