aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/RangeConstraintManager.cpp
AgeCommit message (Expand)Author
2010-01-25Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek
2010-01-05Remove references to 'Checker' and 'GRTransferFuncs' fromTed Kremenek
2009-11-28lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespaceKovarththanan Rajaratnam
2009-11-11Move the ManagerRegistry to the Analysis library to resolve the layering viol...Chandler Carruth
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-06-24Remove uses of std::ostream from libAnalysis.Ted Kremenek
2009-06-18Remove GRStateManager& field from SimpleConstraintManager.Ted Kremenek
2009-06-18libAnalysis:Ted Kremenek
2009-06-17Remove more uses of GRStateRef.Ted Kremenek
2009-04-21Tweak pretty-printing of constraints.Ted Kremenek
2009-03-02Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar
2009-02-18Revise comment. Comparing pointer values in 'Range' wasn't the performance is...Ted Kremenek
2009-02-18Fix performance bug in RangeConstraintManager (that I introduced):Ted Kremenek
2009-02-17Revised RangeConstraintManager based on several discussions with Ben Laurie andTed Kremenek
2009-02-16Add pretty-printing (for GraphViz) support for RangeConstraintManager.Ted Kremenek
2009-02-16Do not register 'RangeConstraintManager' as the default ConstraintManager.Ted Kremenek
2009-02-14Patch by Ben Laurie:Ted Kremenek