summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/CheckDeadStores.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoreticalJohn McCall2010-12-061-1/+1
* GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall2010-08-251-1/+1
* Further adjustments to -Wglobal-constructors; works for references and directJohn McCall2010-08-021-1/+1
* Tweak dead stores checker to not emit a warning when initializationTed Kremenek2010-03-181-8/+17
* Dead emit dead store warnings when assigning nil to an ObjC objectTed Kremenek2010-02-231-1/+2
* Move 'LocalCheckers.h' to the 'Checkers' subdirectory.Ted Kremenek2010-01-261-1/+1
* Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugRe...Ted Kremenek2010-01-251-1/+1
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-0/+279
OpenPOWER on IntegriCloud