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