summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/MallocChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* "I see dead code". IdempotentOperationChecker::isTruncationExtensionAssignmentChris Lattner2010-09-031-3/+3
* For GRExprEngine::EvalBind() (and called visitors), unifiy StoreE and AssignE...Ted Kremenek2010-09-021-4/+2
* GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall2010-08-251-1/+1
* Generate Attr subclasses with TableGen.Alexis Hunt2010-08-181-16/+21
* Remove dead malloc symbols from the symbol-state map.Jordy Rose2010-08-181-0/+7
* Use RegionStateTy everywhere we mean ImmutableMap<SymbolRef, RefState>Jordy Rose2010-08-181-4/+3
* Generate a node instead of a sink. A leak is not a fatal error.Zhongxing Xu2010-08-171-1/+1
* Implement MallocChecker::EvalDeadSymbols() with the new API. This time weZhongxing Xu2010-08-151-15/+16
* Remove OwnershipAttr::Kind, since it's essentially redundant with attr::Kind ...Jordy Rose2010-08-121-19/+17
* Fix 80 col. violations.Ted Kremenek2010-08-061-6/+14
* Nest variable declaration into into 'if' condition, thus restricting the scop...Ted Kremenek2010-08-061-7/+3
* Use 'GenerateNode()' instead of 'GenerateSink()' when reporting a leak. A le...Ted Kremenek2010-08-061-3/+3
* Change the checker callback cache in GRExprEngine to be more compact (and IMH...Jordy Rose2010-08-041-2/+4
* After a lengthy design discussion, add support for "ownership attributes" for...Ted Kremenek2010-07-311-17/+156
* Add a new symbol type, SymbolExtent, to represent the extents of memory regio...Jordy Rose2010-07-041-5/+13
* Fix PR 7475 by enhancing the static analyzer to also invalidate bindings for ...Ted Kremenek2010-07-011-1/+2
* Add an ivar to SymbolReaper for the current statement, and then stop passing ...Jordy Rose2010-07-011-3/+2
* Code cleanup: remove explicit flush() in favor of using the ostream's str()Jordy Rose2010-06-081-2/+1
* Catch free()s on non-regions and regions known to be not from malloc(), by ch...Jordy Rose2010-06-071-5/+180
* Add support for calloc() in MallocChecker. Patch by Jordy Rose, with my Zhongxing Xu2010-06-011-9/+43
* Relax an assertion. Various cases could lead to non-symbol values.Zhongxing Xu2010-05-131-1/+4
* Checker: random include cleanup.Benjamin Kramer2010-03-271-0/+1
* Add use-after-free check to MallocChecker.Zhongxing Xu2010-03-101-1/+23
* Fix pr6293. If ptr is NULL, no operation is preformed.Zhongxing Xu2010-02-141-0/+5
* Revert 95541.Ted Kremenek2010-02-081-7/+6
* Rename: GRState::getSVal(Stmt*) => getExprVal(),Zhongxing Xu2010-02-081-6/+7
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-0/+336
OpenPOWER on IntegriCloud