v4.7.0
thierry-martinez
released this
09 Aug 18:56
·
132 commits
to snapshot
since this release
-
Support for Clang/LLVM 14.0.{1,2,3,4,5,6}
-
Support for
ParenList
expressions (may appear in constructor initializers of templated classes).
(reported by Arthur Charguéraud) -
Support for
_Atomic
types and built-in expressions
(reported by n47, https://discuss.ocaml.org/t/ann-clangml-4-2-0-ocaml-bindings-for-clang-api-for-c-and-c-parsing/6123/14) -
Support for
typeof
type (GCC extension)
(reported by n47, https://discuss.ocaml.org/t/ann-clangml-4-2-0-ocaml-bindings-for-clang-api-for-c-and-c-parsing/6123/25?u=thierry-martinez) -
Support for statement expression (GCC extension)
-
Fix lossing template specification in method definitions.
(reported by Arthur Charguéraud) -
Add
Clang.Cursor.{Set, Map}
, fixClang.compare_cursors
-
Add
Clang.Lazy.Printer
module