aboutsummaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp
AgeCommit message (Expand)Author
2013-04-09[analyzer] Replace isIntegerType() with isIntegerOrEnumerationType().Jordan Rose
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-12-01Include pruning and general cleanup.Benjamin Kramer
2012-09-08[analyzer] Address John's code review for r163407.Anna Zaks
2012-09-07[analyzer] Fix a false positive in sizeof malloc checker.Anna Zaks
2012-09-04Fix indentation.Ted Kremenek
2012-08-31[analyzer] RetainCountChecker: don't assume all functions have names.Jordan Rose
2012-06-08[analyzer] MallocSizeofChecker false positive: when sizeof is argumentAnna Zaks
2012-05-07[analyzer]Turn on MallocSizeOfChecker by default; shorten the diagnosticAnna Zaks
2012-05-01malloc size checker: Ignore const'ness of pointer types when determining of a...Ted Kremenek
2012-04-05Require that all static analyzer issues have a category. As part of this cha...Ted Kremenek
2012-04-04Include the "issue context" (e.g. function or method) where a static analyzer...Ted Kremenek
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith
2012-02-04Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer
2011-12-08Unbreak MSVC build.Francois Pichet
2011-12-08Add an experimental MallocSizeofChecker, which reports inconsistenciesPeter Collingbourne