Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expose the name of the checker producing each diagnostic message. | Alexander Kornienko | 2014-02-11 | 1 | -6/+7 |
* | [analyzer] ArrayRef-ize BugReporter::EmitBasicReport. | Jordan Rose | 2013-10-07 | 1 | -2/+1 |
* | [analyzer] Fix a crash in SyntaxCString checker when given a custom strncat. | Anna Zaks | 2013-04-10 | 1 | -0/+2 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -2/+2 |
* | [analyzer] isCLibraryFunction: check that the function is at TU-scope. | Jordan Rose | 2012-11-02 | 1 | -5/+4 |
* | Include the "issue context" (e.g. function or method) where a static analyzer... | Ted Kremenek | 2012-04-04 | 1 | -1/+1 |
* | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -1/+1 |
* | Move a method from IdentifierTable.h out of line and remove the SmallString i... | Benjamin Kramer | 2012-02-04 | 1 | -0/+1 |
* | [analyzer] Add checks for common anti-patterns in strncat. | Anna Zaks | 2012-01-31 | 1 | -0/+190 |