klitsche/clang-ffi

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
# Changelog

All notable changes to this project are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.5.0] - 2022-02-08

## Changed

- Cleanup libclang wrapper

## [0.4.0] - 2021-09-10

## Added

- Add support for llvm / clang 13

## [0.3.0] - 2021-01-03

## Added

- Add examples

## Changed

- Rename CXPrinterPolicy to CXPrintingPolicy

## Fixed

- Fix CXPrinterPolicy property value (should be int not bool)

## [0.2.0] - 2021-01-02

### Added

- Add support for CXCursorPrintPolicy

## [0.1.0] - 2021-01-02

### Added

- Add basic support for AST traversing and analyzing

[Unreleased]: https://github.com/klitsche/clang-ffi/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/klitsche/clang-ffi/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/klitsche/clang-ffi/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/klitsche/clang-ffi/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/klitsche/clang-ffi/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/klitsche/clang-ffi/releases/tag/v0.1.0