| Commit message (Expand) | Author | Files | Lines |
2017-04-27 | minor fixes | bloodstalker | 1 | -11/+19 |
2017-04-19 | the end condition doesnt need to be calculated each time, we are not modifyin... | bloodstalker | 1 | -4/+4 |
2017-04-15 | implemented most of the enabling and disabling of rule checks. most of them w... | bloodstalker | 1 | -154/+401 |
2017-04-13 | re-enabled the custom DiagnosticConsumer | bloodstalker | 1 | -9/+1 |
2017-04-11 | chnaged all endls to aline break. i dont really need to flush standard descri... | bloodstalker | 1 | -199/+205 |
2017-04-04 | fixed 2 assert problems and a null-pntr derefrence. added a field declaration... | bloodstalker | 1 | -26/+68 |
2017-04-03 | added pointer declrefexpr tagging for safercpp | bloodstalker | 1 | -2/+45 |
2017-04-02 | added a blue-print for SaferCPP's tagging of all native pointers | bloodstalker | 1 | -1/+43 |
2017-04-02 | fixed the temp workarounds for 12.11,10.1 and 10.2. they are proper now. | bloodstalker | 1 | -10/+49 |
2017-03-31 | added checks for getAsPlaceholderType() returning null | user1 | 1 | -1/+58 |
2017-03-30 | added safercpp native array detection, now also detects use of pointers point... | bloodstalker | 1 | -1/+123 |
2017-03-29 | changed the matchers for safercpparr. i still have to add a matcher that reco... | bloodstalker | 1 | -12/+18 |
2017-03-16 | added a new inclusion directive for the new report files | bloodstalker | 1 | -0/+1 |
2017-03-14 | added the first SaferCPP test. I'll add a doc under docs later on for it. | bloodstalker | 1 | -1/+76 |
2017-03-12 | added a new option for SaferCPlusPlus | bloodstalker | 1 | -0/+3 |
2017-03-12 | was trying to catch an exception that coverity said was being thrown... i can... | bloodstalker | 1 | -0/+4 |
2017-03-09 | nothing worth mentioning | bloodstalker | 1 | -0/+1 |
2017-02-28 | just added a comment | bloodstalker | 1 | -0/+1 |
2017-02-27 | added the missing C1 option, with one more thing i'm trying. | bloodstalker | 1 | -4/+22 |
2017-02-26 | now the option vector is being populated and updated correctly based on the i... | bloodstalker | 1 | -6/+6 |
2017-02-23 | fixes for StringOptionsParser. not done yet. | bloodstalker | 1 | -31/+62 |
2017-02-22 | uncommented a method | bloodstalker | 1 | -1/+1 |
2017-02-22 | added the functionality to handle Misrac98 and MisraC2012 plus the rule check... | bloodstalker | 1 | -13/+101 |
2017-02-20 | added some more stuff for rule check disabling,enabling, added equivalency ma... | bloodstalker | 1 | -0/+49 |
2017-02-15 | Now all sourcelocations are checked for validity before being touched | bloodstalker | 1 | -93/+206 |
2017-02-14 | added the rule switches definitions | bloodstalker | 1 | -1/+5 |
2017-02-08 | added 19.14 and 20.1 | bloodstalker | 1 | -1/+12 |
2017-02-08 | added 19.8 | bloodstalker | 1 | -1/+32 |
2017-02-07 | minor change | bloodstalker | 1 | -2/+1 |
2017-02-05 | in case mutator gets a bad header, now it throws an exception instead of just... | bloodstalker | 1 | -3/+49 |
2017-02-05 | added 14.2 | bloodstalker | 1 | -0/+10 |
2017-02-05 | added 2.2,2.3,4.2,9.2. we already have tdd tests for all of them. | bloodstalker | 1 | -1/+35 |
2017-02-02 | mutator now accesses the diagnostics printed out by clang and adds them to th... | bloodstalker | 1 | -2/+51 |
2017-02-01 | added GPL2 license notes on top, emacs c++ recognition | bloodstalker | 1 | -0/+18 |
2017-01-20 | finished 5.2 through 5.7. 5.1 was already ok. | bloodstalker | 1 | -11/+243 |
2017-01-20 | re-implementing 5.1-5.7 | bloodstalker | 1 | -233/+453 |
2017-01-20 | added 5.6,5.7, moved the result announcement for 5.3 to 5.4 to onEndOfAllTUs | bloodstalker | 1 | -97/+162 |
2017-01-19 | did some cleaning. 8.8 is now working. silenced some diag prints. | bloodstalker | 1 | -11/+13 |
2017-01-17 | added 4.1 and 7.1 | bloodstalker | 1 | -2/+113 |
2017-01-15 | clang libraries version 3.9 dont support our 8.8 matcher. if you are using ve... | bloodstalker | 1 | -0/+2 |
2017-01-15 | added 8.8. has false positives. tags incomplete types twice. | bloodstalker | 1 | -62/+135 |
2017-01-13 | for 6.1 and 6.2, the check is against CanonicalType now, not Type. | bloodstalker | 1 | -2/+6 |
2017-01-12 | added 6.1 and 6.2. the current implementation is quite smplistic. tdds were a... | bloodstalker | 1 | -3/+69 |
2017-01-12 | fixed some of the coverity issues | bloodstalker | 1 | -8/+13 |
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 test... | bloodstalker | 1 | -12/+46 |
2017-01-06 | added 14.3 | bloodstalker | 1 | -6/+202 |
2017-01-05 | added 19.1 | bloodstalker | 1 | -5/+128 |