Skip to content

Releases: bloomberg/clangmetatool

Enable LLVM20

07 Mar 20:21
8909873
Compare
Choose a tag to compare

Enable LLVM19 by @ksromanov in #85

What's Changed

  • Enable LLVM 20 in CI. No code changes.

Full Changelog: 0.21.8...0.21.9

Enable LLVM19

07 Mar 18:25
4ca1714
Compare
Choose a tag to compare

Enable LLVM19 by @ksromanov in #84

Full Changelog: 0.21.7...0.21.8

Enable LLVM18

15 Jul 15:43
da8ee45
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.21.6...0.21.7

Enable LLVM 17

18 Jan 21:57
f951676
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.21.5...0.21.6

Enable LLVM 15

14 Jun 22:27
2c40146
Compare
Choose a tag to compare
Merge pull request #78 from ksromanov/patch-1

Enable LLVM 15

Correctly find the location when a macro is called within a macro

01 Jun 18:22
05eeb4d
Compare
Choose a tag to compare

What's Changed

  • Correctly find the location when a macro is called within a macro by @samanpa in #77

Full Changelog: 0.21.3...0.21.4

Improve support for locating declRefs that are used in a macro

19 May 17:52
b0a6d6d
Compare
Choose a tag to compare

What's Changed

  • Improve support for locating declRefs that are used in a macro by @samanpa in #76

Full Changelog: 0.21.2...0.21.3

Locate type references that happen in a macro expansion

03 May 17:34
2eb1d0c
Compare
Choose a tag to compare

What's Changed

  • Locate declRefs that are used in a macro correctly by @samanpa in #75

Full Changelog: 0.21.1...0.21.2

0.21.1

17 Jan 17:16
Compare
Choose a tag to compare
When we match a type usage try to retrieve the declaration of the typ…

clang-14 support

02 Sep 14:09
5a7f5c2
Compare
Choose a tag to compare
Merge pull request #72 from ksromanov/workaround_for_clang_llvm_14

Request support for C language in top-level CMakeLists.txt