aboutsummaryrefslogtreecommitdiffstats
path: root/cgrep.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* addes a macro for ast_type_traits. starting from 12 it had a namespace changeterminaldweller2021-07-141-27/+33
|
* Fix spelling mistakesAndre Schröder2020-10-281-8/+8
|
* added a new switch:recorddecl. the test script is still WIP.bloodstalker2020-06-041-2/+41
|
* added a note regarding what to do when you get the `stddef.h not found`.bloodstalker2020-04-301-1/+21
| | | | testscript is still WIP.
* working on the test scriptbloodstalker2020-04-301-22/+2
|
* work in progressbloodstalker2020-04-211-3/+60
|
* removed the debug prints. boost is no longer a dependency.1.1bloodstalker2020-03-301-7/+2
|
* declarations no longer print out the declarations since they are already ↵bloodstalker2020-03-301-75/+166
| | | | matching declarations. added a new WIP switch called trace.
* you now get the option of replacing the cgrep diagconsumer with the normal ↵bloodstalker2020-03-271-13/+30
| | | | one provided by clang. also the cgrep diagconsumer now prints out errors and only leaves out warnings and fixits. README update. man update. added llvm11 to travis.
* updatebloodstalker2020-03-231-10/+47
|\
| * updated the README. fixed a bug with declrefexpr where it was checking too ↵bloodstalker2020-03-221-1/+1
| | | | | | | | late whether the match was expanded from a macro which would result in an assertion failure.
| * changed memvar switch to cdecl and added a new switch, cxxdecl.bloodstalker2020-03-201-10/+47
| |
* | updatebloodstalker2020-03-231-3/+1
|/
* updatebloodstalker2020-03-111-19/+2
|
* more bug fixes as we're getting ready for the first release. still not sure ↵bloodstalker2020-03-071-15/+34
| | | | how to handle the test result evaluation.
* coveragebloodstalker2020-03-061-2/+4
|
* updated the man and readme.bloodstalker2020-03-061-1/+0
|
* coverity fixbloodstalker2020-03-061-6/+5
|
* fixed some codacy smellsbloodstalker2020-03-061-132/+108
|
* added 2 new command line options. fixed -A and -B which were broken. now all ↵bloodstalker2020-03-061-80/+93
| | | | matchers pass through the correct path to print out results. this will become a release candidate. the recursive directory look-up will be implemented in the next version.
* ci fixbloodstalker2020-02-291-2/+2
|
* a little scriptbloodstalker2020-02-291-2/+2
|
* travis fixbloodstalker2020-01-101-3/+7
|
* fixed the declaration prints. fixed the coloring of matches for ↵bloodstalker2020-01-101-45/+135
| | | | non-declarations.
* removing filesystem for the time being. ill have to find another solution...bloodstalker2019-11-291-0/+4
|
* updatebloodstalker2019-11-291-8/+26
|
* llvm7 is ok now...bloodstalker2019-10-161-2/+2
|
* missed somethingbloodstalker2019-10-131-1/+1
|
* added the awk option. need to check correction though. travis now checks for ↵bloodstalker2019-10-131-33/+50
| | | | llvm 5,6,8,9 and 10. next up ill add llvm 7 support
* Fixing some colorsyeger2019-10-121-50/+27
|
* updatebloodstalker2019-10-041-2/+5
|
* updatebloodstalker2019-08-021-1/+1
|
* checked with trunk version 355787. if you use the trunk llvm-clang you build ↵bloodstalker2019-03-141-162/+296
| | | | for everything like me, you might have to rebuild your compilation databases,otherwise cgrep breaks mysteriously...
* build uses pch now. kinda cool but our build time bottleneck seems to be linkingbloodstalker2018-12-201-23/+1
|
* updatebloodstalker2018-11-211-6/+14
|
* updatebloodstalker2018-11-171-0/+5
|
* updatebloodstalker2018-11-151-7/+69
|
* updatebloodstalker2018-11-131-13/+50
|
* updatebloodstalker2018-11-131-31/+73
|
* updatebloodstalker2018-11-121-7/+52
|
* updatebloodstalker2018-11-121-2/+12
|
* updatebloodstalker2018-11-121-2/+38
|
* updatebloodstalker2018-11-111-0/+9
|
* updatebloodstalker2018-11-111-29/+107
|
* updatebloodstalker2018-11-111-19/+57
|
* updatebloodstalker2018-11-101-7/+23
|
* updatebloodstalker2018-11-101-24/+36
|
* updatebloodstalker2018-11-101-7/+31
|
* updatebloodstalker2018-11-101-2/+10
|
* updatebloodstalker2018-11-091-0/+1
|