| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use None rather than Optional<T>() where possible. | David Blaikie | 2013-02-21 | 1 | -1/+1 |
* | Include llvm::Optional in clang/Basic/LLVM.h | David Blaikie | 2013-02-20 | 1 | -9/+6 |
* | Remove redundant Optional type in favor of llvm::Optional | David Blaikie | 2013-02-20 | 1 | -24/+4 |
* | Replace SVal llvm::cast support to be well-defined. | David Blaikie | 2013-02-20 | 1 | -10/+14 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -7/+7 |
* | Include pruning and general cleanup. | Benjamin Kramer | 2012-12-01 | 1 | -0/+1 |
* | [analyzer] Check that the argument to CFMakeCollectable is non-NULL. | Jordan Rose | 2012-11-07 | 1 | -9/+17 |
* | [analyzer] Remove isWithinInlined. It's been replaced with inTopFrame(). | Anna Zaks | 2012-11-06 | 1 | -1/+1 |
* | [analyzer] Rename 'EmitReport' to 'emitReport'. | Jordan Rose | 2012-11-02 | 1 | -5/+5 |
* | [analyzer] Fix a buildbot crash triggered by turning on dynamic | Anna Zaks | 2012-09-25 | 1 | -1/+1 |
* | Make helper functions static. | Benjamin Kramer | 2012-09-10 | 1 | -3/+3 |
* | [analyzer] Remove cast inside dyn_cast. | Anna Zaks | 2012-08-30 | 1 | -1/+1 |
* | [analyzer] Fixup for r162935 as per Jordan's review. | Anna Zaks | 2012-08-30 | 1 | -3/+3 |
* | [analyzer] Do not propagate the [super init] could be nil assumption | Anna Zaks | 2012-08-30 | 1 | -8/+32 |
* | [analyzer] Rename addTrackNullOrUndefValueVisitor to trackNullOrUndefValue. | Jordan Rose | 2012-08-28 | 1 | -1/+1 |
* | [analyzer] Fixup to r162399. Initialize the member variable. | Anna Zaks | 2012-08-22 | 1 | -0/+2 |
* | [analyzer] Add osx.cocoa.NonNilReturnValue checker. | Anna Zaks | 2012-08-22 | 1 | -0/+45 |
* | [analyzer] When a symbol is null, we should track its constraints. | Jordan Rose | 2012-08-03 | 1 | -2/+1 |
* | [analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change. | Jordan Rose | 2012-07-26 | 1 | -1/+1 |
* | [analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends. | Jordan Rose | 2012-07-02 | 1 | -27/+26 |
* | [analyzer] Add ObjCLoopChecker: objects from NSArray et al are non-nil. | Jordan Rose | 2012-06-11 | 1 | -0/+74 |
* | [analyzer] When looking for a known class, only traverse the hierarchy once. | Jordan Rose | 2012-06-11 | 1 | -48/+50 |
* | [analyzer] Check that the arguments to NSOrderedSet creation methods are vali... | Jordy Rose | 2012-04-06 | 1 | -0/+12 |
* | [analyzer] Implement basic path diagnostic pruning based on "interesting" sym... | Ted Kremenek | 2012-03-09 | 1 | -1/+2 |
* | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -4/+4 |
* | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -5/+5 |
* | Move a method from IdentifierTable.h out of line and remove the SmallString i... | Benjamin Kramer | 2012-02-04 | 1 | -0/+1 |
* | Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. | Ted Kremenek | 2012-01-26 | 1 | -4/+4 |
* | [analyzer] Make the entries in 'Environment' context-sensitive by making entr... | Ted Kremenek | 2012-01-06 | 1 | -5/+7 |
* | [analyzer] Refactor checkers to use helper function for getting callee Decl a... | Anna Zaks | 2011-12-01 | 1 | -8/+2 |
* | [analyzer] Rename generateNode -> addTransition in CheckerContext | Anna Zaks | 2011-10-26 | 1 | -4/+4 |
* | [analyzer] Simplify CheckerContext | Anna Zaks | 2011-10-25 | 1 | -1/+1 |
* | [analyzer] Remove TransferFuncs.h, then deal with the fallout. | Jordy Rose | 2011-09-02 | 1 | -0/+1 |
* | Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) AP... | Anna Zaks | 2011-08-19 | 1 | -1/+1 |
* | Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali... | Anna Zaks | 2011-08-17 | 1 | -5/+5 |
* | Rename GRState to ProgramState, and cleanup some code formatting along the way. | Ted Kremenek | 2011-08-15 | 1 | -5/+5 |
* | Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a... | Ted Kremenek | 2011-08-12 | 1 | -9/+9 |
* | [analyzer] Introduce new MemRegion, "TypedValueRegion", so that we can separa... | Ted Kremenek | 2011-08-12 | 1 | -1/+1 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -2/+2 |
* | [analyzer] Place checking for Core Foundation "Create" rule into a proper API... | Ted Kremenek | 2011-07-16 | 1 | -1/+1 |
* | Make the VariadicMethodTypeChecker accept block pointers as Objective-C point... | Anders Carlsson | 2011-04-19 | 1 | -0/+4 |
* | Teach VariadicMethodTypeChecker to not crash when processing methods declared... | Ted Kremenek | 2011-04-12 | 1 | -1/+2 |
* | Teach VariadicMethodTypeChecker about pointers attributed as 'NSObject'. | Ted Kremenek | 2011-03-17 | 1 | -0/+4 |
* | Teach VariadicMethodTypeChecker that CF references are valid arguments to var... | Ted Kremenek | 2011-03-17 | 1 | -0/+5 |
* | VariadicMethodTypeChecker: don't warn for null pointer constants passed to va... | Ted Kremenek | 2011-03-16 | 1 | -0/+5 |
* | Tweak VariadicMethodTypeChecker to only create one ExplodedNode when issuing ... | Ted Kremenek | 2011-03-14 | 1 | -7/+11 |
* | Add an Objective-C checker that checks that arguments passed to some variadic... | Anders Carlsson | 2011-03-13 | 1 | -0/+141 |
* | Make the Objective-C checker look for subclasses of NSString instead of just ... | Anders Carlsson | 2011-03-08 | 1 | -13/+14 |
* | [analyzer] Rename CheckerV2 -> Checker. | Argyrios Kyrtzidis | 2011-03-01 | 1 | -5/+5 |
* | [analyzer] Remove unused checker stuff from AnalysisConsumer and some unused ... | Argyrios Kyrtzidis | 2011-02-28 | 1 | -3/+0 |