summaryrefslogtreecommitdiffstats
path: root/org.eclipse.cdt.codan.extension/src/org/eclipse/cdt/codan/extension/PropertySimulator.java
Commit message (Expand)AuthorAgeFilesLines
* Create abstract checker to use Property Simulation. Clean up code.Elliott Baron2009-12-141-1/+3
* Properly handle binary expressions, improved debugging output, handle propert...Elliott Baron2009-12-111-28/+41
* Refactored conditional parsing to an ASTVisitor.Elliott Baron2009-11-171-72/+2
* Handle NULL in variable assignments and conditionals.Elliott Baron2009-11-171-17/+1
* Fixed infinite loop bug for loop structures.Elliott Baron2009-11-161-13/+61
* Remove truth assignments at merge points, based on dominance in CFG.Elliott Baron2009-11-091-3/+30
* Moved property simulation code to PropertySimulator class. Improved resolving...Elliott Baron2009-11-081-0/+361