summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/CFRefCount.cpp
Commit message (Expand)AuthorAgeFilesLines
* get a CodeTextRegion when visiting FunctionDecl reference.Zhongxing Xu2009-04-201-10/+10
* FunctionDecl::getBody() is getting an ASTContext argument for use inDouglas Gregor2009-04-181-1/+2
* - Move ownership of MemRegionManager into ValueManager.Ted Kremenek2009-04-091-10/+7
* Propagate the ASTContext to various AST traversal and lookup functions.Douglas Gregor2009-04-091-2/+2
* analyzer: Introduce a new class, ValueManager, that serves as an aggregateTed Kremenek2009-04-091-16/+12
* stop using loc::SymbolVal.Zhongxing Xu2009-04-091-1/+3
* stop using loc::SymbolVal.Zhongxing Xu2009-04-091-2/+4
* clean up code with new API.Zhongxing Xu2009-04-091-6/+2
* clean up code with new API.Zhongxing Xu2009-04-091-21/+5
* Add a new method because sometimes the type of the conjured symbol is not theZhongxing Xu2009-04-091-1/+1
* make a conjured symbol as the original code.Zhongxing Xu2009-04-091-2/+2
* clean up code with new API.Zhongxing Xu2009-04-091-8/+4
* Remove GetLeakNode. This isn't the right approach.Ted Kremenek2009-04-071-57/+1
* Eagerly compute the leak location when a leak occurs at the end of a path.Ted Kremenek2009-04-071-62/+60
* retain/release checker: When hunting for the leak location, don't walk theTed Kremenek2009-04-071-1/+30
* Sentence-case bug type.Ted Kremenek2009-04-031-1/+1
* retain/release checker: don't track NSPanel until we have better reasoning aboutTed Kremenek2009-04-031-2/+8
* Fix grammar.Ted Kremenek2009-04-021-1/+1
* Title-case the names of bug types.Ted Kremenek2009-04-021-7/+8
* - Changed PathDiagnosticPiece::getLocation() to return a PathDiagnosticLocationTed Kremenek2009-04-011-9/+6
* analyzer infrastructure: make a bunch of changes to symbolic expressions thatTed Kremenek2009-03-261-10/+10
* retain/release checker: Tracking autorelease counts for objects. We're still notTed Kremenek2009-03-201-7/+48
* Stub out some code for support for NSDeallocateObject. This is enabled yet untilTed Kremenek2009-03-171-0/+12
* retain/release checker: Add support for reasoning about -dealloc.Ted Kremenek2009-03-171-35/+128
* Fix PR 3677 [retain checker]: custom 'allocWithZone' methods should be allowedTed Kremenek2009-03-131-3/+6
* Remove '[naming convention]' from bug type.Ted Kremenek2009-03-111-2/+2
* retain/release checker: Allow allocations to fail by returning nil.Ted Kremenek2009-03-091-1/+5
* Create PathDiagnosticPiece subclasses PathDiagnosticEventPiece andTed Kremenek2009-03-061-3/+3
* Minor tweak: Recognize 'CGCF' prefix in addition to 'CF' and 'CG'.Ted Kremenek2009-03-051-1/+11
* BasicStore:Ted Kremenek2009-03-051-3/+4
* Fix message titleTed Kremenek2009-03-051-1/+1
* For now, do not track NSWindow objects and it's subclasses.Ted Kremenek2009-03-041-0/+13
* Add prototype support for invalidating fields for structures passed-by-referenceTed Kremenek2009-03-041-18/+71
* Added the notion of a "boundable region", which is a region that can have a d...Ted Kremenek2009-03-041-1/+1
* Use GetSValAsScalarOrLoc instead of GetSVal to prevent unintended structure o...Ted Kremenek2009-03-041-16/+16
* Rework use of loc::SymbolVal in the retain/release checker to use the new methodTed Kremenek2009-03-031-64/+39
* Rename AnonTypedRegion to TypedViewRegion.Ted Kremenek2009-03-011-2/+2
* Create a new TypeNodes.def file that enumerates all of the types,Douglas Gregor2009-02-261-1/+1
* Refine some grammar in the retain/release diagnostics.Ted Kremenek2009-02-261-21/+15
* Fix recently introduced switch case fallthrough bug.Ted Kremenek2009-02-251-4/+4
* retain/release checker: Implement basic tracking of autorelease stack. Next ...Ted Kremenek2009-02-251-6/+26
* Fix broken logic from my last commit. Branches only occur at basic blocks th...Ted Kremenek2009-02-241-1/+1
* Fix diagnostic regression where the leak diagnostic could appear earlier in t...Ted Kremenek2009-02-241-1/+11
* retain/release checker:Ted Kremenek2009-02-241-70/+38
* Add more boilerplate logic to more accurately reason about autorelease pools.Ted Kremenek2009-02-231-4/+52
* Fix 80 col. violations.Ted Kremenek2009-02-231-2/+4
* Per Chris L.'s suggestion, use getAsFunctionType() instead of getDesguaredTyp...Ted Kremenek2009-02-231-5/+7
* retain/release checker: For now don't track the retain count of NSWindow obje...Ted Kremenek2009-02-231-1/+5
* Remove typo.Ted Kremenek2009-02-231-1/+1
* '[NSAutoreleasePool addObject:]' has an 'autorelease' effect, not a DoNothing...Ted Kremenek2009-02-231-2/+2
OpenPOWER on IntegriCloud