summaryrefslogtreecommitdiffstats
path: root/org.eclipse.cdt.codan.extension/src/org/eclipse/cdt/codan/extension/checkers
Commit message (Expand)AuthorAgeFilesLines
* Added fopen/fclose checker. Created abstract open/close checker.Elliott Baron2009-11-084-133/+207
* Moved property simulation code to PropertySimulator class. Improved resolving...Elliott Baron2009-11-081-305/+39
* Implemented Quine-McCluskey algorithm to join execution states. Property simu...Elliott Baron2009-11-011-6/+9
* Fixed handling of nested if statements.Elliott Baron2009-10-312-17/+38
* PSA working for simple variable assignments and conditionals. PropSim impleme...Elliott Baron2009-10-251-20/+146
* Transition for branching complete; execution state made of CNF clauses of var...Elliott Baron2009-10-122-180/+86
* Initial implementation of intra-procedural property simulation.Elliott Baron2009-10-052-0/+471