Releases: bloomberg/clangmetatool
Releases · bloomberg/clangmetatool
clang-13 support
Fix reference count bug for fully qualified types
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
Merge pull request #64 from nsmith0/fix-include-next Fix include_next collection
Support for exporting fixes
Add runAndExportFixes
function that saves a YAML file which can be loaded by clang-apply-replacements
Fix to partial macro detection
Merge pull request #61 from pmartin210/partial-macro Partial macro detection for macro as argument to macro
clang-11 support
Add support for building against clang-11
Better handling of macro arguments in 'SourceUtil'
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
This release has a minor bug fix for match_forwarder.h
Support listing all includes using `IncludeGraphDependencies`
Add enhancement to allow listing all includes in a graph, in addition to those that have dependencies.
Fix bug in `SourceUtil::getMacroNameForStatement`
Fix more issues with this function and add additional tests.