Age | Commit message (Expand) | Author |
2010-06-25 | Relax assertion since non-pod C++ classes are not aggregates, but still can a... | Ted Kremenek |
2010-06-25 | Add "checker caching" to GRExprEngine::CheckerVisit to progressively build | Ted Kremenek |
2010-06-23 | Add 'VisitEndAnalysis' callback to Checker class. This callback is called by... | Ted Kremenek |
2010-06-22 | Don't assert on C++ casts that are currently not handled by the static analyzer. | Ted Kremenek |
2010-06-16 | Register CallAndMessageChecker before AttrNonNullChecker. Then we can assume | Zhongxing Xu |
2010-06-09 | Merge StackAddrLeakChecker and ReturnStackAddressChecker. | Zhongxing Xu |
2010-06-03 | Add comments. | Zhongxing Xu |
2010-05-18 | Add option '-analyzer-max-loop', which specifies the maximum | Zhongxing Xu |
2010-05-15 | Substantially alter the design of the Objective C type AST by introducing | John McCall |
2010-05-11 | Fixes for compilation with Microsoft Visual Studio 2010, from Steven Watanabe! | Douglas Gregor |
2010-05-06 | Turn -analyzer-inline-call on for C functions. This also fixed a bug that | Zhongxing Xu |
2010-04-28 | Completely reimplement __builtin_offsetof, based on a patch by Roberto | Douglas Gregor |
2010-04-26 | Introduce Type::isStructureOrClassType(), which does the obvious | Douglas Gregor |
2010-04-21 | CXXNamedCastExpr is actually an abstract expression. | Zhongxing Xu |
2010-04-21 | Add initial support for C++ delete expr. | Zhongxing Xu |
2010-04-21 | Overhaul the AST representation of Objective-C message send | Douglas Gregor |
2010-04-20 | Use GetState() to get the possible cleaned state. | Zhongxing Xu |
2010-04-19 | Move all C++ expression evaluation logic into its own file. | Zhongxing Xu |
2010-04-19 | Analyzer: add support for CXXNewExpr. | Zhongxing Xu |
2010-04-15 | Fix PR 6844, a regression caused by the introduction of llvm_unreachable for ... | Ted Kremenek |
2010-04-14 | Add support for CXXBoolLiteralExpr. | Zhongxing Xu |
2010-04-13 | Make all cases that we don't handle explicit. | Zhongxing Xu |
2010-04-13 | Dispatch all C++ cast expr to VisitCast(). | Zhongxing Xu |
2010-04-01 | Initial support for visiting CXXMemberCallExpr. | Zhongxing Xu |
2010-04-01 | Improve C++ constructor handling. | Zhongxing Xu |
2010-03-30 | Introduce a new kind of derived-to-base cast which bypasses the need for | John McCall |
2010-03-30 | Change the analyzer to recognize (but ignore) assignments to isa. Fixes PR 6... | Ted Kremenek |
2010-03-27 | Checker: random include cleanup. | Benjamin Kramer |
2010-03-25 | Add methods to remove a GDM entry. | Zhongxing Xu |
2010-03-23 | Bind the constructed object value to CXXConstructExpr. | Zhongxing Xu |
2010-03-23 | Clear the return expr GDM after using it. | Zhongxing Xu |
2010-03-23 | Add a AggExprVisitor class. It contains lots of boiler | Zhongxing Xu |
2010-03-23 | Since we now may have basicblocks with the same block is in different function, | Zhongxing Xu |
2010-03-17 | Mark CXXThisRegion in the current or parent stack frame context as live so that | Zhongxing Xu |
2010-03-16 | Add VisitCXXContructExpr logic to the analyzer. This still has not fully worked | Zhongxing Xu |
2010-03-08 | Remove unused headers. | Duncan Sands |
2010-03-05 | Remove reference to AnalysisContext in Environment. We already have LocationC... | Zhongxing Xu |
2010-03-04 | When profiling Environment, also profile with AnalysisContext*, bacause | Zhongxing Xu |
2010-03-02 | Don't conjure a symbol for DeclStmts when the variable is a C++ reference. | Ted Kremenek |
2010-02-26 | Use a GDM to record the returned expression in the state when VisitReturnStmt. | Zhongxing Xu |
2010-02-26 | Remove derelict GRStmtNodeBuilder::LastNode. | Zhongxing Xu |
2010-02-25 | Restore Zhongxing's commits r97122 r97127 r97129 r97131 which were reverted d... | Douglas Gregor |
2010-02-25 | Revert patches r97122 r97127 r97129 r97131. | Jakob Stoklund Olesen |
2010-02-25 | Move the dead bindings removal logic from CallInliner to GRExprEngine::Proces... | Zhongxing Xu |
2010-02-25 | Call inliner improvements: | Zhongxing Xu |
2010-02-25 | Add MacOSXAPIChecker, a meta checker to include various precondition checks f... | Ted Kremenek |
2010-02-25 | Add UnixAPIChecker, a meta checker to include various precondition checks for... | Ted Kremenek |
2010-02-16 | Add simpler checker to check if variables captured by a block are uninitialized. | Ted Kremenek |
2010-02-15 | Convert GRExprEngine's handling of ObjCMessageExprs to use a worklist | Ted Kremenek |
2010-02-08 | Revert 95541. | Ted Kremenek |