summaryrefslogtreecommitdiffstats
path: root/org.eclipse.cdt.codan.extension/src/org/eclipse/cdt/codan/extension
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-088-324/+477
* Implemented Quine-McCluskey algorithm to join execution states. Property simu...Elliott Baron2009-11-018-52/+492
* 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-255-48/+300
* Transition for branching complete; execution state made of CNF clauses of var...Elliott Baron2009-10-127-194/+270
* Initial implementation of intra-procedural property simulation.Elliott Baron2009-10-057-157/+601
* Created .extension plugin with my modifications. Initial use of CFG, pulled i...Elliott Baron2009-09-212-0/+229