Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-01-11 | added 13.5 | bloodstalker | 1 | -4/+82 | |
2017-01-11 | added 10.5 | bloodstalker | 1 | -8/+140 | |
2017-01-09 | added 12.11, doesnt supprt checks inside pp conditional directives. | bloodstalker | 1 | -2/+162 | |
2017-01-08 | added 12.12. for some notes regarding the implementation you can look at ↵ | bloodstalker | 1 | -12/+46 | |
testFuncs3.c,tddfunc6's comments. | |||||
2017-01-06 | added 14.3 | bloodstalker | 1 | -6/+202 | |
2017-01-05 | added 19.1 | bloodstalker | 1 | -5/+128 | |
2017-01-03 | removed 9.2 output. clag catches it. | bloodstalker | 1 | -3/+23 | |
2017-01-03 | fixed all ppcallbacks for macro expands. they now work correctly and ↵ | bloodstalker | 1 | -8/+8 | |
actually use the sourcelocation of the macro definition not the expansion for MainOnly and SysHeader | |||||
2017-01-03 | added 19.4 | bloodstalker | 1 | -0/+176 | |
2017-01-03 | implemented the MainOnly option | bloodstalker | 1 | -369/+762 | |
2017-01-03 | added some more sugar to the custom options, only implemented for 19.7 | bloodstalker | 1 | -6/+9 | |
2017-01-02 | added a new options...not working. apparently the llvm::cl tutorial is outdated. | bloodstalker | 1 | -9/+19 | |
2017-01-01 | the simple text output is now really AWK friendly | bloodstalker | 1 | -236/+237 | |
2016-12-31 | now all implemented rules respect the fact wether the match is from a ↵ | bloodstalker | 1 | -342/+1072 | |
systemheader or not. so you can choose whether to run through them or not. | |||||
2016-12-31 | started adding custom cl options to mutator-lvl0 | bloodstalker | 1 | -3/+53 | |
2016-12-29 | previously added 10.3 and 10.4. now adding 5.3 and 5.4. | bloodstalker | 1 | -33/+78 | |
2016-12-29 | added 5.3 and 5.4 | bloodstalker | 1 | -2/+53 | |
2016-12-29 | fixed the code breaking while running on all the C standard library headers. ↵ | bloodstalker | 1 | -146/+250 | |
also, that is one of our new stability tests. the code not crashing, that is. | |||||
2016-12-26 | now generates jso report | bloodstalker | 1 | -21/+143 | |
2016-12-26 | added 16.7 | bloodstalker | 1 | -2/+35 | |
2016-12-25 | halfway implementation of 2.3 | bloodstalker | 1 | -70/+83 | |
2016-12-25 | took out the matcher that has caused incompatibility with llvm 3.9 | bloodstalker | 1 | -3/+3 | |
2016-12-25 | trying to figure out why all of a sudden the travis build is broken | bloodstalker | 1 | -1/+37 | |
2016-12-25 | added 12.8 | bloodstalker | 1 | -7/+122 | |
2016-12-24 | added a constructor for the struct that was causing incompatibility with c++11 | bloodstalker | 1 | -0/+10 | |
2016-12-24 | some comments | bloodstalker | 1 | -7/+10 | |
2016-12-24 | added 8.7 | bloodstalker | 1 | -5/+88 | |
2016-12-23 | added 5.1 | bloodstalker | 1 | -13/+126 | |
2016-12-22 | added 19.17, along with incomplete implementation of the 5.x rules and some ↵ | bloodstalker | 1 | -28/+141 | |
attribs from c++1z | |||||
2016-12-21 | added 10.1 and 10.2 | bloodstalker | 1 | -1/+108 | |
2016-12-20 | added 11.1,11.2,11.3,11.4 and 11.5 | bloodstalker | 1 | -6/+104 | |
2016-12-19 | added 18.1 | bloodstalker | 1 | -22/+267 | |
2016-12-17 | fixed two defects | bloodstalker | 1 | -3/+7 | |
2016-12-17 | cosmetic changes | bloodstalker | 1 | -0/+3 | |
2016-12-14 | fixed the issues that coverity raised. | bloodstalker | 1 | -2/+2 | |
2016-12-13 | rule check for 8.5 works correctly now | bloodstalker | 1 | -8/+20 | |
2016-12-03 | added 8.5-has a problem with headers being pasted. sees things double | bloodstalker | 1 | -0/+68 | |
2016-12-03 | added quite a few more rule checks | bloodstalker | 1 | -2/+258 | |
2016-12-02 | added 19.10,19.12 and 19.13 | bloodstalker | 1 | -2/+121 | |
2016-12-02 | added 17.5 | bloodstalker | 1 | -1/+107 | |
2016-12-02 | added a disclaimer | bloodstalker | 1 | -0/+1 | |
2016-12-02 | added XML out support for the PPCallbacks | bloodstalker | 1 | -0/+22 | |
2016-12-01 | adde 19.2,19.3,19.6,19.7,20.8,20.9 and 20.12 | bloodstalker | 1 | -8/+111 | |
2016-11-30 | now uses the overloaded XMLAddNode for rules that have runonendoftranslation | bloodstalker | 1 | -0/+12 | |
2016-11-30 | added xml output support for the misra report | bloodstalker | 1 | -1/+109 | |
2016-11-29 | added 17.1,17.2,17.3 and 17.4 | bloodstalker | 1 | -1/+155 | |
2016-11-28 | added 16.5 | bloodstalker | 1 | -2/+135 | |
2016-11-27 | added 8.10 and 13.7 | bloodstalker | 1 | -6/+192 | |
2016-11-26 | added 15.4 | bloodstalker | 1 | -1/+31 | |
2016-11-26 | added 14.6,14.7 and 14.8 | bloodstalker | 1 | -1/+187 | |