aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/StaticAnalyzer/Checkers/CStringSyntaxChecker.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-02-02[analyzer] Fix an assertion fail in CStringSyntaxChecker.Gabor Horvath1-17/+15
2015-07-03Rewrite users of Stmt::child_begin/end into for-range loops.Benjamin Kramer1-4/+3
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-1/+1
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2014-02-11Expose the name of the checker producing each diagnostic message.Alexander Kornienko1-6/+7
2013-10-07[analyzer] ArrayRef-ize BugReporter::EmitBasicReport.Jordan Rose1-2/+1
2013-04-10[analyzer] Fix a crash in SyntaxCString checker when given a custom strncat.Anna Zaks1-0/+2
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-2/+2
2012-11-02[analyzer] isCLibraryFunction: check that the function is at TU-scope.Jordan Rose1-5/+4
2012-04-04Include the "issue context" (e.g. function or method) where a static analyzer...Ted Kremenek1-1/+1
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith1-1/+1
2012-02-04Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer1-0/+1
2012-01-31[analyzer] Add checks for common anti-patterns in strncat.Anna Zaks1-0/+190