.. |
AdjustedReturnValueChecker.cpp
|
[analyzer] Migrate AdjustedReturnValueChecker to CheckerV2.
|
2011-02-28 01:28:05 +00:00 |
AnalyzerStatsChecker.cpp
|
[analyzer] Turn -analyzer-stats into -analyzer-checker=debug.Stats
|
2011-02-28 01:26:50 +00:00 |
ArrayBoundChecker.cpp
|
[analyzer] Migrate ArrayBoundChecker to CheckerV2.
|
2011-02-24 08:42:12 +00:00 |
ArrayBoundCheckerV2.cpp
|
[analyzer] Migrate ArrayBoundCheckerV2 to CheckerV2.
|
2011-02-28 01:26:57 +00:00 |
AttrNonNullChecker.cpp
|
[analyzer] Migrate AttrNonNullChecker to CheckerV2.
|
2011-02-28 01:28:01 +00:00 |
BasicObjCFoundationChecks.cpp
|
[analyzer] Migrate to CheckerV2:
|
2011-02-23 01:05:36 +00:00 |
BasicObjCFoundationChecks.h
|
[analyzer] Use the new registration mechanism on the apple checkers:
|
2011-02-16 01:40:52 +00:00 |
BuiltinFunctionChecker.cpp
|
[analyzer] Migrate BuiltinFunctionChecker to CheckerV2.
|
2011-02-28 01:27:07 +00:00 |
CMakeLists.txt
|
Tidy up help text in Checkers.td, and rename StackAddrLeakChecker to StackAddrEscapeChecker.
|
2011-02-25 22:00:43 +00:00 |
CStringChecker.cpp
|
[analyzer] Migrate CStringChecker to CheckerV2.
|
2011-02-24 01:05:30 +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
|
[analyzer] Migrate CastSizeChecker to CheckerV2.
|
2011-02-24 21:42:49 +00:00 |
CastToStructChecker.cpp
|
[analyzer] Migrate to CheckerV2:
|
2011-02-23 01:05:36 +00:00 |
CheckObjCDealloc.cpp
|
[analyzer] Use the new registration mechanism on the non-path-sensitive-checkers:
|
2011-02-17 21:39:33 +00:00 |
CheckObjCInstMethSignature.cpp
|
[analyzer] Use the new registration mechanism on the non-path-sensitive-checkers:
|
2011-02-17 21:39:33 +00:00 |
CheckSecuritySyntaxOnly.cpp
|
[analyzer] Use the new registration mechanism on the non-path-sensitive-checkers:
|
2011-02-17 21:39:33 +00:00 |
CheckSizeofPointer.cpp
|
[analyzer] Use the new registration mechanism on the non-path-sensitive-checkers:
|
2011-02-17 21:39:33 +00:00 |
Checkers.td
|
[analyzer] Migrate AdjustedReturnValueChecker to CheckerV2.
|
2011-02-28 01:28:05 +00:00 |
ChrootChecker.cpp
|
[analyzer] Migrate ChrootChecker to CheckerV2.
|
2011-02-23 19:38:39 +00:00 |
ClangSACheckerProvider.cpp
|
Intoduce '-analyzer-checker-help' flag which outputs a list of all available static analyzer checkers.
|
2011-02-25 00:09:51 +00:00 |
ClangSACheckerProvider.h
|
[analyzer] Overhauling of the checker registration mechanism.
|
2011-02-14 18:13:31 +00:00 |
ClangSACheckers.h
|
[analyzer] Pass CheckerManager to the registration functions.
|
2011-02-17 21:39:17 +00:00 |
DeadStoresChecker.cpp
|
[analyzer] Use the new registration mechanism on the non-path-sensitive-checkers:
|
2011-02-17 21:39:33 +00:00 |
DebugCheckers.cpp
|
[analyzer] Use the new registration mechanism for the debugging info "checks".
|
2011-02-17 21:39:39 +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
|
[analyzer] Migrate DivZeroChecker to CheckerV2.
|
2011-02-28 01:27:50 +00:00 |
ExprEngine.cpp
|
[analyzer] ExprEngine should not depend on checkers for not crashing.
|
2011-02-28 01:28:08 +00:00 |
FixedAddressChecker.cpp
|
[analyzer] Migrate to CheckerV2:
|
2011-02-23 01:05:36 +00:00 |
IdempotentOperationChecker.cpp
|
[analyzer] Migrate IdempotentOperationChecker to CheckerV2.
|
2011-02-23 21:04:44 +00:00 |
InternalChecks.h
|
[analyzer] Migrate AdjustedReturnValueChecker to CheckerV2.
|
2011-02-28 01:28:05 +00:00 |
LLVMConventionsChecker.cpp
|
[analyzer]
|
2011-02-17 21:39:24 +00:00 |
MacOSXAPIChecker.cpp
|
[analyzer] Migrate to CheckerV2:
|
2011-02-23 01:05:36 +00:00 |
Makefile
|
[analyzer] Reflect changes for tablegen'ing the checkers.
|
2011-02-15 07:42:38 +00:00 |
MallocChecker.cpp
|
[analyzer] Migrate MallocChecker to CheckerV2.
|
2011-02-28 01:26:35 +00:00 |
NSAutoreleasePoolChecker.cpp
|
[analyzer] Migrate to CheckerV2:
|
2011-02-23 07:19:18 +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
|
[analyzer] Migrate NoReturnFunctionChecker to CheckerV2.
|
2011-02-28 01:27:17 +00:00 |
OSAtomicChecker.cpp
|
[analyzer] Migrate OSAtomicChecker to CheckerV2.
|
2011-02-28 01:27:02 +00:00 |
ObjCAtSyncChecker.cpp
|
[analyzer] Migrate to CheckerV2:
|
2011-02-23 07:19:18 +00:00 |
ObjCSelfInitChecker.cpp
|
[analyzer] Start moving the path-sensitive checkers to CheckerV2.
|
2011-02-22 17:30:38 +00:00 |
ObjCUnusedIVarsChecker.cpp
|
[analyzer] Use the new registration mechanism on the non-path-sensitive-checkers:
|
2011-02-17 21:39:33 +00:00 |
PointerArithChecker.cpp
|
[analyzer] Migrate to CheckerV2:
|
2011-02-23 01:05:36 +00:00 |
PointerSubChecker.cpp
|
[analyzer] Migrate to CheckerV2:
|
2011-02-23 01:05:36 +00:00 |
PthreadLockChecker.cpp
|
[analyzer] Migrate to CheckerV2:
|
2011-02-23 01:05:36 +00:00 |
ReturnPointerRangeChecker.cpp
|
[analyzer] Migrate ReturnPointerRangeChecker to CheckerV2.
|
2011-02-24 08:41:57 +00:00 |
ReturnUndefChecker.cpp
|
[analyzer] Migrate ReturnUndefChecker to CheckerV2.
|
2011-02-28 01:27:46 +00:00 |
StackAddrEscapeChecker.cpp
|
Tidy up help text in Checkers.td, and rename StackAddrLeakChecker to StackAddrEscapeChecker.
|
2011-02-25 22:00:43 +00:00 |
StreamChecker.cpp
|
[analyzer] Migrate StreamChecker to CheckerV2.
|
2011-02-24 01:05:33 +00:00 |
UndefBranchChecker.cpp
|
[analyzer] Migrate UndefBranchChecker to CheckerV2.
|
2011-02-28 01:27:33 +00:00 |
UndefCapturedBlockVarChecker.cpp
|
[analyzer] Migrate UndefCapturedBlockVarChecker to CheckerV2.
|
2011-02-28 01:27:26 +00:00 |
UndefResultChecker.cpp
|
[analyzer] Migrate UndefResultChecker to CheckerV2.
|
2011-02-28 01:27:22 +00:00 |
UndefinedArraySubscriptChecker.cpp
|
[analyzer] Migrate UndefinedArraySubscriptChecker to CheckerV2.
|
2011-02-28 01:27:41 +00:00 |
UndefinedAssignmentChecker.cpp
|
[analyzer] Migrate UndefinedAssignmentChecker to CheckerV2.
|
2011-02-28 01:27:37 +00:00 |
UnixAPIChecker.cpp
|
[analyzer] Migrate to CheckerV2:
|
2011-02-23 01:05:36 +00:00 |
UnreachableCodeChecker.cpp
|
[analyzer] Migrate UnreachableCodeChecker to CheckerV2.
|
2011-02-23 07:19:23 +00:00 |
VLASizeChecker.cpp
|
[analyzer] Migrate VLASizeChecker to CheckerV2.
|
2011-02-28 01:27:54 +00:00 |