Age | Commit message (Expand) | Author |
2010-09-10 | Serialization support for CXXNoexceptExpr. | Sebastian Redl |
2010-09-10 | Implement: <rdar://problem/6351970> rule request: warn if @synchronized mutex... | Ted Kremenek |
2010-09-10 | Add ObjCAtSynchronizedStmt to the CFG and add GRExprEngine support (PreVisit ... | Ted Kremenek |
2010-09-09 | Remove unused variable. | Benjamin Kramer |
2010-09-09 | Rename GRState::getSVal() -> getRawSVal() and getSimplifiedSVal() -> getSVal(). | Ted Kremenek |
2010-09-09 | Static analyzer fix: <rdar://problem/5880430> Switch on enum should not consi... | Ted Kremenek |
2010-09-08 | Fix warnings caused by new CXXUuidofExprClass enumerator. | Francois Pichet |
2010-09-02 | Eliminate CXXBindReferenceExpr, which was used in a ton of | Douglas Gregor |
2010-09-02 | update comments. | Zhongxing Xu |
2010-09-02 | For GRExprEngine::EvalBind() (and called visitors), unifiy StoreE and AssignE... | Ted Kremenek |
2010-08-30 | Revert my user-defined literal commits - r1124{58,60,67} pending | Sean Hunt |
2010-08-29 | Implement C++0x user-defined string literals. | Sean Hunt |
2010-08-26 | Fix horrible GRExprEngine bug where switch statements with no 'case:' stateme... | Ted Kremenek |
2010-08-26 | Remove redundant cast<...>. | Ted Kremenek |
2010-08-25 | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall |
2010-08-22 | Detabify. | Eli Friedman |
2010-08-14 | Add a callback for when region changes occur. Still somewhat of a work-in-pro... | Jordy Rose |
2010-08-14 | Add a new metadata symbol type for checkers to use. Metadata symbols must be ... | Jordy Rose |
2010-08-13 | Zap unused UnaryOperator::OffsetOf. | Eli Friedman |
2010-08-12 | Actually use reduced set of checkers in EvalAssume. | Jordy Rose |
2010-08-11 | MemRegion can refer to ASTContext without external help. | Zhongxing Xu |
2010-08-07 | Allow reference binding of a reference of Objective-C object type to | Douglas Gregor |
2010-08-06 | Removed IdempotentOperationChecker from default analysis and returned back to... | Tom Care |
2010-08-06 | If all nodes are sunk, bail out early. This make the later check for checkers... | Zhongxing Xu |
2010-08-05 | Revert r110317, and add a comment why the assertion is not an invariant. | Ted Kremenek |
2010-08-05 | Turn the predicate into an assertion. When could the unequal case happen? | Zhongxing Xu |
2010-08-04 | Change the checker callback cache in GRExprEngine to be more compact (and IMH... | Jordy Rose |
2010-08-03 | Makes GRState::makeWithStore private, to encourage clients to make store chan... | Jordy Rose |
2010-08-03 | Changed GRExprEngine to pass down a reference to itself when checkers are doi... | Tom Care |
2010-07-29 | Teach GRExprEngine::VisitLValue() about FloatingLiteral, ImaginaryLiteral, an... | Ted Kremenek |
2010-07-29 | Remove extraneous guards around the call to getConjuredSymbolVal(). These ch... | Ted Kremenek |
2010-07-23 | Delete unnecessary const_cast. | Zhongxing Xu |
2010-07-23 | AnalysisContext is not const. | Zhongxing Xu |
2010-07-20 | Constify all references to Stmt* and CFGBlock* in libChecker. | Zhongxing Xu |
2010-07-20 | Constify. | Zhongxing Xu |
2010-07-19 | Reapply r108617. | Zhongxing Xu |
2010-07-17 | Revert r108617, it broke the build. | Benjamin Kramer |
2010-07-17 | Prepare the analyzer for the callee in another translation unit: | Zhongxing Xu |
2010-07-17 | Fix '<rdar://problem/8202272> __imag passed non-complex should not crash' by ... | Ted Kremenek |
2010-07-16 | Improved false positive rate for the idempotent operations checker and moved ... | Tom Care |
2010-07-13 | Introduce a new cast kind for an "lvalue bitcast", which handles | Douglas Gregor |
2010-07-08 | Reinstate the fix for PR7556. A silly use of isTrivial() was | Douglas Gregor |
2010-07-07 | Revert r107828 and r107827, the fix for PR7556, which seems to be | Douglas Gregor |
2010-07-07 | Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect its | Douglas Gregor |
2010-07-07 | Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of... | Argyrios Kyrtzidis |
2010-07-05 | Support sizeof for VLA expressions (sizeof(someVLA)). sizeof(int[n]) still un... | Jordy Rose |
2010-07-01 | Add an ivar to SymbolReaper for the current statement, and then stop passing ... | Jordy Rose |
2010-07-01 | ExplodedGraph never uses ASTContext, remove it. | Zhongxing Xu |
2010-06-30 | Correctly implement the CheckerVisit optimization introduced in r106884, but ... | Ted Kremenek |
2010-06-26 | Allow '__extension__' to be analyzed in a lvalue context. | Ted Kremenek |