llvm-project/clang/lib/StaticAnalyzer/Checkers
Ted Kremenek 4b408e7a04 [analyzer] check for now possibly null predecessor edge.
llvm-svn: 202434
2014-02-27 21:56:41 +00:00
..
AllocationDiagnostics.cpp [analyzer] Add experimental option "leak-diagnostics-reference-allocation". 2013-04-16 21:44:22 +00:00
AllocationDiagnostics.h [analyzer] Add experimental option "leak-diagnostics-reference-allocation". 2013-04-16 21:44:22 +00:00
AnalyzerStatsChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
ArrayBoundChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
ArrayBoundCheckerV2.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
BasicObjCFoundationChecks.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
BoolAssignmentChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
BuiltinFunctionChecker.cpp Omit arguments of __builtin_object_size from the CFG. 2013-08-19 16:27:28 +00:00
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
CStringChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
CStringSyntaxChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
CallAndMessageChecker.cpp [analyzer] Improved checker naming in CFG dump. 2014-02-17 18:25:34 +00:00
CastSizeChecker.cpp [analyzer] Teach CastSizeChecker about flexible array members. 2014-02-18 17:06:30 +00:00
CastToStructChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
CheckObjCDealloc.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
CheckObjCInstMethSignature.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
CheckSecuritySyntaxOnly.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
CheckSizeofPointer.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
CheckerDocumentation.cpp Fix comment type pointed out by Kim Gräsman. 2013-05-25 02:22:10 +00:00
Checkers.td [analyzer] Move checker alpha.osx.cocoa.MissingSuperCall out of alpha category. 2014-02-19 05:28:39 +00:00
ChrootChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +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] Replace bug category magic strings with shared constants, take 2. 2013-10-04 00:25:24 +00:00
DeadStoresChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
DebugCheckers.cpp [analyzer] Print function name when dumping its CFG. 2014-01-15 17:25:05 +00:00
DereferenceChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
DirectIvarAssignment.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
DivZeroChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
DynamicTypePropagation.cpp StaticAnalyzer/Checkers/DynamicTypePropagation.cpp: Fix in comments. 80-col and an utf8 char. 2013-10-28 04:14:33 +00:00
ExprInspectionChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
FixedAddressChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
GenericTaintChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
IdenticalExprChecker.cpp [analyzer] Fix a bug in IdenticalExprChecker concerning while loops. 2014-02-21 00:18:31 +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 Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
LLVMConventionsChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
MacOSKeychainAPIChecker.cpp [analyzer] Improved checker naming in CFG dump. 2014-02-17 18:25:34 +00:00
MacOSXAPIChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
Makefile Clang-side build system infrastructure for multiple tblgens. 2011-10-06 01:52:10 +00:00
MallocChecker.cpp [analyzer] Improved checker naming in CFG dump. 2014-02-17 18:25:34 +00:00
MallocOverflowSecurityChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
MallocSizeofChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
NSAutoreleasePoolChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
NSErrorChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
NoReturnFunctionChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
NonNullParamChecker.cpp [analyzer] NonNullParamChecker: don't freak out about nested transparent_unions. 2014-02-26 01:20:19 +00:00
ObjCAtSyncChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
ObjCContainersASTChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
ObjCContainersChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
ObjCMissingSuperCallChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
ObjCSelfInitChecker.cpp [analyzer] Improved checker naming in CFG dump. 2014-02-17 18:25:34 +00:00
ObjCUnusedIVarsChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
PointerArithChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
PointerSubChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
PthreadLockChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
RetainCountChecker.cpp [analyzer] Improved checker naming in CFG dump. 2014-02-17 18:25:34 +00:00
ReturnPointerRangeChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
ReturnUndefChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
SimpleStreamChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
StackAddrEscapeChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
StreamChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
TaintTesterChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
TraversalChecker.cpp [analyzer] Print return values from debug.DumpCalls checker. 2013-03-21 18:16:59 +00:00
UndefBranchChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
UndefCapturedBlockVarChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
UndefResultChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
UndefinedArraySubscriptChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
UndefinedAssignmentChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
UnixAPIChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
UnreachableCodeChecker.cpp [analyzer] check for now possibly null predecessor edge. 2014-02-27 21:56:41 +00:00
VLASizeChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00
VirtualCallChecker.cpp Expose the name of the checker producing each diagnostic message. 2014-02-11 21:49:21 +00:00