Changelog for Libclang
0.2.0 - 2018-11-3
- 🏁 Add experimental support for Windows.
- 🎉 Add more examples for indexing C functions and structures.
- 🎉 Add initial plumbing for cursor location and range.
0.1.0 - 2018-10-27
- 👷 Add Travis / AppVeyor CI scripts.
- 🚨 Add more tests.
- 🎨 Add object-oriented syntax sugar for
Libclang::Index
,Libclang::TranslationUnit
andLibclang::Cursor
. - 🎉 First OO-sugar AST traversal example is now working.
- 🐛 Better libclang shared library path detection.
- 🔨 Native stuff now live in
Libclang::Raw
. - 🔨 Switch to
clang
instead ofgcc
for compilation inBuild.pm
.
0.0.1 - 2018-10-26
- 🎉 🎨 First AST traversal example is now working.