| Commit message (Expand) | Author | Age | Files | Lines |
| * | An insomniac stab at making block declarations list the variables they close | John McCall | 2011-02-02 | 1 | -1/+1 |
| * | Fix the message. Thanks to Thomas Clement for noticing. | Argyrios Kyrtzidis | 2011-02-01 | 1 | -1/+1 |
| * | [analyzer] Slightly improve the diagnostic message of ObjCSelfInitChecker. | Argyrios Kyrtzidis | 2011-02-01 | 1 | -2/+2 |
| * | [analyzer] Fix crash when handling dot syntax on 'super'. | Argyrios Kyrtzidis | 2011-01-27 | 1 | -6/+6 |
| * | [analyzer] Enable the self-init checker under command-line option '-analyzer-... | Argyrios Kyrtzidis | 2011-01-26 | 2 | -1/+3 |
| * | [analyzer] Improve the diagnostic for the self-init checker. Suggestion by Ted! | Argyrios Kyrtzidis | 2011-01-26 | 1 | -4/+6 |
| * | [analyzer] Do the self-init check only on NSObject subclasses. Patch by Jean-... | Argyrios Kyrtzidis | 2011-01-25 | 1 | -2/+14 |
| * | Recycle memory for GRStates that are never referenced | Ted Kremenek | 2011-01-25 | 1 | -0/+3 |
| * | Tweak wording of static analyzer diagnostic | Ted Kremenek | 2011-01-25 | 1 | -3/+3 |
| * | [analyzer] Handle the dot syntax for properties in the ExprEngine. | Argyrios Kyrtzidis | 2011-01-25 | 2 | -9/+56 |
| * | [analyzer] Introduce ExprEngine::VisitObjCMessage for handling general ObjCMe... | Argyrios Kyrtzidis | 2011-01-25 | 1 | -12/+19 |
| * | [analyzer] Introduce ObjCMessage which represents both explicit ObjC message ... | Argyrios Kyrtzidis | 2011-01-25 | 5 | -99/+136 |
| * | [analyzer] Simplify GetReceiverType function in BasicObjCFoundationChecks.cpp... | Argyrios Kyrtzidis | 2011-01-25 | 1 | -18/+2 |
| * | Enhance AnalysisConsumer to also visit functions | Ted Kremenek | 2011-01-20 | 1 | -39/+47 |
| * | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall | 2011-01-19 | 2 | -3/+3 |
| * | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin | 2011-01-18 | 1 | -3/+0 |
| * | NetBSD, OpenBSD, and Dragonfly BSD also have arc4random. Patch from | Douglas Gregor | 2011-01-17 | 1 | -1/+4 |
| * | Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr, | Douglas Gregor | 2011-01-15 | 1 | -0/+1 |
| * | Cleanup confused code that redundantly called "getDeclContext()" twice. | Ted Kremenek | 2011-01-14 | 1 | -3/+1 |
| * | Rename 'RemoveDeadBindings()' to 'removeDeadBindings()' | Ted Kremenek | 2011-01-14 | 1 | -1/+1 |
| * | Rename 'EnterStackFrame()' to 'enterStackFrame()'. | Ted Kremenek | 2011-01-14 | 1 | -1/+1 |
| * | Rename 'CheckDeadStores.cpp' to 'DeadStoresChecker.cpp'. | Ted Kremenek | 2011-01-13 | 2 | -1/+1 |
| * | Remove warning in dead stores checker for | Ted Kremenek | 2011-01-13 | 1 | -6/+5 |
| * | Support inlining base initializers. We still haven't got it completely right, | Zhongxing Xu | 2011-01-13 | 1 | -9/+25 |
| * | Rename 'HasGeneratedNode' to 'hasGeneratedNode' | Ted Kremenek | 2011-01-13 | 1 | -17/+14 |
| * | Remove unnecessary save-and-restore of the | Ted Kremenek | 2011-01-13 | 3 | -3/+1 |
| * | [analyzer] Introduce ObjCSelfInitChecker, which checks initialization methods... | Argyrios Kyrtzidis | 2011-01-11 | 4 | -0/+309 |
| * | [analyzer] Support post-visiting ObjCIvarRefExprs for checkers. | Argyrios Kyrtzidis | 2011-01-11 | 1 | -1/+7 |
| * | [analyzer] Add 'isLoad' parameter in Checker::visitLocation() to conveniently... | Argyrios Kyrtzidis | 2011-01-11 | 4 | -8/+11 |
| * | Remove ProgramPoint parameter from GenericNodeBuilder::generateNode(). | Ted Kremenek | 2011-01-11 | 1 | -3/+1 |
| * | Rework ExprEngine::processCFGBlockEntrance() | Ted Kremenek | 2011-01-11 | 1 | -5/+16 |
| * | Rename misc. methods in ento::Worklist to start | Ted Kremenek | 2011-01-11 | 1 | -2/+2 |
| * | Rename misc. methods in GRSubEngine to start | Ted Kremenek | 2011-01-11 | 5 | -25/+25 |
| * | Fix CMakeLists.txt. | Zhongxing Xu | 2011-01-10 | 1 | -0/+2 |
| * | Revert r123160. There are linking dependency problems. | Zhongxing Xu | 2011-01-10 | 2 | -0/+4131 |
| * | Unbreak the CMake build. | Douglas Gregor | 2011-01-10 | 1 | -2/+0 |
| * | ExprEngine.cpp and AnalysisConsumer.cpp should not be in the Checkers directory. | Zhongxing Xu | 2011-01-10 | 2 | -4131/+0 |
| * | In C++, assignment and compound assignment operators return an lvalue. | Zhongxing Xu | 2011-01-10 | 1 | -2/+8 |
| * | The isPrefix() checking is redundant. Lvalue incremental/decremental expressions | Zhongxing Xu | 2011-01-10 | 1 | -1/+1 |
| * | Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, | Alexis Hunt | 2011-01-08 | 1 | -1/+1 |
| * | There is nothing interesting to analyze with a sizeof...(pack) expression | Douglas Gregor | 2011-01-04 | 1 | -0/+1 |
| * | Implement support for pack expansions whose pattern is a non-type | Douglas Gregor | 2011-01-03 | 1 | -0/+1 |
| * | Set LLVM_NO_RTTI and LLVM_USED_LIBS for clangStaticAnalyzerCheckers | Oscar Fuentes | 2011-01-03 | 1 | -0/+4 |
| * | Add basic support for pointer arithmetic in | Ted Kremenek | 2010-12-24 | 1 | -1/+1 |
| * | Chris Lattner has strong opinions about directory | Ted Kremenek | 2010-12-23 | 53 | -0/+14056 |