aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/Environment.cpp
AgeCommit message (Expand)Author
2010-04-05Always assume block-level expressions in the caller are alive when analyzingZhongxing Xu
2010-04-05Since now we process regions in clusters when removing dead bindings, thisZhongxing Xu
2010-03-27Checker: random include cleanup.Benjamin Kramer
2010-03-05Remove reference to AnalysisContext in Environment. We already have LocationC...Zhongxing Xu
2010-01-25Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek