Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed 2 assert problems and a null-pntr derefrence. added a field ↵ | bloodstalker | 2017-04-04 | 1 | -26/+68 |
| | | | | declaration matcher for sfrcpp01 | ||||
* | added pointer declrefexpr tagging for safercpp | bloodstalker | 2017-04-03 | 1 | -2/+45 |
| | |||||
* | added a blue-print for SaferCPP's tagging of all native pointers | bloodstalker | 2017-04-02 | 1 | -1/+43 |
| | |||||
* | fixed the temp workarounds for 12.11,10.1 and 10.2. they are proper now. | bloodstalker | 2017-04-02 | 1 | -10/+49 |
| | |||||
* | added checks for getAsPlaceholderType() returning null | user1 | 2017-03-31 | 1 | -1/+58 |
| | |||||
* | added safercpp native array detection, now also detects use of pointers ↵ | bloodstalker | 2017-03-30 | 1 | -1/+123 |
| | | | | pointing to arrays. tdds already exist in testFuncs2 | ||||
* | changed the matchers for safercpparr. i still have to add a matcher that ↵ | bloodstalker | 2017-03-29 | 1 | -12/+18 |
| | | | | recognizes pointers pointing to an array. | ||||
* | added a new inclusion directive for the new report files | bloodstalker | 2017-03-16 | 1 | -0/+1 |
| | |||||
* | added the first SaferCPP test. I'll add a doc under docs later on for it. | bloodstalker | 2017-03-14 | 1 | -1/+76 |
| | |||||
* | added a new option for SaferCPlusPlus | bloodstalker | 2017-03-12 | 1 | -0/+3 |
| | |||||
* | was trying to catch an exception that coverity said was being thrown... i ↵ | bloodstalker | 2017-03-12 | 1 | -0/+4 |
| | | | | cant see it get thrown... | ||||
* | nothing worth mentioning | bloodstalker | 2017-03-09 | 1 | -0/+1 |
| | |||||
* | just added a comment | bloodstalker | 2017-02-28 | 1 | -0/+1 |
| | |||||
* | added the missing C1 option, with one more thing i'm trying. | bloodstalker | 2017-02-27 | 1 | -4/+22 |
| | |||||
* | now the option vector is being populated and updated correctly based on the ↵ | bloodstalker | 2017-02-26 | 1 | -6/+6 |
| | | | | input args | ||||
* | fixes for StringOptionsParser. not done yet. | bloodstalker | 2017-02-23 | 1 | -31/+62 |
| | |||||
* | uncommented a method | bloodstalker | 2017-02-22 | 1 | -1/+1 |
| | |||||
* | added the functionality to handle Misrac98 and MisraC2012 plus the rule ↵ | bloodstalker | 2017-02-22 | 1 | -13/+101 |
| | | | | check disabling features | ||||
* | added some more stuff for rule check disabling,enabling, added equivalency ↵ | bloodstalker | 2017-02-20 | 1 | -0/+49 |
| | | | | map for MisraC1998 | ||||
* | Now all sourcelocations are checked for validity before being touched | bloodstalker | 2017-02-15 | 1 | -93/+206 |
| | |||||
* | added the rule switches definitions | bloodstalker | 2017-02-14 | 1 | -1/+5 |
| | |||||
* | added 19.14 and 20.1 | bloodstalker | 2017-02-08 | 1 | -1/+12 |
| | |||||
* | added 19.8 | bloodstalker | 2017-02-08 | 1 | -1/+32 |
| | |||||
* | minor change | bloodstalker | 2017-02-07 | 1 | -2/+1 |
| | |||||
* | in case mutator gets a bad header, now it throws an exception instead of ↵ | bloodstalker | 2017-02-05 | 1 | -3/+49 |
| | | | | just a seg fault. | ||||
* | added 14.2 | bloodstalker | 2017-02-05 | 1 | -0/+10 |
| | |||||
* | added 2.2,2.3,4.2,9.2. we already have tdd tests for all of them. | bloodstalker | 2017-02-05 | 1 | -1/+35 |
| | |||||
* | mutator now accesses the diagnostics printed out by clang and adds them to ↵ | bloodstalker | 2017-02-02 | 1 | -2/+51 |
| | | | | the report. for the time being they are all tagged ClangDiag, later to be changed to their corresponding misra rule number. most of those warnings are have nothing to do with misra so they will be omitted later on. I'm supposed to be on a break... | ||||
* | added GPL2 license notes on top, emacs c++ recognition | bloodstalker | 2017-02-01 | 1 | -0/+18 |
| | |||||
* | finished 5.2 through 5.7. 5.1 was already ok. | bloodstalker | 2017-01-20 | 1 | -11/+243 |
| | |||||
* | re-implementing 5.1-5.7 | bloodstalker | 2017-01-20 | 1 | -233/+453 |
| | |||||
* | added 5.6,5.7, moved the result announcement for 5.3 to 5.4 to onEndOfAllTUs | bloodstalker | 2017-01-20 | 1 | -97/+162 |
| | |||||
* | did some cleaning. 8.8 is now working. silenced some diag prints. | bloodstalker | 2017-01-19 | 1 | -11/+13 |
| | |||||
* | added 4.1 and 7.1 | bloodstalker | 2017-01-17 | 1 | -2/+113 |
| | |||||
* | clang libraries version 3.9 dont support our 8.8 matcher. if you are using ↵ | bloodstalker | 2017-01-15 | 1 | -0/+2 |
| | | | | version 4.0 libraries, just change the if directive to 1 for the addmatcher in MyASTConsumer. | ||||
* | added 8.8. has false positives. tags incomplete types twice. | bloodstalker | 2017-01-15 | 1 | -62/+135 |
| | |||||
* | for 6.1 and 6.2, the check is against CanonicalType now, not Type. | bloodstalker | 2017-01-13 | 1 | -2/+6 |
| | |||||
* | added 6.1 and 6.2. the current implementation is quite smplistic. tdds were ↵ | bloodstalker | 2017-01-12 | 1 | -3/+69 |
| | | | | already added for 6.1 and 6.2. | ||||
* | fixed some of the coverity issues | bloodstalker | 2017-01-12 | 1 | -8/+13 |
| | |||||
* | added 13.5 | bloodstalker | 2017-01-11 | 1 | -4/+82 |
| | |||||
* | added 10.5 | bloodstalker | 2017-01-11 | 1 | -8/+140 |
| | |||||
* | added 12.11, doesnt supprt checks inside pp conditional directives. | bloodstalker | 2017-01-09 | 1 | -2/+162 |
| | |||||
* | added 12.12. for some notes regarding the implementation you can look at ↵ | bloodstalker | 2017-01-08 | 1 | -12/+46 |
| | | | | testFuncs3.c,tddfunc6's comments. | ||||
* | added 14.3 | bloodstalker | 2017-01-06 | 1 | -6/+202 |
| | |||||
* | added 19.1 | bloodstalker | 2017-01-05 | 1 | -5/+128 |
| | |||||
* | removed 9.2 output. clag catches it. | bloodstalker | 2017-01-03 | 1 | -3/+23 |
| | |||||
* | 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 19.4 | bloodstalker | 2017-01-03 | 1 | -0/+176 |
| | |||||
* | implemented the MainOnly option | bloodstalker | 2017-01-03 | 1 | -369/+762 |
| | |||||
* | added some more sugar to the custom options, only implemented for 19.7 | bloodstalker | 2017-01-03 | 1 | -6/+9 |
| |