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