| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use early return in printing logic. Minor cleanup. | Ted Kremenek | 2013-03-28 | 1 | -2/+4 |
* | [analyzer] Don't let cf_audited_transfer override CFRetain semantics. | Jordan Rose | 2013-03-04 | 1 | -6/+6 |
* | Add back implicitly dropped const. | David Blaikie | 2013-02-21 | 1 | -1/+1 |
* | Replace ProgramPoint llvm::cast support to be well-defined. | David Blaikie | 2013-02-21 | 1 | -7/+7 |
* | Include llvm::Optional in clang/Basic/LLVM.h | David Blaikie | 2013-02-20 | 1 | -2/+1 |
* | Replace SVal llvm::cast support to be well-defined. | David Blaikie | 2013-02-20 | 1 | -1/+2 |
* | [analyzer]RetainCount: Fix an autorelease related false positive. | Anna Zaks | 2013-01-31 | 1 | -1/+1 |
* | [analyzer] Don't track autorelease pools created by +new. | Jordan Rose | 2013-01-31 | 1 | -14/+2 |
* | [analyzer] Refactor: parameter rename. | Anna Zaks | 2013-01-16 | 1 | -1/+1 |
* | [analyzer] -drain is not an alias for -release. | Jordan Rose | 2013-01-14 | 1 | -4/+0 |
* | [analyzer] Rename callback EndPath -> EndFunction | Anna Zaks | 2013-01-03 | 1 | -3/+3 |
* | [analyzer] Address Jordan's nitpicks as per code review of r170625. | Anna Zaks | 2012-12-21 | 1 | -1/+1 |
* | Update RetainCountChecker to understand attribute ns_returns_autoreleased. | Ted Kremenek | 2012-12-20 | 1 | -4/+6 |
* | [analyzer] Add the pointer escaped callback. | Anna Zaks | 2012-12-20 | 1 | -4/+5 |
* | [analyzer] Simplify RetainCountChecker's handling of dead symbols. | Jordan Rose | 2012-12-06 | 1 | -29/+24 |
* | Only provide explicit getCapturedRegion() and getOriginalRegion() from refere... | Ted Kremenek | 2012-12-06 | 1 | -1/+1 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -2/+2 |
* | Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ... | Benjamin Kramer | 2012-12-01 | 1 | -4/+5 |
* | [analyzer] add LocationContext::inTopFrame() helper. | Anna Zaks | 2012-11-03 | 1 | -7/+1 |
* | [analyzer] Add some convenience accessors to CallEvent, and use them. | Jordan Rose | 2012-11-02 | 1 | -5/+3 |
* | [analyzer] Use nice macros for the common ProgramStateTraits (map, set, list). | Jordan Rose | 2012-11-02 | 1 | -24/+11 |
* | [analyzer] Rename 'EmitReport' to 'emitReport'. | Jordan Rose | 2012-11-02 | 1 | -5/+5 |
* | [analyzer] Rename ConditionTruthVal::isTrue to isConstrainedTrue. | Jordan Rose | 2012-11-01 | 1 | -1/+3 |
* | Move assertion to not crash tests. | Ted Kremenek | 2012-10-12 | 1 | -2/+1 |
* | Silence null dereference warnings by documenting context-specific | Ted Kremenek | 2012-10-12 | 1 | -0/+3 |
* | Remove ProgramState::getSymVal(). It was being misused by Checkers, | Ted Kremenek | 2012-09-07 | 1 | -3/+2 |
* | Teach RetainCountChecker that CFPlugInInstanceCreate does not | Ted Kremenek | 2012-09-06 | 1 | -0/+2 |
* | Refine diagnostics for leaks reported when returning an object | Ted Kremenek | 2012-09-06 | 1 | -14/+22 |
* | [analyzer] Future-proofing r163012 (nameless functions and RetainCountChecker) | Jordan Rose | 2012-09-01 | 1 | -4/+4 |
* | [analyzer] RetainCountChecker: don't assume all functions have names. | Jordan Rose | 2012-08-31 | 1 | -2/+3 |
* | Teach RetainCountChecker about 'pragma clang arc_cf_code_audited'. | Ted Kremenek | 2012-08-30 | 1 | -0/+5 |
* | [analyzer] Stop tracking symbols based on a retain count summary of | Anna Zaks | 2012-08-29 | 1 | -27/+101 |
* | [analyzer] Remove unnecessary code. | Anna Zaks | 2012-08-24 | 1 | -16/+0 |
* | [analyzer] Make analyzer less aggressive when dealing with [self init]. | Anna Zaks | 2012-08-24 | 1 | -0/+29 |
* | Rename 'currentX' to 'currX' throughout analyzer and libAnalysis. | Ted Kremenek | 2012-08-22 | 1 | -4/+2 |
* | Rename 'getConjuredSymbol*' to 'conjureSymbol*'. | Ted Kremenek | 2012-08-22 | 1 | -1/+1 |
* | [analyzer] Replace boolean IsSink parameters with 'generateSink' methods. | Jordan Rose | 2012-08-20 | 1 | -1/+1 |
* | [analyzer] Remove obsolete GenericNodeBuilderRefCount from RetainCountChecker. | Jordan Rose | 2012-08-18 | 1 | -39/+16 |
* | [analyzer] Remove other #if 0 from Retain Count checker. | Anna Zaks | 2012-08-14 | 1 | -37/+1 |
* | [analyzer] Remove autorelease pools code from the Retain Count checker. | Anna Zaks | 2012-08-14 | 1 | -113/+0 |
* | [analyzer] Fixup to r161821 | Anna Zaks | 2012-08-14 | 1 | -3/+1 |
* | [analyzer] Disable autorelease pool tracking. | Anna Zaks | 2012-08-14 | 1 | -2/+21 |
* | [analyzer] Refactor RetainReleaseChecker to go through a function call | Anna Zaks | 2012-08-14 | 1 | -40/+53 |
* | [analyzer] Ignore OS X 10.8's annotations for NSMakeCollectable. | Jordan Rose | 2012-08-06 | 1 | -1/+6 |
* | [analyzer] Only allow CallEvents to be created by CallEventManager. | Jordan Rose | 2012-07-30 | 1 | -2/+5 |
* | [analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change. | Jordan Rose | 2012-07-26 | 1 | -1/+1 |
* | Fix a typo (the the => the) | Sylvestre Ledru | 2012-07-23 | 1 | -1/+1 |
* | [analyzer] Combine all ObjC message CallEvents into ObjCMethodCall. | Jordan Rose | 2012-07-18 | 1 | -21/+15 |
* | Remove trivial destructor from SVal. | Benjamin Kramer | 2012-07-18 | 1 | -1/+1 |
* | [analyzer] Make CallEnter, CallExitBegin, and CallExitEnd not be StmtPoints | Jordan Rose | 2012-07-10 | 1 | -1/+8 |