aboutsummaryrefslogtreecommitdiffstats
path: root/cgrep.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-28Fix spelling mistakesAndre Schröder1-8/+8
2020-06-04added a new switch:recorddecl. the test script is still WIP.bloodstalker1-2/+41
2020-04-30added a note regarding what to do when you get the `stddef.h not found`.bloodstalker1-1/+21
testscript is still WIP.
2020-04-30working on the test scriptbloodstalker1-22/+2
2020-04-21work in progressbloodstalker1-3/+60
2020-03-30removed the debug prints. boost is no longer a dependency.1.1bloodstalker1-7/+2
2020-03-30declarations no longer print out the declarations since they are already ↵bloodstalker1-75/+166
matching declarations. added a new WIP switch called trace.
2020-03-27you now get the option of replacing the cgrep diagconsumer with the normal ↵bloodstalker1-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.
2020-03-23updatebloodstalker1-3/+1
2020-03-22updated the README. fixed a bug with declrefexpr where it was checking too ↵bloodstalker1-1/+1
late whether the match was expanded from a macro which would result in an assertion failure.
2020-03-20changed memvar switch to cdecl and added a new switch, cxxdecl.bloodstalker1-10/+47
2020-03-11updatebloodstalker1-19/+2
2020-03-07more bug fixes as we're getting ready for the first release. still not sure ↵bloodstalker1-15/+34
how to handle the test result evaluation.
2020-03-06coveragebloodstalker1-2/+4
2020-03-06updated the man and readme.bloodstalker1-1/+0
2020-03-06coverity fixbloodstalker1-6/+5
2020-03-06fixed some codacy smellsbloodstalker1-132/+108
2020-03-06added 2 new command line options. fixed -A and -B which were broken. now all ↵bloodstalker1-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.
2020-02-29ci fixbloodstalker1-2/+2
2020-02-29a little scriptbloodstalker1-2/+2
2020-01-10travis fixbloodstalker1-3/+7
2020-01-10fixed the declaration prints. fixed the coloring of matches for ↵bloodstalker1-45/+135
non-declarations.
2019-11-29removing filesystem for the time being. ill have to find another solution...bloodstalker1-0/+4
2019-11-29updatebloodstalker1-8/+26
2019-10-16llvm7 is ok now...bloodstalker1-2/+2
2019-10-13missed somethingbloodstalker1-1/+1
2019-10-13added the awk option. need to check correction though. travis now checks for ↵bloodstalker1-33/+50
llvm 5,6,8,9 and 10. next up ill add llvm 7 support
2019-10-12Fixing some colorsyeger1-50/+27
2019-10-04updatebloodstalker1-2/+5
2019-08-02updatebloodstalker1-1/+1
2019-03-14checked with trunk version 355787. if you use the trunk llvm-clang you build ↵bloodstalker1-162/+296
for everything like me, you might have to rebuild your compilation databases,otherwise cgrep breaks mysteriously...
2018-12-20build uses pch now. kinda cool but our build time bottleneck seems to be linkingbloodstalker1-23/+1
2018-11-21updatebloodstalker1-6/+14
2018-11-17updatebloodstalker1-0/+5
2018-11-15updatebloodstalker1-7/+69
2018-11-13updatebloodstalker1-13/+50
2018-11-13updatebloodstalker1-31/+73
2018-11-12updatebloodstalker1-7/+52
2018-11-12updatebloodstalker1-2/+12
2018-11-12updatebloodstalker1-2/+38
2018-11-11updatebloodstalker1-0/+9
2018-11-11updatebloodstalker1-29/+107
2018-11-11updatebloodstalker1-19/+57
2018-11-10updatebloodstalker1-7/+23
2018-11-10updatebloodstalker1-24/+36
2018-11-10updatebloodstalker1-7/+31
2018-11-10updatebloodstalker1-2/+10
2018-11-09updatebloodstalker1-0/+1
2018-11-07updatebloodstalker1-0/+234