summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/ReturnStackAddressChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-114/+0
* Fix broken diagnostic when returning the address of a stack-allocated array.Ted Kremenek2010-01-091-3/+11
* Cleanup includes and forward decls.Benjamin Kramer2009-11-281-0/+1
* lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespaceKovarththanan Rajaratnam2009-11-281-1/+1
* Improve diagnostics in ReturnStackAddressChecker for returning a stack-alloca...Ted Kremenek2009-11-261-0/+8
* Clean up the Checker API a little more, resolving some hidden bugsTed Kremenek2009-11-231-1/+1
* Change *BugReport constructors to take StringRefs.Benjamin Kramer2009-11-141-1/+1
* static analyzer: refactor checking logic for returning the address of a stack...Ted Kremenek2009-11-061-0/+97
OpenPOWER on IntegriCloud