From 7683fcc817de55bc7954a8753007ec0bc7187f19 Mon Sep 17 00:00:00 2001 From: Alexandre Mutel Date: Sat, 14 Oct 2023 18:11:00 +0200 Subject: [PATCH] Update readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ef178e4..8c0224a 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,7 @@ CppAst provides a C/C++ parser for header files with access to the full AST, com ## Features - Compatible with `.NET Standard 2.0+` -- Using `Clang/libclang 15.0.2` +- Using `Clang/libclang 16.0.0` - Allow to parse *in-memory* C/C++ text and C/C++ files from the disk - Simple AST model - Full type system