aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/UndefBranchChecker.cpp
AgeCommit message (Expand)Author
2010-01-25Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek
2009-11-28lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespaceKovarththanan Rajaratnam
2009-11-23Tweak UndefBranchChecker to register the most nested "undefined" expression w...Ted Kremenek
2009-11-23Cleanup title/description of "undefined branch" BugType and add some test cas...Ted Kremenek
2009-11-23UndefBranchChecker: more bug reporter helper information emit.Zhongxing Xu
2009-11-23Initial refactor of UndefBranchChecker. We still use GRBranchNodeBuilderZhongxing Xu