Releases: terminaldweller/cgrep
Releases · terminaldweller/cgrep
v1.2.0
v1.1.2
added support for llvm 12 and 13.
V1.1
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
This is cgrep's first release.