Age | Commit message (Expand) | Author |
2010-12-22 | [analyzer] Refactoring: include/clang/Checker -> include/clang/GR | Argyrios Kyrtzidis |
2010-12-17 | Rename several methods/functions in the analyzer | Ted Kremenek |
2010-12-16 | Start migration of static analyzer to using the | Ted Kremenek |
2010-12-02 | Merge ValueManager into SValBuilder. | Ted Kremenek |
2010-12-01 | Rename all 'EvalXXX' methods in libChecker to | Ted Kremenek |
2010-12-01 | Rename 'SValuator' to 'SValBuilder'. The new name | Ted Kremenek |
2010-11-24 | When getting CXXThisRegion from CXXMethodDecl, use the qualifiers. This is | Zhongxing Xu |
2010-11-24 | Let StackFrameContext represent if the call expr is evaluated as lvalue. | Zhongxing Xu |
2010-11-24 | Improve comments in Clang static analyzer, based on kremenek's | Zhanyong Wan |
2010-11-20 | Handle CFGAutomaticObjDtor. | Zhongxing Xu |
2010-11-18 | Added method for handling CXXOperatorCallExpr differently from CallExpr if CX... | Marcin Swiderski |
2010-11-17 | In EvalArguments allow for evaluation of first argument always as a lvalue. W... | Marcin Swiderski |
2010-11-17 | Add skeleton for handling various cfg dtors. | Zhongxing Xu |
2010-11-16 | Handle member initializer in C++ ctor. | Zhongxing Xu |
2010-11-15 | Add skeleton for handling other kinds of CFGElements. | Zhongxing Xu |
2010-11-01 | Now initializer of C++ record type is visited as block-level expr. | Zhongxing Xu |
2010-10-20 | Remove obsolete GRAuditor and GRSimpleAPICheck, which have been completely su... | Ted Kremenek |
2010-09-23 | Refactor GRExprEngine::VisitCall() to use EvalArguments(), just like VisitCXX... | Ted Kremenek |
2010-09-10 | Add ObjCAtSynchronizedStmt to the CFG and add GRExprEngine support (PreVisit ... | Ted Kremenek |
2010-09-10 | Added AnalyzerStatsChecker, a path sensitive check that reports visitation st... | Tom Care |
2010-09-02 | For GRExprEngine::EvalBind() (and called visitors), unifiy StoreE and AssignE... | Ted Kremenek |
2010-08-14 | Add a callback for when region changes occur. Still somewhat of a work-in-pro... | Jordy Rose |
2010-08-12 | Improved IdempotentOperationChecker false positives and false negatives. | Tom Care |
2010-08-04 | Change the checker callback cache in GRExprEngine to be more compact (and IMH... | Jordy Rose |
2010-08-03 | Changed GRExprEngine to pass down a reference to itself when checkers are doi... | Tom Care |
2010-07-22 | Make a bunch of new data structures for the new analysis | Zhongxing Xu |
2010-07-20 | Constify all references to Stmt* and CFGBlock* in libChecker. | Zhongxing Xu |
2010-07-20 | Constify. | Zhongxing Xu |
2010-07-01 | ExplodedGraph never uses ASTContext, remove it. | Zhongxing Xu |
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-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-21 | Add initial support for C++ delete expr. | Zhongxing Xu |
2010-04-20 | Improve handling of CXXNewExpr. | 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-01 | Initial support for visiting CXXMemberCallExpr. | Zhongxing Xu |
2010-03-27 | Checker: random include cleanup. | Benjamin Kramer |
2010-03-23 | Bind the constructed object value to CXXConstructExpr. | 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-16 | Add VisitCXXContructExpr logic to the analyzer. This still has not fully worked | 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 | Call inliner improvements: | Zhongxing Xu |
2010-02-15 | Convert GRExprEngine's handling of ObjCMessageExprs to use a worklist | Ted Kremenek |
2010-01-25 | Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugRe... | Ted Kremenek |
2010-01-25 | Split libAnalysis into two libraries: libAnalysis and libChecker. | Ted Kremenek |