aboutsummaryrefslogtreecommitdiffstats
path: root/mutator-lvl0.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* added 14.3bloodstalker2017-01-061-6/+202
|
* added 19.1bloodstalker2017-01-051-5/+128
|
* removed 9.2 output. clag catches it.bloodstalker2017-01-031-3/+23
|
* fixed all ppcallbacks for macro expands. they now work correctly and ↵bloodstalker2017-01-031-8/+8
| | | | actually use the sourcelocation of the macro definition not the expansion for MainOnly and SysHeader
* added 19.4bloodstalker2017-01-031-0/+176
|
* implemented the MainOnly optionbloodstalker2017-01-031-369/+762
|
* added some more sugar to the custom options, only implemented for 19.7bloodstalker2017-01-031-6/+9
|
* added a new options...not working. apparently the llvm::cl tutorial is outdated.bloodstalker2017-01-021-9/+19
|
* the simple text output is now really AWK friendlybloodstalker2017-01-011-236/+237
|
* now all implemented rules respect the fact wether the match is from a ↵bloodstalker2016-12-311-342/+1072
| | | | systemheader or not. so you can choose whether to run through them or not.
* started adding custom cl options to mutator-lvl0bloodstalker2016-12-311-3/+53
|
* previously added 10.3 and 10.4. now adding 5.3 and 5.4.bloodstalker2016-12-291-33/+78
|
* added 5.3 and 5.4bloodstalker2016-12-291-2/+53
|
* fixed the code breaking while running on all the C standard library headers. ↵bloodstalker2016-12-291-146/+250
| | | | also, that is one of our new stability tests. the code not crashing, that is.
* now generates jso reportbloodstalker2016-12-261-21/+143
|
* added 16.7bloodstalker2016-12-261-2/+35
|
* halfway implementation of 2.3bloodstalker2016-12-251-70/+83
|
* took out the matcher that has caused incompatibility with llvm 3.9bloodstalker2016-12-251-3/+3
|
* trying to figure out why all of a sudden the travis build is brokenbloodstalker2016-12-251-1/+37
|
* added 12.8bloodstalker2016-12-251-7/+122
|
* added a constructor for the struct that was causing incompatibility with c++11bloodstalker2016-12-241-0/+10
|
* some commentsbloodstalker2016-12-241-7/+10
|
* added 8.7bloodstalker2016-12-241-5/+88
|
* added 5.1bloodstalker2016-12-231-13/+126
|
* added 19.17, along with incomplete implementation of the 5.x rules and some ↵bloodstalker2016-12-221-28/+141
| | | | attribs from c++1z
* added 10.1 and 10.2bloodstalker2016-12-211-1/+108
|
* added 11.1,11.2,11.3,11.4 and 11.5bloodstalker2016-12-201-6/+104
|
* added 18.1bloodstalker2016-12-191-22/+267
|
* fixed two defectsbloodstalker2016-12-171-3/+7
|
* cosmetic changesbloodstalker2016-12-171-0/+3
|
* fixed the issues that coverity raised.bloodstalker2016-12-141-2/+2
|
* rule check for 8.5 works correctly nowbloodstalker2016-12-131-8/+20
|
* added 8.5-has a problem with headers being pasted. sees things doublebloodstalker2016-12-031-0/+68
|
* added quite a few more rule checksbloodstalker2016-12-031-2/+258
|
* added 19.10,19.12 and 19.13bloodstalker2016-12-021-2/+121
|
* added 17.5bloodstalker2016-12-021-1/+107
|
* added a disclaimerbloodstalker2016-12-021-0/+1
|
* added XML out support for the PPCallbacksbloodstalker2016-12-021-0/+22
|
* adde 19.2,19.3,19.6,19.7,20.8,20.9 and 20.12bloodstalker2016-12-011-8/+111
|
* now uses the overloaded XMLAddNode for rules that have runonendoftranslationbloodstalker2016-11-301-0/+12
|
* added xml output support for the misra reportbloodstalker2016-11-301-1/+109
|
* added 17.1,17.2,17.3 and 17.4bloodstalker2016-11-291-1/+155
|
* added 16.5bloodstalker2016-11-281-2/+135
|
* added 8.10 and 13.7bloodstalker2016-11-271-6/+192
|
* added 15.4bloodstalker2016-11-261-1/+31
|
* added 14.6,14.7 and 14.8bloodstalker2016-11-261-1/+187
|
* added 14.4 and 14.5bloodstalker2016-11-261-3/+62
|
* fixed 13.6bloodstalker2016-11-251-19/+23
|
* added 13.4 nad 13.6bloodstalker2016-11-251-1/+111
|
* added 13.3bloodstalker2016-11-251-1/+49
|