Skip to content

Conversation

@avsm
Copy link
Member

@avsm avsm commented Aug 1, 2012

No description provided.

samoht added a commit that referenced this pull request Aug 1, 2012
@samoht samoht merged commit 83ee9bf into ocaml:master Aug 1, 2012
@bmillwood bmillwood mentioned this pull request Dec 11, 2013
@ghost ghost mentioned this pull request Jan 27, 2014
avsm pushed a commit that referenced this pull request Oct 4, 2016
@dbuenzli dbuenzli mentioned this pull request Mar 23, 2020
kit-ty-kate pushed a commit that referenced this pull request May 13, 2020
dinosaure pushed a commit to dinosaure/opam-repository that referenced this pull request Jan 14, 2022
thierry-martinez referenced this pull request in thierry-martinez/opam-repository Sep 5, 2022
This commit pushes a new release of clangml.4.8.0, compatible with
the upcoming LLVM/Clang 15. Changes are:

- Support for Clang/LLVM 15.0.0

- `Ast.character_kind` and `Ast.string_kind` are now distinct
  types (aliases for `Clang.clang_ext_characterkind` and
  `Clang.clang_ext_stringkind` respectively.
  The constructor `Ordinary` replaced the former constructor `Ascii`
  for `string_kind`, to match the new convention used by
  `clang::StringLiteral::StringKind` from Clang 15.0.0.
  The constructor `Ascii` for `character_kind` is left unchanged.

- #1, #2: `Ast.Var` and `Ast.Function` constructors now have a `storage`
  field in addition to the computed `linkage`, exposing the value
  previously accessible via `cursor_get_storage_class`. The
  storage classes are now correctly printed by the printer.
  (reported by Ronan, rsaill/n47, ocamllibs/clangml#1)

- #3, ocaml#4: fix `Clang.Expr.radix_of_integer_literal` when the literal
  comes from a macro expansion, and fix printing of unsigned/long
  integer literals with `Clang.Printer`.
  (reported by Ronan, rsaill/n47, ocamllibs/clangml#3)
@mbarbin mbarbin mentioned this pull request Mar 8, 2024
samoht pushed a commit to samoht/opam-repository that referenced this pull request Jul 23, 2024
samoht pushed a commit to samoht/opam-repository that referenced this pull request Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants