llvm-project/clang/lib/StaticAnalyzer/Checkers
Argyrios Kyrtzidis 15a3daa189 [analyzer] Slightly improve the diagnostic message of ObjCSelfInitChecker.
llvm-svn: 124674
2011-02-01 19:32:55 +00:00
..
AdjustedReturnValueChecker.cpp
AnalysisConsumer.cpp [analyzer] Enable the self-init checker under command-line option '-analyzer-check-objc-self-init' which by default 2011-01-26 01:26:50 +00:00
ArrayBoundChecker.cpp [analyzer] Add 'isLoad' parameter in Checker::visitLocation() to conveniently distinguish between loads/stores. 2011-01-11 19:45:13 +00:00
ArrayBoundCheckerV2.cpp [analyzer] Add 'isLoad' parameter in Checker::visitLocation() to conveniently distinguish between loads/stores. 2011-01-11 19:45:13 +00:00
AttrNonNullChecker.cpp
BasicObjCFoundationChecks.cpp [analyzer] Introduce ObjCMessage which represents both explicit ObjC message expressions and implicit 2011-01-25 00:03:53 +00:00
BasicObjCFoundationChecks.h
BuiltinFunctionChecker.cpp
CMakeLists.txt Rename 'CheckDeadStores.cpp' to 'DeadStoresChecker.cpp'. 2011-01-13 20:58:59 +00:00
CStringChecker.cpp Rename misc. methods in GRSubEngine to start 2011-01-11 02:34:45 +00:00
CallAndMessageChecker.cpp [analyzer] Handle the dot syntax for properties in the ExprEngine. 2011-01-25 00:04:03 +00:00
CastSizeChecker.cpp Change QualType::getTypePtr() to return a const pointer, then change a 2011-01-19 06:33:43 +00:00
CastToStructChecker.cpp Change QualType::getTypePtr() to return a const pointer, then change a 2011-01-19 06:33:43 +00:00
CheckObjCDealloc.cpp
CheckObjCInstMethSignature.cpp
CheckSecuritySyntaxOnly.cpp NetBSD, OpenBSD, and Dragonfly BSD also have arc4random. Patch from 2011-01-17 19:16:24 +00:00
CheckSizeofPointer.cpp
ChrootChecker.cpp
DeadStoresChecker.cpp Rename 'CheckDeadStores.cpp' to 'DeadStoresChecker.cpp'. 2011-01-13 20:58:59 +00:00
DereferenceChecker.cpp [analyzer] Add 'isLoad' parameter in Checker::visitLocation() to conveniently distinguish between loads/stores. 2011-01-11 19:45:13 +00:00
DivZeroChecker.cpp
ExprEngine.cpp [analyzer] Fix crash when handling dot syntax on 'super'. 2011-01-27 16:17:11 +00:00
ExprEngineExperimentalChecks.cpp
ExprEngineExperimentalChecks.h
ExprEngineInternalChecks.h [analyzer] Introduce ObjCSelfInitChecker, which checks initialization methods to verify that they assign 'self' to the 2011-01-11 19:45:25 +00:00
FixedAddressChecker.cpp
FrontendActions.cpp
IdempotentOperationChecker.cpp Rename misc. methods in ento::Worklist to start 2011-01-11 02:34:50 +00:00
LLVMConventionsChecker.cpp Cleanup confused code that redundantly called "getDeclContext()" twice. 2011-01-14 22:31:41 +00:00
MacOSXAPIChecker.cpp
Makefile
MallocChecker.cpp Remove unnecessary save-and-restore of the 2011-01-13 04:36:40 +00:00
NSAutoreleasePoolChecker.cpp [analyzer] Introduce ObjCMessage which represents both explicit ObjC message expressions and implicit 2011-01-25 00:03:53 +00:00
NSErrorChecker.cpp
NoReturnFunctionChecker.cpp
OSAtomicChecker.cpp
ObjCAtSyncChecker.cpp
ObjCSelfInitChecker.cpp [analyzer] Slightly improve the diagnostic message of ObjCSelfInitChecker. 2011-02-01 19:32:55 +00:00
ObjCUnusedIVarsChecker.cpp
PointerArithChecker.cpp
PointerSubChecker.cpp
PthreadLockChecker.cpp
ReturnPointerRangeChecker.cpp
ReturnUndefChecker.cpp
StackAddrLeakChecker.cpp Remove unnecessary save-and-restore of the 2011-01-13 04:36:40 +00:00
StreamChecker.cpp Remove unnecessary save-and-restore of the 2011-01-13 04:36:40 +00:00
UndefBranchChecker.cpp
UndefCapturedBlockVarChecker.cpp Tweak wording of static analyzer diagnostic 2011-01-25 19:13:42 +00:00
UndefResultChecker.cpp
UndefinedArraySubscriptChecker.cpp
UndefinedAssignmentChecker.cpp
UnixAPIChecker.cpp
UnreachableCodeChecker.cpp
VLASizeChecker.cpp