llvm-project/clang/test/Analysis
Argyrios Kyrtzidis 6fff2e3d36 [analyzer] Migrate AttrNonNullChecker to CheckerV2.
llvm-svn: 126623
2011-02-28 01:28:01 +00:00
..
CFDateGC.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
CFNumber.c [analyzer] Use the new registration mechanism on the apple checkers: 2011-02-16 01:40:52 +00:00
CFRetainRelease_NSAssertionHandler.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
CGColorSpace.c [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
CheckNSError.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
MissingDealloc.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
NSPanel.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
NSString.m [analyzer] Migrate OSAtomicChecker to CheckerV2. 2011-02-28 01:27:02 +00:00
NSWindow.m [analyzer] Move the DeadStores checker out of the 'core' package. 2011-02-28 01:27:12 +00:00
NoReturn.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
ObjCProperties.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
ObjCRetSigs.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
PR2599.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
PR2978.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
PR3991.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
PR7218.c [analyzer] Migrate ReturnUndefChecker to CheckerV2. 2011-02-28 01:27:46 +00:00
additive-folding-range-constraints.c [analyzer] Remove '-analyzer-experimental-checks' flag. 2011-02-28 01:26:43 +00:00
additive-folding.c [analyzer] Migrate MallocChecker to CheckerV2. 2011-02-28 01:26:35 +00:00
analyze_display_progress.c Fix -analyze-display-progress (once again), this time with an additional regression test. 2010-06-25 20:59:24 +00:00
analyzer-stats.c [analyzer] Move the DeadStores checker out of the 'core' package. 2011-02-28 01:27:12 +00:00
array-struct-region.c [analyzer] Remove '-analyzer-experimental-checks' flag. 2011-02-28 01:26:43 +00:00
array-struct.c [analyzer] Use the new registration mechanism on some of the experimental internal checkers: 2011-02-15 22:55:20 +00:00
auto-obj-dtors-cfg-output.cpp Add -fcxx-exceptions to all tests that use C++ exceptions. 2011-02-28 00:40:07 +00:00
base-init.cpp CXXBaseObjectRegion is like FieldRegion. Need to blast through it when 2011-01-13 12:46:31 +00:00
blocks.m [analyzer] Migrate UndefCapturedBlockVarChecker to CheckerV2. 2011-02-28 01:27:26 +00:00
bstring.c [analyzer] Remove '-analyzer-experimental-checks' flag. 2011-02-28 01:26:43 +00:00
casts.c [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
casts.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
cfref_PR2519.c [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
cfref_rdar6080742.c [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
chroot.c [analyzer] Use the new registration mechanism on some of the experimental checks. These are: 2011-02-15 21:25:03 +00:00
complex.c [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
concrete-address.c [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
conditional-op-missing-lhs.c [analyzer] Move the DeadStores checker out of the 'core' package. 2011-02-28 01:27:12 +00:00
constant-folding.c [analyzer] Remove '-analyzer-experimental-checks' flag. 2011-02-28 01:26:43 +00:00
cxx-crashes.cpp [analyzer] Fix crash when analyzing C++ code. 2011-02-19 08:03:18 +00:00
dead-stores.c [analyzer] Move the DeadStores checker out of the 'core' package. 2011-02-28 01:27:12 +00:00
dead-stores.cpp [analyzer] Move the DeadStores checker out of the 'core' package. 2011-02-28 01:27:12 +00:00
dead-stores.m [analyzer] Move the DeadStores checker out of the 'core' package. 2011-02-28 01:27:12 +00:00
delegates.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
derived-to-base.cpp Regionstore: support derived-to-base cast by creating a CXXBaseObjectRegion. 2010-11-26 08:21:53 +00:00
dtor.cpp Handle CFGAutomaticObjDtor. 2010-11-20 06:53:12 +00:00
dtors-in-dtor-cfg-output.cpp [analyzer] Use the new registration mechanism for the debugging info "checks". 2011-02-17 21:39:39 +00:00
elementtype.c [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
exercise-ps.c [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
fields.c [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
flat-store.c Improve flat store: MemRegion::getAsOffset() computes a region's offset within 2010-08-02 04:56:14 +00:00
free.c [analyzer] Migrate BuiltinFunctionChecker to CheckerV2. 2011-02-28 01:27:07 +00:00
func.c [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
idempotent-operations-limited-loops.c [analyzer] Use the new registration mechanism on the IdempotentOperationChecker. 2011-02-15 22:55:14 +00:00
idempotent-operations.c [analyzer] Use the new registration mechanism on the IdempotentOperationChecker. 2011-02-15 22:55:14 +00:00
idempotent-operations.cpp [analyzer] Use the new registration mechanism on the IdempotentOperationChecker. 2011-02-15 22:55:14 +00:00
idempotent-operations.m [analyzer] Use the new registration mechanism on the IdempotentOperationChecker. 2011-02-15 22:55:14 +00:00
initializer.cpp Handle member initializer in C++ ctor. 2010-11-16 07:52:17 +00:00
initializers-cfg-output.cpp [analyzer] Use the new registration mechanism for the debugging info "checks". 2011-02-17 21:39:39 +00:00
inline.c Teach RegionStore::EnterStackFrame() to handle 2011-01-14 20:29:43 +00:00
inline2.c Turn -analyzer-inline-call on for C functions. This also fixed a bug that 2010-05-06 03:38:27 +00:00
inline3.c Turn -analyzer-inline-call on for C functions. This also fixed a bug that 2010-05-06 03:38:27 +00:00
inline4.c Turn -analyzer-inline-call on for C functions. This also fixed a bug that 2010-05-06 03:38:27 +00:00
lvalue.cpp In C++, assignment and compound assignment operators return an lvalue. 2011-01-10 03:54:19 +00:00
malloc.c [analyzer] Migrate UndefinedAssignmentChecker to CheckerV2. 2011-02-28 01:27:37 +00:00
method-call.cpp [analyzer] Disable a test until inlining CXXConstructExprs is fully investigated. 2011-02-19 01:08:37 +00:00
misc-ps-64.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
misc-ps-basic-store.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
misc-ps-eager-assume.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
misc-ps-flat-store.c Add support for binding and retrieving VarRegions in flat store. 2010-02-08 05:40:07 +00:00
misc-ps-ranges.m [analyzer] Migrate ReturnUndefChecker to CheckerV2. 2011-02-28 01:27:46 +00:00
misc-ps-region-store-i386.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
misc-ps-region-store-x86_64.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
misc-ps-region-store.cpp [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
misc-ps-region-store.m [analyzer] Migrate UndefResultChecker to CheckerV2. 2011-02-28 01:27:22 +00:00
misc-ps-region-store.mm [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
misc-ps.m [analyzer] Migrate NoReturnFunctionChecker to CheckerV2. 2011-02-28 01:27:17 +00:00
new.cpp [analyzer] Migrate UndefBranchChecker to CheckerV2. 2011-02-28 01:27:33 +00:00
nil-receiver-undefined-larger-than-voidptr-ret-region.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
nil-receiver-undefined-larger-than-voidptr-ret.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
no-exit-cfg.c [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
no-outofbounds.c [analyzer] Migrate MallocChecker to CheckerV2. 2011-02-28 01:26:35 +00:00
null-deref-ps-region.c [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
null-deref-ps.c [analyzer] Migrate AttrNonNullChecker to CheckerV2. 2011-02-28 01:28:01 +00:00
operator-calls.cpp [analyzer] Remove '-analyzer-experimental-checks' flag. 2011-02-28 01:26:43 +00:00
out-of-bounds.c [analyzer] Migrate ArrayBoundCheckerV2 to CheckerV2. 2011-02-28 01:26:57 +00:00
outofbound.c [analyzer] Migrate BuiltinFunctionChecker to CheckerV2. 2011-02-28 01:27:07 +00:00
override-werror.c [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
plist-output-alternate.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
plist-output.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
pr4209.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
pr_2542_rdar_6793404.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
pr_4164.c [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
properties.m [analyzer] Fix crash when handling dot syntax on 'super'. 2011-01-27 16:17:11 +00:00
ptr-arith.c Allow passing a list of comma separated checker names to -analyzer-checker, e.g: 2011-02-24 08:42:20 +00:00
rdar-6442306-1.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
rdar-6540084.m [analyzer] Move the DeadStores checker out of the 'core' package. 2011-02-28 01:27:12 +00:00
rdar-6541136-region.c [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
rdar-6541136.c [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
rdar-6562655.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
rdar-6582778-basic-store.c [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
rdar-6600344-nil-receiver-undefined-struct-ret.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
rdar-7168531.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
refcnt_naming.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
reference.cpp [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
region-1.m [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. 2011-02-24 21:43:08 +00:00
retain-release-basic-store.m Implement a warning for known shift overflows on constant shift 2011-02-23 23:34:11 +00:00
retain-release-gc-only.m Implement a warning for known shift overflows on constant shift 2011-02-23 23:34:11 +00:00
retain-release-region-store.m Implement a warning for known shift overflows on constant shift 2011-02-23 23:34:11 +00:00
retain-release.m [analyzer] Migrate NoReturnFunctionChecker to CheckerV2. 2011-02-28 01:27:17 +00:00
security-syntax-checks-no-emit.c [analyzer] Use the new registration mechanism on the non-path-sensitive-checkers: 2011-02-17 21:39:33 +00:00
security-syntax-checks.m [analyzer] Use the new registration mechanism on the non-path-sensitive-checkers: 2011-02-17 21:39:33 +00:00
self-init.m [analyzer] Overhauling of the checker registration mechanism. 2011-02-14 18:13:31 +00:00
sizeofpointer.c [analyzer] Use the new registration mechanism on the non-path-sensitive-checkers: 2011-02-17 21:39:33 +00:00
stack-addr-ps.c [analyzer] Migrate BuiltinFunctionChecker to CheckerV2. 2011-02-28 01:27:07 +00:00
stack-addr-ps.cpp Follow through references to catch returned stack addresses, local blocks, label addresses or references to temporaries, e.g: 2010-11-30 22:57:32 +00:00
stackaddrleak.c [analyzer] Migrate BuiltinFunctionChecker to CheckerV2. 2011-02-28 01:27:07 +00:00
stream.c [analyzer] Use the new registration mechanism on some of the experimental checks. These are: 2011-02-15 21:25:03 +00:00
string.c Allow passing a list of comma separated checker names to -analyzer-checker, e.g: 2011-02-24 08:42:20 +00:00
temp-obj-dtors-cfg-output.cpp [analyzer] Use the new registration mechanism for the debugging info "checks". 2011-02-17 21:39:39 +00:00
undef-buffers.c [analyzer] Migrate UndefinedAssignmentChecker to CheckerV2. 2011-02-28 01:27:37 +00:00
uninit-msg-expr.m Clean up obtuse wording of checker diagnostic of using an uninitialized value in a function call. 2010-09-09 22:51:55 +00:00
uninit-ps-rdar6145427.m Clean up obtuse wording of checker diagnostic of using an uninitialized value in a function call. 2010-09-09 22:51:55 +00:00
uninit-vals-ps-region.m [analyzer] Migrate UndefResultChecker to CheckerV2. 2011-02-28 01:27:22 +00:00
uninit-vals-ps.c [analyzer] Migrate UndefResultChecker to CheckerV2. 2011-02-28 01:27:22 +00:00
uninit-vals.c make clang print types as "const int *" instead of "int const*", 2010-09-05 00:04:01 +00:00
uninit-vals.m Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'. 2010-02-05 02:06:54 +00:00
unions-region.m Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'. 2010-02-05 02:06:54 +00:00
unix-fns.c Allow passing a list of comma separated checker names to -analyzer-checker, e.g: 2011-02-24 08:42:20 +00:00
unreachable-code-path.c [analyzer] Move the DeadStores checker out of the 'core' package. 2011-02-28 01:27:12 +00:00
unused-ivars.m [analyzer] Use the new registration mechanism on the non-path-sensitive-checkers: 2011-02-17 21:39:33 +00:00