llvm-project/clang/lib/StaticAnalyzer/Checkers
Nick Lewycky 757515588a Don't use "../foo" to return to the current directory.
llvm-svn: 125642
2011-02-16 02:10:49 +00:00
..
AdjustedReturnValueChecker.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
AnalyzerStatsChecker.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
ArrayBoundChecker.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
ArrayBoundCheckerV2.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
AttrNonNullChecker.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
BasicObjCFoundationChecks.cpp [analyzer] Use the new registration mechanism on the apple checkers: 2011-02-16 01:40:52 +00:00
BasicObjCFoundationChecks.h [analyzer] Use the new registration mechanism on the apple checkers: 2011-02-16 01:40:52 +00:00
BuiltinFunctionChecker.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
CMakeLists.txt Add missing CMake dependency 2011-02-15 17:09:56 +00:00
CStringChecker.cpp [analyzer] Use the new registration mechanism on some of the experimental checks. These are: 2011-02-15 21:25:03 +00:00
CallAndMessageChecker.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
CastSizeChecker.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
CastToStructChecker.cpp [analyzer] Use the new registration mechanism on some of the experimental internal checkers: 2011-02-15 22:55:20 +00:00
CheckObjCDealloc.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
CheckObjCInstMethSignature.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
CheckSecuritySyntaxOnly.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
CheckSizeofPointer.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
Checkers.td [analyzer] Use the new registration mechanism on the apple checkers: 2011-02-16 01:40:52 +00:00
ChrootChecker.cpp [analyzer] Use the new registration mechanism on some of the experimental checks. These are: 2011-02-15 21:25:03 +00:00
ClangSACheckerProvider.cpp [analyzer] Reflect changes for tablegen'ing the checkers. 2011-02-15 07:42:38 +00:00
ClangSACheckerProvider.h [analyzer] Overhauling of the checker registration mechanism. 2011-02-14 18:13:31 +00:00
ClangSACheckers.h Don't use "../foo" to return to the current directory. 2011-02-16 02:10:49 +00:00
DeadStoresChecker.cpp Don't emit a dead store for '++' operations unless it occurs with a return statement. We've never seen any other cases that were real bugs. 2011-02-12 00:17:19 +00:00
DereferenceChecker.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
DivZeroChecker.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
ExperimentalChecks.cpp [analyzer] Use the new registration mechanism on some of the experimental internal checkers: 2011-02-15 22:55:20 +00:00
ExperimentalChecks.h [analyzer] Use the new registration mechanism on the IdempotentOperationChecker. 2011-02-15 22:55:14 +00:00
ExprEngine.cpp [analyzer] Use the new registration mechanism on some of the internal checks. These are: 2011-02-15 07:42:33 +00:00
FixedAddressChecker.cpp [analyzer] Use the new registration mechanism on some of the experimental internal checkers: 2011-02-15 22:55:20 +00:00
IdempotentOperationChecker.cpp [analyzer] Use the new registration mechanism on the IdempotentOperationChecker. 2011-02-15 22:55:14 +00:00
InternalChecks.h [analyzer] Use the new registration mechanism on some of the experimental internal checkers: 2011-02-15 22:55:20 +00:00
LLVMConventionsChecker.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
MacOSXAPIChecker.cpp [analyzer] Use the new registration mechanism on some of the internal checks. These are: 2011-02-15 07:42:33 +00:00
Makefile [analyzer] Reflect changes for tablegen'ing the checkers. 2011-02-15 07:42:38 +00:00
MallocChecker.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
NSAutoreleasePoolChecker.cpp [analyzer] Use the new registration mechanism on the apple checkers: 2011-02-16 01:40:52 +00:00
NSErrorChecker.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
NoReturnFunctionChecker.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
OSAtomicChecker.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
ObjCAtSyncChecker.cpp [analyzer] Use the new registration mechanism on some of the internal checks. These are: 2011-02-15 07:42:33 +00:00
ObjCSelfInitChecker.cpp [analyzer] Use the new registration mechanism on some of the internal checks. These are: 2011-02-15 07:42:33 +00:00
ObjCUnusedIVarsChecker.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
PointerArithChecker.cpp [analyzer] Use the new registration mechanism on some of the experimental internal checkers: 2011-02-15 22:55:20 +00:00
PointerSubChecker.cpp [analyzer] Use the new registration mechanism on some of the experimental internal checkers: 2011-02-15 22:55:20 +00:00
PthreadLockChecker.cpp [analyzer] Use the new registration mechanism on some of the experimental checks. These are: 2011-02-15 21:25:03 +00:00
ReturnPointerRangeChecker.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
ReturnUndefChecker.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
StackAddrLeakChecker.cpp [analyzer] Use the new registration mechanism on some of the internal checks. These are: 2011-02-15 07:42:33 +00:00
StreamChecker.cpp [analyzer] Use the new registration mechanism on some of the experimental checks. These are: 2011-02-15 21:25:03 +00:00
UndefBranchChecker.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
UndefCapturedBlockVarChecker.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
UndefResultChecker.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
UndefinedArraySubscriptChecker.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
UndefinedAssignmentChecker.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
UnixAPIChecker.cpp [analyzer] Use the new registration mechanism on some of the internal checks. These are: 2011-02-15 07:42:33 +00:00
UnreachableCodeChecker.cpp [analyzer] Use the new registration mechanism on some of the experimental checks. These are: 2011-02-15 21:25:03 +00:00
VLASizeChecker.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00