aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/ReturnStackAddressChecker.cpp
AgeCommit message (Expand)Author
2010-01-25Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek
2010-01-09Fix broken diagnostic when returning the address of a stack-allocated array.Ted Kremenek
2009-11-28Cleanup includes and forward decls.Benjamin Kramer
2009-11-28lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespaceKovarththanan Rajaratnam
2009-11-26Improve diagnostics in ReturnStackAddressChecker for returning a stack-alloca...Ted Kremenek
2009-11-23Clean up the Checker API a little more, resolving some hidden bugsTed Kremenek
2009-11-14Change *BugReport constructors to take StringRefs.Benjamin Kramer
2009-11-06static analyzer: refactor checking logic for returning the address of a stack...Ted Kremenek