llvm-project/clang/lib/StaticAnalyzer/Checkers
Ted Kremenek 72be32af88 Colorize and condense CFG pretty-printing.
llvm-svn: 147203
2011-12-22 23:33:52 +00:00
..
AdjustedReturnValueChecker.cpp [analyzer] Rename generateNode -> addTransition in CheckerContext 2011-10-26 21:06:34 +00:00
AnalyzerStatsChecker.cpp Rename AnalysisContext to AnalysisDeclContext. Not only is this name more accurate, but it frees up the name AnalysisContext for other uses. 2011-10-24 01:32:45 +00:00
ArrayBoundChecker.cpp [analyzer] Rename generateNode -> addTransition in CheckerContext 2011-10-26 21:06:34 +00:00
ArrayBoundCheckerV2.cpp [analyzer] Catch the first taint propagation implied buffer overflow. 2011-11-16 19:58:17 +00:00
AttrNonNullChecker.cpp [analyzer] Rename generateNode -> addTransition in CheckerContext 2011-10-26 21:06:34 +00:00
BasicObjCFoundationChecks.cpp [analyzer] Refactor checkers to use helper function for getting callee Decl and name. 2011-12-01 05:57:37 +00:00
BuiltinFunctionChecker.cpp [analyzer] Refactor checkers to use helper function for getting callee Decl and name. 2011-12-01 05:57:37 +00:00
CMakeLists.txt Add an experimental MallocSizeofChecker, which reports inconsistencies 2011-12-08 08:31:14 +00:00
CStringChecker.cpp [analyzer] CStringChecker should not rely on the analyzer generating UndefOrUnknown value when it cannot reason about the expression. 2011-12-11 18:43:40 +00:00
CallAndMessageChecker.cpp [analyzer] CheckerContext::getPredecessor() cleanup 2011-11-01 22:41:01 +00:00
CastSizeChecker.cpp Remove EnhancedBugReport and RangedBugReport - pull all the extra functionality they provided into their parent BugReport. The only functional changes are: made getRanges() non const - it adds default range to Ranges if none are supplied, made getStmt() private, which was another FIXME. 2011-08-17 23:00:25 +00:00
CastToStructChecker.cpp [analyzer] Rename generateNode -> addTransition in CheckerContext 2011-10-26 21:06:34 +00:00
CheckObjCDealloc.cpp Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. 2011-10-14 18:45:37 +00:00
CheckObjCInstMethSignature.cpp Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. 2011-10-14 18:45:37 +00:00
CheckSecuritySyntaxOnly.cpp Rename AnalysisContext to AnalysisDeclContext. Not only is this name more accurate, but it frees up the name AnalysisContext for other uses. 2011-10-24 01:32:45 +00:00
CheckSizeofPointer.cpp Rename AnalysisContext to AnalysisDeclContext. Not only is this name more accurate, but it frees up the name AnalysisContext for other uses. 2011-10-24 01:32:45 +00:00
CheckerDocumentation.cpp [analyzer] Add checker callback documentation. 2011-11-30 17:12:52 +00:00
Checkers.td Add an experimental MallocSizeofChecker, which reports inconsistencies 2011-12-08 08:31:14 +00:00
ChrootChecker.cpp [analyzer] Refactor checkers to use helper function for getting callee Decl and name. 2011-12-01 05:57:37 +00:00
ClangCheckers.cpp [analyzer] Overhaul of checker registration in preparation for basic plugin support. Removes support for checker groups (we can add them back in later if we decide they are still useful), and -analyzer-checker-help output is a little worse for the time being (no packages). 2011-08-16 21:24:21 +00:00
ClangSACheckers.h [analyzer] Overhaul of checker registration in preparation for basic plugin support. Removes support for checker groups (we can add them back in later if we decide they are still useful), and -analyzer-checker-help output is a little worse for the time being (no packages). 2011-08-16 21:24:21 +00:00
DeadStoresChecker.cpp DeadStoresChecker: when whitelisting dead initializations with constants, look 2011-12-06 23:25:15 +00:00
DebugCheckers.cpp Colorize and condense CFG pretty-printing. 2011-12-22 23:33:52 +00:00
DereferenceChecker.cpp [analyzer] Rename generateNode -> addTransition in CheckerContext 2011-10-26 21:06:34 +00:00
DivZeroChecker.cpp [analyzer] Remove redundant check from DivZeroChecker 2011-11-08 19:56:35 +00:00
FixedAddressChecker.cpp [analyzer] Rename generateNode -> addTransition in CheckerContext 2011-10-26 21:06:34 +00:00
GenericTaintChecker.cpp [analyzer] Add support for taint flowing through a function (atoi). 2011-12-17 00:26:34 +00:00
IdempotentOperationChecker.cpp Rename AnalysisContext to AnalysisDeclContext. Not only is this name more accurate, but it frees up the name AnalysisContext for other uses. 2011-10-24 01:32:45 +00:00
IteratorsChecker.cpp [analyzer] Add getLocationContext to CheckerContext 2011-10-26 21:06:44 +00:00
LLVMConventionsChecker.cpp Rename TagDecl::isDefinition -> isCompleteDefinition 2011-10-07 06:10:15 +00:00
MacOSKeychainAPIChecker.cpp [analyzer] Make KeychainAPI checker less aggressive. radar://10508828 2011-12-01 16:41:58 +00:00
MacOSXAPIChecker.cpp [analyzer] Refactor checkers to use helper function for getting callee Decl and name. 2011-12-01 05:57:37 +00:00
Makefile Clang-side build system infrastructure for multiple tblgens. 2011-10-06 01:52:10 +00:00
MallocChecker.cpp [analyzer] Refactor checkers to use helper function for getting callee Decl and name. 2011-12-01 05:57:37 +00:00
MallocOverflowSecurityChecker.cpp Rename AnalysisContext to AnalysisDeclContext. Not only is this name more accurate, but it frees up the name AnalysisContext for other uses. 2011-10-24 01:32:45 +00:00
MallocSizeofChecker.cpp Unbreak MSVC build. 2011-12-08 09:32:22 +00:00
NSAutoreleasePoolChecker.cpp [analyzer] Remove EmitBasicReport form CheckerContext. 2011-10-26 21:06:39 +00:00
NSErrorChecker.cpp [analyzer] Add getLocationContext to CheckerContext 2011-10-26 21:06:44 +00:00
NoReturnFunctionChecker.cpp [analyzer] Remove unused methods, add comments to others. 2011-10-04 18:34:40 +00:00
OSAtomicChecker.cpp [analyzer] Refactor checkers to use helper function for getting callee Decl and name. 2011-12-01 05:57:37 +00:00
ObjCAtSyncChecker.cpp [analyzer] Rename generateNode -> addTransition in CheckerContext 2011-10-26 21:06:34 +00:00
ObjCSelfInitChecker.cpp [analyzer] Rename generateNode -> addTransition in CheckerContext 2011-10-26 21:06:34 +00:00
ObjCUnusedIVarsChecker.cpp Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. 2011-10-14 18:45:37 +00:00
PointerArithChecker.cpp [analyzer] Rename generateNode -> addTransition in CheckerContext 2011-10-26 21:06:34 +00:00
PointerSubChecker.cpp [analyzer] Rename generateNode -> addTransition in CheckerContext 2011-10-26 21:06:34 +00:00
PthreadLockChecker.cpp [analyzer] Refactor checkers to use helper function for getting callee Decl and name. 2011-12-01 05:57:37 +00:00
RetainCountChecker.cpp Fix typos in analyzer diagnostics pointed out by Matt Beaumont-Gay and Robert Purves. 2011-12-22 06:35:52 +00:00
ReturnPointerRangeChecker.cpp Remove EnhancedBugReport and RangedBugReport - pull all the extra functionality they provided into their parent BugReport. The only functional changes are: made getRanges() non const - it adds default range to Ranges if none are supplied, made getStmt() private, which was another FIXME. 2011-08-17 23:00:25 +00:00
ReturnUndefChecker.cpp Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) API in favor of addVisitor(BugReporterVisitor*). 2011-08-19 22:33:38 +00:00
StackAddrEscapeChecker.cpp [analyzer] Add getLocationContext to CheckerContext 2011-10-26 21:06:44 +00:00
StreamChecker.cpp [analyzer] Refactor checkers to use helper function for getting callee Decl and name. 2011-12-01 05:57:37 +00:00
TaintTesterChecker.cpp [analyzer] Remove an unnecessary check. 2011-12-06 23:12:17 +00:00
UndefBranchChecker.cpp [analyzer] Make branch for condition callback use CheckerContext 2011-10-25 19:56:54 +00:00
UndefCapturedBlockVarChecker.cpp [analyzer] Add getLocationContext to CheckerContext 2011-10-26 21:06:44 +00:00
UndefResultChecker.cpp Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) API in favor of addVisitor(BugReporterVisitor*). 2011-08-19 22:33:38 +00:00
UndefinedArraySubscriptChecker.cpp Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) API in favor of addVisitor(BugReporterVisitor*). 2011-08-19 22:33:38 +00:00
UndefinedAssignmentChecker.cpp [analyzer] Remove the dependency on CheckerContext::getStmt() as well as the method itself. 2011-10-06 00:43:15 +00:00
UnixAPIChecker.cpp [analyzer] Refactor checkers to use helper function for getting callee Decl and name. 2011-12-01 05:57:37 +00:00
UnreachableCodeChecker.cpp Further tweak -Wurneachable-code and templates by allowing the warning to run on 2011-12-01 00:59:17 +00:00
VLASizeChecker.cpp [analyzer] Add getLocationContext to CheckerContext 2011-10-26 21:06:44 +00:00