Skip to content

Releases: terminaldweller/cgrep

v1.2.0

24 Oct 03:10
Compare
Choose a tag to compare

Added the "-C" option.
Tested for LLVM 14 support.

v1.1.2

14 Jul 07:26
Compare
Choose a tag to compare

added support for llvm 12 and 13.

V1.1

01 Apr 11:21
Compare
Choose a tag to compare

Changelog:

  • Fixed a bug where using the --declrefexpr switch could result in cgrep's termination.
  • You don't have to define --nodecl if what you're matching for is already a declaration.
  • There are now two switches that let you choose whether you want to search for c or c++ fields.
  • You can now choose whether you want to get the normal clang warning and diagnostics.
  • cgrep's diagnosticConsumer now prints errors(somewhat).
  • Added a new experimental switch called 'trace'.

First Release

12 Mar 11:34
Compare
Choose a tag to compare

This is cgrep's first release.