Age | Commit message (Expand) | Author |
2010-08-02 | Further adjustments to -Wglobal-constructors; works for references and direct | John McCall |
2010-08-02 | 'Assumption &A' gets default initialized to 'Possible' if it doesn't exist; n... | Ted Kremenek |
2010-08-02 | Improve flat store: MemRegion::getAsOffset() computes a region's offset within | Zhongxing Xu |
2010-07-31 | After a lengthy design discussion, add support for "ownership attributes" for... | Ted Kremenek |
2010-07-30 | Uncomment unfinished work bailout in IdempotentOperationsChecker. | Tom Care |
2010-07-29 | Use a LazyCompoundVal to handle initialization with a string literal, rather ... | Jordy Rose |
2010-07-29 | Teach GRExprEngine::VisitLValue() about FloatingLiteral, ImaginaryLiteral, an... | Ted Kremenek |
2010-07-29 | Augment RegionStore::BindStruct() to bind symbolicated struct values. This f... | Ted Kremenek |
2010-07-29 | Change SymbolManager::canSymbolicate() to return true for RecordTypes. | Ted Kremenek |
2010-07-29 | Explicitly guard in BasicStore from storing to non-scalars. | Ted Kremenek |
2010-07-29 | Remove extraneous guards around the call to getConjuredSymbolVal(). These ch... | Ted Kremenek |
2010-07-27 | Added some false positive checking to UnreachableCodeChecker | Tom Care |
2010-07-27 | Extracted out some useful common functions in IdempotentOperationChecker to t... | Tom Care |
2010-07-27 | Finesse 'idempotent operations' analyzer issues to include the opcode of the ... | Ted Kremenek |
2010-07-27 | Put 'Idempotent operations' static analyzer issues in the 'Dead code' category. | Ted Kremenek |
2010-07-27 | Don't warn about unreachable code if the block starts with __builtin_unreacha... | Jordy Rose |
2010-07-27 | Groundwork for C string length tracking. Currently only handles the length of... | Jordy Rose |
2010-07-23 | Added an path-sensitive unreachable code checker to the experimental analyzer... | Tom Care |
2010-07-23 | Add FILE* leak check to StreamChecker. Patch by Lei Zhang. | Zhongxing Xu |
2010-07-23 | Change arg type. | Zhongxing Xu |
2010-07-23 | Delete unnecessary const_cast. | Zhongxing Xu |
2010-07-23 | AnalysisContext is not const. | Zhongxing Xu |
2010-07-22 | This patch adds support for tmpfile in StreamChecker. Patch by Lei Zhang. | Zhongxing Xu |
2010-07-22 | Make a bunch of new data structures for the new analysis | Zhongxing Xu |
2010-07-21 | Move some methods inline. | Zhongxing Xu |
2010-07-20 | Constify all references to Stmt* and CFGBlock* in libChecker. | Zhongxing Xu |
2010-07-20 | Constify. | Zhongxing Xu |
2010-07-20 | remove const_cast. | Zhongxing Xu |
2010-07-20 | constify. | Zhongxing Xu |
2010-07-20 | Constify. | Zhongxing Xu |
2010-07-19 | remove CallInliner.cpp. | Zhongxing Xu |
2010-07-19 | Add double close check to StreamChecker. Patch by Lei Zhang. | Zhongxing Xu |
2010-07-19 | Reapply r108617. | Zhongxing Xu |
2010-07-18 | BUILD_ARCHIVE is the default for libraries, no need to set it. | Chris Lattner |
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-17 | Fix APFloat assertion failure in IdempotentOperationChecker resulting in having | Ted Kremenek |
2010-07-16 | Improved false positive rate for the idempotent operations checker and moved ... | Tom Care |
2010-07-14 | Pass StringRefs by value. | Benjamin Kramer |
2010-07-13 | Introduce a new cast kind for an "lvalue bitcast", which handles | Douglas Gregor |
2010-07-08 | Cleanup in CStringChecker. Now properly bifurcates the state for zero/nonzero... | Jordy Rose |
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 | Simplify code and remove comment that is no longer relevant. | Argyrios Kyrtzidis |
2010-07-07 | Remove Decl::getCompoundBody(). | Argyrios Kyrtzidis |
2010-07-07 | Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of... | Argyrios Kyrtzidis |
2010-07-07 | Add memcmp() and bcmp() to CStringChecker. These check for valid access to th... | Jordy Rose |
2010-07-07 | Cleanup on CStringChecker and its associated tests. Also check for null argum... | Jordy Rose |