Skip to content

Releases: bloomberg/clangmetatool

clang-13 support

04 Nov 14:45
6d10bd8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.18.2...0.18.3

Fix reference count bug for fully qualified types

25 Oct 21:36
20b0e56
Compare
Choose a tag to compare
Merge pull request #65 from nsmith0/fix-usage-ref-count

Fix reference count bug for fully qualified types

Fix include_next collection in include graph collector

14 Oct 21:52
d225a36
Compare
Choose a tag to compare
Merge pull request #64 from nsmith0/fix-include-next

Fix include_next collection

Support for exporting fixes

09 Jul 15:26
9178b6f
Compare
Choose a tag to compare

Add runAndExportFixes function that saves a YAML file which can be loaded by clang-apply-replacements

Fix to partial macro detection

03 May 21:10
7d4c45b
Compare
Choose a tag to compare
Merge pull request #61 from pmartin210/partial-macro

Partial macro detection for macro as argument to macro

clang-11 support

10 Mar 23:15
8d4c06d
Compare
Choose a tag to compare

Add support for building against clang-11

Better handling of macro arguments in 'SourceUtil'

29 Dec 19:14
7420df6
Compare
Choose a tag to compare

Functions for finding source ranges in SourceUtil were not handling macro arguments well, this release fixes some issues with this.

Minor Fix to Add a Missing Define in a Header

19 Aug 21:36
Compare
Choose a tag to compare

This release has a minor bug fix for match_forwarder.h

Support listing all includes using `IncludeGraphDependencies`

19 Jun 17:51
638bdeb
Compare
Choose a tag to compare

Add enhancement to allow listing all includes in a graph, in addition to those that have dependencies.

Fix bug in `SourceUtil::getMacroNameForStatement`

19 Jun 14:53
251ed1d
Compare
Choose a tag to compare

Fix more issues with this function and add additional tests.