llvm-project/clang/lib/StaticAnalyzer/Checkers
Jordan Rose f684db65f8 [analyzer] Enhance docs for checker callbacks (esp. processRegionChanges).
No functionality change; this checker is only used for documentation.

llvm-svn: 167522
2012-11-07 02:35:02 +00:00
..
AnalyzerStatsChecker.cpp Include the "issue context" (e.g. function or method) where a static analyzer issue occurred in the plist output. 2012-04-04 18:11:35 +00:00
ArrayBoundChecker.cpp [analyzer] Rename 'EmitReport' to 'emitReport'. 2012-11-02 01:53:40 +00:00
ArrayBoundCheckerV2.cpp [analyzer] Rename 'EmitReport' to 'emitReport'. 2012-11-02 01:53:40 +00:00
AttrNonNullChecker.cpp [analyzer] Rename 'EmitReport' to 'emitReport'. 2012-11-02 01:53:40 +00:00
BasicObjCFoundationChecks.cpp [analyzer] Remove isWithinInlined. It's been replaced with inTopFrame(). 2012-11-06 04:20:54 +00:00
BoolAssignmentChecker.cpp [analyzer] Rename 'EmitReport' to 'emitReport'. 2012-11-02 01:53:40 +00:00
BuiltinFunctionChecker.cpp Rename 'currentX' to 'currX' throughout analyzer and libAnalysis. 2012-08-22 06:26:15 +00:00
CMakeLists.txt [analyzer] New checker for missing super calls in UIViewController subclasses. 2012-10-30 01:21:35 +00:00
CStringChecker.cpp [analyzer] Use nice macros for the common ProgramStateTraits (map, set, list). 2012-11-02 01:54:06 +00:00
CStringSyntaxChecker.cpp [analyzer] isCLibraryFunction: check that the function is at TU-scope. 2012-11-02 23:49:24 +00:00
CallAndMessageChecker.cpp [analyzer] Rename 'EmitReport' to 'emitReport'. 2012-11-02 01:53:40 +00:00
CastSizeChecker.cpp [analyzer] Rename 'EmitReport' to 'emitReport'. 2012-11-02 01:53:40 +00:00
CastToStructChecker.cpp [analyzer] Rename 'EmitReport' to 'emitReport'. 2012-11-02 01:53:40 +00:00
CheckObjCDealloc.cpp Remove redundant semicolons which are null statements. 2012-09-10 21:20:09 +00:00
CheckObjCInstMethSignature.cpp Require that all static analyzer issues have a category. As part of this change, 2012-04-05 20:43:28 +00:00
CheckSecuritySyntaxOnly.cpp Silence static analyzer issue by documenting that in this context 2012-10-12 22:56:42 +00:00
CheckSizeofPointer.cpp Include the "issue context" (e.g. function or method) where a static analyzer issue occurred in the plist output. 2012-04-04 18:11:35 +00:00
CheckerDocumentation.cpp [analyzer] Enhance docs for checker callbacks (esp. processRegionChanges). 2012-11-07 02:35:02 +00:00
Checkers.td [analyzer] New checker for missing super calls in UIViewController subclasses. 2012-10-30 01:21:35 +00:00
ChrootChecker.cpp [analyzer] Rename 'EmitReport' to 'emitReport'. 2012-11-02 01:53:40 +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 Require that all static analyzer issues have a category. As part of this change, 2012-04-05 20:43:28 +00:00
CommonBugCategories.cpp Require that all static analyzer issues have a category. As part of this change, 2012-04-05 20:43:28 +00:00
DeadStoresChecker.cpp Trim #includes. 2012-10-30 04:43:51 +00:00
DebugCheckers.cpp Add checker debug.ConfigDumper to dump the contents of the configuration table. 2012-10-01 18:28:14 +00:00
DereferenceChecker.cpp [analyzer] Rename 'EmitReport' to 'emitReport'. 2012-11-02 01:53:40 +00:00
DirectIvarAssignment.cpp [analyzer] Do not warn on direct ivar assignments within copy methods. 2012-10-15 22:48:14 +00:00
DivZeroChecker.cpp [analyzer] Rename 'EmitReport' to 'emitReport'. 2012-11-02 01:53:40 +00:00
DynamicTypePropagation.cpp [analyzer] Add some convenience accessors to CallEvent, and use them. 2012-11-02 23:49:29 +00:00
ExprInspectionChecker.cpp [analyzer] Rename 'EmitReport' to 'emitReport'. 2012-11-02 01:53:40 +00:00
FixedAddressChecker.cpp [analyzer] Rename 'EmitReport' to 'emitReport'. 2012-11-02 01:53:40 +00:00
GenericTaintChecker.cpp [analyzer] Use nice macros for the common ProgramStateTraits (map, set, list). 2012-11-02 01:54:06 +00:00
IdempotentOperationChecker.cpp [analyzer] Rename 'EmitReport' to 'emitReport'. 2012-11-02 01:53:40 +00:00
InterCheckerAPI.h [analyzer] Fix another false positive in the Malloc Checker, by making 2012-02-17 22:35:31 +00:00
IvarInvalidationChecker.cpp [analyzer] Ivar invalidation: identify properties declared in protocols. 2012-10-18 19:17:57 +00:00
LLVMConventionsChecker.cpp Revert Decl's iterators back to pointer value_type rather than reference value_type 2012-06-06 20:45:41 +00:00
MacOSKeychainAPIChecker.cpp [analyzer] Use nice macros for the common ProgramStateTraits (map, set, list). 2012-11-02 01:54:06 +00:00
MacOSXAPIChecker.cpp [analyzer] Rename 'EmitReport' to 'emitReport'. 2012-11-02 01:53:40 +00:00
Makefile Clang-side build system infrastructure for multiple tblgens. 2011-10-06 01:52:10 +00:00
MallocChecker.cpp [analyzer] Use nice macros for the common ProgramStateTraits (map, set, list). 2012-11-02 01:54:06 +00:00
MallocOverflowSecurityChecker.cpp Require that all static analyzer issues have a category. As part of this change, 2012-04-05 20:43:28 +00:00
MallocSizeofChecker.cpp [analyzer] Address John's code review for r163407. 2012-09-08 00:09:02 +00:00
NSAutoreleasePoolChecker.cpp [analyzer] Rename 'EmitReport' to 'emitReport'. 2012-11-02 01:53:40 +00:00
NSErrorChecker.cpp [analyzer] Convert some of the harder cases over to ProgramStateTrait macros. 2012-11-02 01:54:42 +00:00
NoReturnFunctionChecker.cpp [analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change. 2012-07-26 21:39:41 +00:00
ObjCAtSyncChecker.cpp [analyzer] Rename 'EmitReport' to 'emitReport'. 2012-11-02 01:53:40 +00:00
ObjCContainersASTChecker.cpp [analyzer] ObjCContainersASTChecker: minor cleanup and an extra test case. 2012-10-16 00:47:25 +00:00
ObjCContainersChecker.cpp [analyzer] Use nice macros for the common ProgramStateTraits (map, set, list). 2012-11-02 01:54:06 +00:00
ObjCMissingSuperCallChecker.cpp [analyzer] New checker for missing super calls in UIViewController subclasses. 2012-10-30 01:21:35 +00:00
ObjCSelfInitChecker.cpp [analyzer] Add some convenience accessors to CallEvent, and use them. 2012-11-02 23:49:29 +00:00
ObjCUnusedIVarsChecker.cpp Revert Decl's iterators back to pointer value_type rather than reference value_type 2012-06-06 20:45:41 +00:00
PointerArithChecker.cpp [analyzer] Rename 'EmitReport' to 'emitReport'. 2012-11-02 01:53:40 +00:00
PointerSubChecker.cpp [analyzer] Rename 'EmitReport' to 'emitReport'. 2012-11-02 01:53:40 +00:00
PthreadLockChecker.cpp [analyzer] Use nice macros for the common ProgramStateTraits (map, set, list). 2012-11-02 01:54:06 +00:00
RetainCountChecker.cpp [analyzer] add LocationContext::inTopFrame() helper. 2012-11-03 02:54:16 +00:00
ReturnPointerRangeChecker.cpp [analyzer] Rename 'EmitReport' to 'emitReport'. 2012-11-02 01:53:40 +00:00
ReturnUndefChecker.cpp [analyzer] Rename 'EmitReport' to 'emitReport'. 2012-11-02 01:53:40 +00:00
SimpleStreamChecker.cpp [analyzer] Add symbol escapes logic to the SimpleStreamChecker. 2012-11-06 04:20:57 +00:00
StackAddrEscapeChecker.cpp [analyzer] Rename 'EmitReport' to 'emitReport'. 2012-11-02 01:53:40 +00:00
StreamChecker.cpp [analyzer] Convert some of the harder cases over to ProgramStateTrait macros. 2012-11-02 01:54:42 +00:00
TaintTesterChecker.cpp [analyzer] Rename 'EmitReport' to 'emitReport'. 2012-11-02 01:53:40 +00:00
TraversalChecker.cpp [analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change. 2012-07-26 21:39:41 +00:00
UndefBranchChecker.cpp [analyzer] Rename 'EmitReport' to 'emitReport'. 2012-11-02 01:53:40 +00:00
UndefCapturedBlockVarChecker.cpp [analyzer] Rename 'EmitReport' to 'emitReport'. 2012-11-02 01:53:40 +00:00
UndefResultChecker.cpp [analyzer] Rename 'EmitReport' to 'emitReport'. 2012-11-02 01:53:40 +00:00
UndefinedArraySubscriptChecker.cpp [analyzer] Rename 'EmitReport' to 'emitReport'. 2012-11-02 01:53:40 +00:00
UndefinedAssignmentChecker.cpp [analyzer] Rename 'EmitReport' to 'emitReport'. 2012-11-02 01:53:40 +00:00
UnixAPIChecker.cpp [analyzer] Rename 'EmitReport' to 'emitReport'. 2012-11-02 01:53:40 +00:00
UnreachableCodeChecker.cpp Include the "issue context" (e.g. function or method) where a static analyzer issue occurred in the plist output. 2012-04-04 18:11:35 +00:00
VLASizeChecker.cpp [analyzer] Rename 'EmitReport' to 'emitReport'. 2012-11-02 01:53:40 +00:00
VirtualCallChecker.cpp Remove unused private member variables found by clang's new -Wunused-private-field. 2012-06-06 17:32:50 +00:00