Age | Commit message (Expand) | Author |
---|---|---|
2012-05-07 | [analyzer]Turn on MallocSizeOfChecker by default; shorten the diagnostic | Anna Zaks |
2012-05-01 | malloc size checker: Ignore const'ness of pointer types when determining of a... | Ted Kremenek |
2012-04-05 | Require that all static analyzer issues have a category. As part of this cha... | Ted Kremenek |
2012-04-04 | Include the "issue context" (e.g. function or method) where a static analyzer... | Ted Kremenek |
2012-02-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith |
2012-02-04 | Move a method from IdentifierTable.h out of line and remove the SmallString i... | Benjamin Kramer |
2011-12-08 | Unbreak MSVC build. | Francois Pichet |
2011-12-08 | Add an experimental MallocSizeofChecker, which reports inconsistencies | Peter Collingbourne |