Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

51 lines (29 loc) · 1.13 KB

Changelog

All notable changes to this project are documented in this file using the Keep a CHANGELOG principles. This project adheres to Semantic Versioning.

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