Skip to content

Releases: bloomberg/clangmetatool

Fix internal build

17 Jun 22:31
c156e7a
Compare
Choose a tag to compare

Fix tests with version of clang used internally.

Fix bug in `SourceUtil::getMacroNameForStatement`

16 Jun 15:27
e3a9d09
Compare
Choose a tag to compare

Fix issue where macro names were not being resolved when being passing to a function-like macro.

Fix bug in `clangmetatool::SourceUtil::isPartialMacro`

18 May 17:37
2380851
Compare
Choose a tag to compare

Replacements created for source ranges overlapping with token pasted VA_ARGS are currently faulty. This is a quick fix which can be used by downstream systems to issue warnings.

LLVM-10 support

01 May 18:53
2d5f9c1
Compare
Choose a tag to compare

Add support for LLVM-10 to clangmetatool.

Handle symlinks for the clang path

15 Mar 20:14
Compare
Choose a tag to compare

This release adds symlink support for clang paths and also updates the CI distro versions.

Specific commits:

  • Check real_path of executable path when verifying installation
  • Change ubuntu versions and distros

Add Additional Utilities

13 Feb 20:20
Compare
Choose a tag to compare

Added:

  • FindFunctions to find the functions that are declared within source units.
  • SourceUtil for commonly used source-related functionality not provided by LibTooling itself
  • MatchForwarder to forward matches to function objects so that classes are not necessary
    each individual type of match.

Add LLVM-9 support and ability to rewrite header includes

09 Jan 19:31
Compare
Choose a tag to compare
Add documentation for clangmetatool::IncludeGraphDependencies

Signed-off-by: Vaibhav Yenamandra <[email protected]>

0.12.1: Suppress more warnings using ToolApplicationSupport::suppressWarnings

19 Aug 18:30
Compare
Choose a tag to compare

0.12.0: Add suppress warnings (#41)

31 Jul 17:53
Compare
Choose a tag to compare
* Add suppressWarnings function
* Ensure suppressWarnings allows warnings from tools
* Should only suppress warnings from clang itself

Signed-off-by: Ajmal Sharif <[email protected]>

0.11.0: Support for detecting if compiler and resource files are available

22 Jul 21:04
Compare
Choose a tag to compare