Skip to content

Releases: bloomberg/clangmetatool

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

Add weak dependencies analysis for include graph validation

11 Jul 19:56
4b1f915
Compare
Choose a tag to compare

Support for tracking weak dependencies via clangmetatool::IncludeGraphDependencies::liveWeakDependencies

Add SourceUtil::expandRangeIfValid function

14 Dec 15:27
df6179b
Compare
Choose a tag to compare

Add SourceUtil::expandRangeIfValid function to allow safer source expansion