Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added 19.1 | bloodstalker | 2017-01-05 | 1 | -5/+128 |
| | |||||
* | updated interface with the new overlaod | bloodstalker | 2017-01-05 | 1 | -0/+6 |
| | |||||
* | added a new overload for each report class for 19.1 | bloodstalker | 2017-01-05 | 1 | -0/+25 |
| | |||||
* | added one more test for 9.2 | bloodstalker | 2017-01-03 | 2 | -1/+4 |
| | |||||
* | removed 9.2 output. clag catches it. | bloodstalker | 2017-01-03 | 1 | -3/+23 |
| | |||||
* | deleted a comment | bloodstalker | 2017-01-03 | 1 | -1/+0 |
| | |||||
* | fixed all ppcallbacks for macro expands. they now work correctly and ↵ | bloodstalker | 2017-01-03 | 1 | -8/+8 |
| | | | | actually use the sourcelocation of the macro definition not the expansion for MainOnly and SysHeader | ||||
* | added tests for 19.4 | bloodstalker | 2017-01-03 | 2 | -1/+34 |
| | |||||
* | added 19.4 | bloodstalker | 2017-01-03 | 1 | -0/+176 |
| | |||||
* | updated for 19.4 | bloodstalker | 2017-01-03 | 1 | -0/+0 |
| | |||||
* | fixed a link | bloodstalker | 2017-01-03 | 1 | -2/+2 |
| | |||||
* | implemented the MainOnly option | bloodstalker | 2017-01-03 | 1 | -369/+762 |
| | |||||
* | fixed | bloodstalker | 2017-01-03 | 1 | -0/+1 |
| | |||||
* | fixed | bloodstalker | 2017-01-03 | 1 | -1/+1 |
| | |||||
* | minor change | bloodstalker | 2017-01-03 | 1 | -1/+1 |
| | |||||
* | updated for the new custom options | bloodstalker | 2017-01-03 | 1 | -0/+9 |
| | |||||
* | fixed the order in which different options are passed to the executble which ↵ | bloodstalker | 2017-01-03 | 1 | -2/+9 |
| | | | | was preventing it from recognizing the custom options | ||||
* | added some more sugar to the custom options, only implemented for 19.7 | bloodstalker | 2017-01-03 | 1 | -6/+9 |
| | |||||
* | finally fixed the MainOnly option | bloodstalker | 2017-01-03 | 1 | -3/+3 |
| | |||||
* | added twitter account for mutator | bloodstalker | 2017-01-02 | 1 | -2/+6 |
| | |||||
* | added twitter account for mutator | bloodstalker | 2017-01-02 | 1 | -1/+2 |
| | |||||
* | added twitter account for mutator | bloodstalker | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | added twitter account for mutator | bloodstalker | 2017-01-02 | 1 | -0/+1 |
| | |||||
* | added the mutator mail list info | bloodstalker | 2017-01-02 | 1 | -3/+6 |
| | |||||
* | added a new options...not working. apparently the llvm::cl tutorial is outdated. | bloodstalker | 2017-01-02 | 1 | -9/+19 |
| | |||||
* | added a comment | bloodstalker | 2017-01-02 | 1 | -1/+2 |
| | |||||
* | added a lil extra for the future | bloodstalker | 2017-01-01 | 1 | -0/+1 |
| | |||||
* | updated | bloodstalker | 2017-01-01 | 1 | -1/+1 |
| | |||||
* | prettier prints | bloodstalker | 2017-01-01 | 1 | -1/+7 |
| | |||||
* | colorful human redable print for the simple-text output of mutator-lvl0 | bloodstalker | 2017-01-01 | 1 | -0/+11 |
| | |||||
* | updated | bloodstalker | 2017-01-01 | 1 | -1/+1 |
| | |||||
* | the simple text output is now really AWK friendly | bloodstalker | 2017-01-01 | 1 | -236/+237 |
| | |||||
* | updated 1.1.2017 | bloodstalker | 2016-12-31 | 1 | -2/+6 |
| | |||||
* | now all implemented rules respect the fact wether the match is from a ↵ | bloodstalker | 2016-12-31 | 1 | -342/+1072 |
| | | | | systemheader or not. so you can choose whether to run through them or not. | ||||
* | updated | bloodstalker | 2016-12-31 | 3 | -0/+33 |
| | |||||
* | started adding custom cl options to mutator-lvl0 | bloodstalker | 2016-12-31 | 1 | -3/+53 |
| | |||||
* | added the new interfaces accordingly | bloodstalker | 2016-12-31 | 1 | -0/+19 |
| | |||||
* | added some helper functions to support the new mutator-lvl0 cl options | bloodstalker | 2016-12-31 | 1 | -1/+90 |
| | |||||
* | previously added 10.3 and 10.4. now adding 5.3 and 5.4. | bloodstalker | 2016-12-29 | 1 | -33/+78 |
| | |||||
* | updated 12.30.16 | bloodstalker | 2016-12-29 | 1 | -0/+0 |
| | |||||
* | new testfiles. added tdd tests for 10.3 and 10.4 | bloodstalker | 2016-12-29 | 2 | -0/+60 |
| | |||||
* | added 5.3 and 5.4 | bloodstalker | 2016-12-29 | 1 | -2/+53 |
| | |||||
* | minor fixes | bloodstalker | 2016-12-29 | 2 | -2/+5 |
| | |||||
* | fixed the code breaking while running on all the C standard library headers. ↵ | bloodstalker | 2016-12-29 | 1 | -146/+250 |
| | | | | also, that is one of our new stability tests. the code not crashing, that is. | ||||
* | took out the asserts til i figure out who and where is returning an invalid ↵ | bloodstalker | 2016-12-29 | 1 | -10/+7 |
| | | | | sourcelocation in the c standard libraries. | ||||
* | added a note regarding files including standard library headers | bloodstalker | 2016-12-27 | 1 | -2/+2 |
| | |||||
* | added a note regarding files including standard library headers | bloodstalker | 2016-12-27 | 1 | -5/+5 |
| | |||||
* | added a note regarding files including standard library headers | bloodstalker | 2016-12-27 | 1 | -1/+9 |
| | |||||
* | added a link for the json library mutator is using | bloodstalker | 2016-12-26 | 1 | -1/+2 |
| | |||||
* | added the json sample report | bloodstalker | 2016-12-26 | 1 | -0/+645 |
| |