aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/StaticAnalyzer/Checkers/CStringSyntaxChecker.cpp
AgeCommit message (Expand)AuthorFilesLines
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