summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/CFRefCount.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis2010-12-221-3495/+0
* [analyzer] Refactoring: include/clang/Checker -> include/clang/GRArgyrios Kyrtzidis2010-12-221-8/+8
* Remove explicit summaries from retain/releaseTed Kremenek2010-12-171-26/+0
* Move CocoaConventions.[h,cpp] from libCheckerTed Kremenek2010-12-171-1/+1
* Minor refactoring; have BugReport::getRanges return a pair of iterator, no fu...Argyrios Kyrtzidis2010-12-041-4/+4
* Merge ValueManager into SValBuilder.Ted Kremenek2010-12-021-11/+11
* Rename all 'AssumeXXX' methods in libCheckerTed Kremenek2010-12-011-2/+2
* Rename all 'EvalXXX' methods in libChecker toTed Kremenek2010-12-011-20/+20
* Adjust method calls to reflect name changes inTed Kremenek2010-11-241-20/+20
* Tweak retain/release checker diagnostics to specify a leak occurs because an ...Ted Kremenek2010-10-151-2/+2
* Refactored BugReporter to refer to EndNode as ErrorNode. We currently make th...Tom Care2010-09-161-1/+1
* Remove dead code.Ted Kremenek2010-08-171-110/+0
* Makes GRState::makeWithStore private, to encourage clients to make store chan...Jordy Rose2010-08-031-8/+5
* Fix idempotent operations false positive caused by ivars not being invalidate...Ted Kremenek2010-08-021-2/+11
* Constify all references to Stmt* and CFGBlock* in libChecker.Zhongxing Xu2010-07-201-18/+20
* Constify.Zhongxing Xu2010-07-201-12/+15
* remove const_cast.Zhongxing Xu2010-07-201-2/+1
* Fix PR 7475 by enhancing the static analyzer to also invalidate bindings for ...Ted Kremenek2010-07-011-96/+98
* Add an ivar to SymbolReaper for the current statement, and then stop passing ...Jordy Rose2010-07-011-3/+2
* Introduce Type::isIntegralOrEnumerationType(), to cover those placesDouglas Gregor2010-06-161-1/+1
* Update retain-release checker to understand changes to how 'super' is represe...Ted Kremenek2010-05-211-7/+51
* Pass around an error SourceRange instead of an Expr* when reporting errorsTed Kremenek2010-05-211-10/+10
* Clean up some more uses of getAs<ObjCInterfaceType>() that Fariborz pointedJohn McCall2010-05-171-2/+2
* Substantially alter the design of the Objective C type AST by introducingJohn McCall2010-05-151-1/+2
* Overhaul the AST representation of Objective-C message sendDouglas Gregor2010-04-211-36/+77
* Add raw_ostream operators to NamedDecl for convenience. Switch over all users...Benjamin Kramer2010-04-171-1/+1
* Checker: random include cleanup.Benjamin Kramer2010-03-271-2/+1
* Extend ObjCMessageExpr for class method sends with the source locationDouglas Gregor2010-03-081-2/+2
* Recognize attributes ns_returns_not_retained and cf_returns_not_retainedTed Kremenek2010-02-181-2/+16
* Sort @includes.Ted Kremenek2010-02-181-11/+11
* Reapply r95546, no intended change in performance or functionality.Benjamin Kramer2010-02-081-144/+70
* Revert 95546 since it changed the algorithmic characteristics of the conventi...Ted Kremenek2010-02-081-69/+146
* Simplify code with StringRef.Benjamin Kramer2010-02-081-146/+69
* Revert 95541.Ted Kremenek2010-02-081-16/+15
* Rename: GRState::getSVal(Stmt*) => getExprVal(),Zhongxing Xu2010-02-081-15/+16
* More GRState* -> Store changes.Zhongxing Xu2010-02-051-1/+3
* Move more naming conventions logic out of the retain/release checker to Cocoa...Ted Kremenek2010-01-271-87/+10
* Remove unnecessary ASTContext* argument from isRefType().Ted Kremenek2010-01-271-5/+5
* Start pulling out pieces of the monolithic retain/release checker intoTed Kremenek2010-01-271-125/+5
* 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-3/+3
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-0/+3790
OpenPOWER on IntegriCloud