.. |
Inputs
|
[analyzer] Assume escape is possible through system functions taking void*
|
2015-10-27 20:19:45 +00:00 |
diagnostics
|
[analyzer] Bug identification
|
2015-10-22 11:53:04 +00:00 |
engine
|
…
|
|
inlining
|
Attempt to fix build bot test failures.
|
2015-10-22 13:23:18 +00:00 |
objc
|
…
|
|
CFContainers-invalid.c
|
…
|
|
CFContainers.mm
|
[analyzer] Remove ObjCContainersChecker size information when a CFMutableArrayRef escapes
|
2015-06-15 01:00:42 +00:00 |
CFDateGC.m
|
…
|
|
CFNumber.c
|
…
|
|
CFRetainRelease_NSAssertionHandler.m
|
…
|
|
CGColorSpace.c
|
…
|
|
CheckNSError.m
|
…
|
|
DynamicTypePropagation.m
|
[Static Analyzer] Use generics related information to infer dynamic types.
|
2015-09-18 16:43:27 +00:00 |
Malloc+MismatchedDeallocator+NewDelete.cpp
|
Detect uses of mismatching forms of 'new' and 'delete'
|
2015-05-18 19:59:11 +00:00 |
Malloc+MismatchedDeallocator_intersections.cpp
|
[analyzer] This implements potential undefbehavior.ZeroAllocDereference checker.
|
2015-04-14 14:18:04 +00:00 |
Malloc+NewDelete_intersections.cpp
|
…
|
|
MismatchedDeallocator-checker-test.mm
|
Detect uses of mismatching forms of 'new' and 'delete'
|
2015-05-18 19:59:11 +00:00 |
MismatchedDeallocator-path-notes.cpp
|
[analyzer] Bug identification
|
2015-10-22 11:53:04 +00:00 |
MissingDealloc.m
|
…
|
|
NSContainers.m
|
[analyzer] Skip Pre/Post handlers for ObjC calls when receiver is nil.
|
2015-09-15 01:13:53 +00:00 |
NSPanel.m
|
…
|
|
NSString.m
|
…
|
|
NSWindow.m
|
…
|
|
NewDelete+MismatchedDeallocator_intersections.cpp
|
…
|
|
NewDelete-checker-test.cpp
|
[analyzer] This implements potential undefbehavior.ZeroAllocDereference checker.
|
2015-04-14 14:18:04 +00:00 |
NewDelete-custom.cpp
|
…
|
|
NewDelete-intersections.mm
|
[analyzer] This implements potential undefbehavior.ZeroAllocDereference checker.
|
2015-04-14 14:18:04 +00:00 |
NewDelete-path-notes.cpp
|
[analyzer] Bug identification
|
2015-10-22 11:53:04 +00:00 |
NewDelete-variadic.cpp
|
…
|
|
NewDeleteLeaks-PR18394.cpp
|
…
|
|
NewDeleteLeaks-PR19102.cpp
|
…
|
|
NoReturn.m
|
…
|
|
OSAtomic_mac.cpp
|
…
|
|
ObjCProperties.m
|
…
|
|
ObjCRetSigs.m
|
[Static Analyzer] Some tests do not turn on core checkers. Running the analyzers without the core checkers is not supported.
|
2015-07-24 03:25:13 +00:00 |
PR2599.m
|
Update tests touched by r249656
|
2015-10-08 06:31:22 +00:00 |
PR2978.m
|
[Static Analyzer] Some tests do not turn on core checkers. Running the analyzers without the core checkers is not supported.
|
2015-07-24 03:25:13 +00:00 |
PR3991.m
|
…
|
|
PR7218.c
|
…
|
|
PR9741.cpp
|
…
|
|
PR12905.c
|
…
|
|
PR24184.cpp
|
[analyzer] Add generateErrorNode() APIs to CheckerContext.
|
2015-09-16 22:03:05 +00:00 |
additive-folding-range-constraints.c
|
…
|
|
additive-folding.cpp
|
…
|
|
analyzeOneFunction.m
|
…
|
|
analyze_display_progress.c
|
…
|
|
analyzer-checker-config.c
|
[Static Analyzer] Basic per checker command line option validation.
|
2015-07-09 21:43:45 +00:00 |
analyzer-config.c
|
Reapply r251621 "[Analyzer] Widening loops which do not exit"
|
2015-10-30 15:23:57 +00:00 |
analyzer-config.cpp
|
Reapply r251621 "[Analyzer] Widening loops which do not exit"
|
2015-10-30 15:23:57 +00:00 |
analyzer-stats.c
|
…
|
|
array-struct-region.c
|
…
|
|
array-struct-region.cpp
|
…
|
|
array-struct.c
|
…
|
|
auto-obj-dtors-cfg-output.cpp
|
…
|
|
base-init.cpp
|
…
|
|
bitwise-ops.c
|
…
|
|
blocks-no-inline.c
|
…
|
|
blocks.m
|
[analyzer] When forced to fake a block type, do it correctly.
|
2015-07-10 21:41:59 +00:00 |
bool-assignment.c
|
…
|
|
bstring.c
|
…
|
|
bug_hash_test.cpp
|
[analyzer] Bug identification
|
2015-10-22 11:53:04 +00:00 |
bug_hash_test.m
|
[analyzer] Bug identification
|
2015-10-22 11:53:04 +00:00 |
builtin-functions.cpp
|
…
|
|
call-invalidation.cpp
|
…
|
|
casts.c
|
…
|
|
casts.cpp
|
…
|
|
casts.m
|
…
|
|
cfg.cpp
|
…
|
|
cfref_PR2519.c
|
…
|
|
cfref_rdar6080742.c
|
…
|
|
check-deserialization.cpp
|
…
|
|
checker-plugins.c
|
…
|
|
chroot.c
|
…
|
|
comparison-implicit-casts.cpp
|
…
|
|
complex-init-list.cpp
|
…
|
|
complex.c
|
…
|
|
concrete-address.c
|
…
|
|
conditional-operator.cpp
|
…
|
|
conditional-path-notes.c
|
[analyzer] Bug identification
|
2015-10-22 11:53:04 +00:00 |
const-method-call.cpp
|
[analyzer] Don’t invalidate CXXThis when conservatively evaluating const methods (PR 21606)
|
2015-10-13 22:20:52 +00:00 |
constant-folding.c
|
…
|
|
coverage.c
|
…
|
|
crash-trace.c
|
…
|
|
cstring-syntax-cxx.cpp
|
…
|
|
cstring-syntax.c
|
…
|
|
ctor.mm
|
…
|
|
cxx-crashes.cpp
|
…
|
|
cxx-for-range-cfg.cpp
|
…
|
|
cxx-for-range.cpp
|
[analyzer] Bug identification
|
2015-10-22 11:53:04 +00:00 |
cxx-method-names.cpp
|
…
|
|
cxx11-crashes.cpp
|
…
|
|
dead-stores.c
|
…
|
|
dead-stores.cpp
|
[Static Analyzer] Lambda support.
|
2015-09-11 16:55:01 +00:00 |
dead-stores.m
|
Update mailing list references to lists.llvm.org
|
2015-08-05 03:55:23 +00:00 |
debug-CallGraph.c
|
…
|
|
default-analyze.m
|
…
|
|
default-diagnostic-visitors.c
|
…
|
|
delayed-template-parsing-crash.cpp
|
Do not crash when static analysis encounters a FunctionDecl that has a delayed template parse of its body.
|
2015-08-20 21:27:35 +00:00 |
delegates.m
|
…
|
|
derived-to-base.cpp
|
…
|
|
designated-initializer.c
|
Implementing C99 partial re-initialization behavior (DR-253)
|
2015-06-10 00:27:52 +00:00 |
disable-all-checks.c
|
…
|
|
div-zero.cpp
|
…
|
|
division-by-zero.c
|
Fix a crash by division by zero in analyzer
|
2015-06-25 14:06:02 +00:00 |
domtest.c
|
…
|
|
dtor-cxx11.cpp
|
…
|
|
dtor.cpp
|
Analyzer: Teach analyzer how to handle TypeTraitExpr
|
2015-09-22 19:33:15 +00:00 |
dtors-in-dtor-cfg-output.cpp
|
…
|
|
dynamic-cast.cpp
|
…
|
|
dynamic_type_check.m
|
[Static Analyzer] Fixed a false positive case in DynamicTypeChecker when dealing with forward declarations.
|
2015-09-18 23:38:57 +00:00 |
edges-new.mm
|
[analyzer] Bug identification
|
2015-10-22 11:53:04 +00:00 |
elementtype.c
|
…
|
|
enum.cpp
|
…
|
|
exceptions.mm
|
…
|
|
exercise-ps.c
|
…
|
|
fields.c
|
…
|
|
free.c
|
…
|
|
func.c
|
…
|
|
generics.m
|
[analyzer] Bug identification
|
2015-10-22 11:53:04 +00:00 |
global-region-invalidation.c
|
…
|
|
global_region_invalidation.mm
|
…
|
|
html-diags-multifile.c
|
…
|
|
html-diags-multifile.h
|
…
|
|
html-diags.c
|
…
|
|
identical-expressions.cpp
|
[Static Analyzer] Warn when inner and outer conditions are identical. The inner condition is always true.
|
2015-08-10 07:18:29 +00:00 |
initializer.cpp
|
…
|
|
initializers-cfg-output.cpp
|
…
|
|
inline-not-supported.c
|
…
|
|
inline-plist.c
|
[analyzer] Bug identification
|
2015-10-22 11:53:04 +00:00 |
inline-unique-reports.c
|
[analyzer] Bug identification
|
2015-10-22 11:53:04 +00:00 |
inline.c
|
…
|
|
inline.cpp
|
…
|
|
inline2.c
|
…
|
|
inline3.c
|
…
|
|
inline4.c
|
…
|
|
ivars.m
|
…
|
|
keychainAPI-diagnostic-visitor.m
|
…
|
|
keychainAPI.m
|
…
|
|
kmalloc-linux.c
|
…
|
|
lambda-notes.cpp
|
[analyzer] Bug identification
|
2015-10-22 11:53:04 +00:00 |
lambdas.cpp
|
[analyzer] Fix lambdas that are capturing constants.
|
2015-10-27 13:46:39 +00:00 |
lit.local.cfg
|
…
|
|
live-variables.cpp
|
…
|
|
live-variables.m
|
…
|
|
localization-aggressive.m
|
[analyzer] Improve localizability checks for iOS / OS X.
|
2015-09-23 21:43:21 +00:00 |
localization.m
|
[analyzer] Improve localizability checks for iOS / OS X.
|
2015-09-23 21:43:21 +00:00 |
logical-ops.c
|
…
|
|
loop-widening.c
|
Reapply r251621 "[Analyzer] Widening loops which do not exit"
|
2015-10-30 15:23:57 +00:00 |
lvalue.cpp
|
…
|
|
malloc-annotations.c
|
…
|
|
malloc-interprocedural.c
|
…
|
|
malloc-overflow.c
|
[analyzer] Discard malloc-overflow bug-report when a known size is malloc'ed.
|
2015-09-23 23:27:55 +00:00 |
malloc-overflow.cpp
|
…
|
|
malloc-overflow2.c
|
clang/test/Analysis/malloc-overflow2.c: Appease 32-bit targets.
|
2015-09-24 02:49:00 +00:00 |
malloc-plist.c
|
[analyzer] Bug identification
|
2015-10-22 11:53:04 +00:00 |
malloc-protoype.c
|
…
|
|
malloc-sizeof.c
|
…
|
|
malloc-sizeof.cpp
|
…
|
|
malloc-three-arg.c
|
…
|
|
malloc.c
|
[analyzer] Assume escape is possible through system functions taking void*
|
2015-10-27 20:19:45 +00:00 |
malloc.cpp
|
…
|
|
malloc.m
|
…
|
|
malloc.mm
|
…
|
|
member-expr.cpp
|
…
|
|
method-arg-decay.m
|
…
|
|
method-call-intra-p.cpp
|
…
|
|
method-call-path-notes.cpp
|
[analyzer] Bug identification
|
2015-10-22 11:53:04 +00:00 |
method-call.cpp
|
…
|
|
misc-ps-64.m
|
…
|
|
misc-ps-arm.m
|
…
|
|
misc-ps-cxx0x.cpp
|
…
|
|
misc-ps-eager-assume.m
|
…
|
|
misc-ps-ranges.m
|
…
|
|
misc-ps-region-store-i386.m
|
…
|
|
misc-ps-region-store-x86_64.m
|
…
|
|
misc-ps-region-store.cpp
|
…
|
|
misc-ps-region-store.m
|
…
|
|
misc-ps-region-store.mm
|
…
|
|
misc-ps.c
|
…
|
|
misc-ps.m
|
…
|
|
model-file.cpp
|
[analyzer] Bug identification
|
2015-10-22 11:53:04 +00:00 |
new-with-exceptions.cpp
|
…
|
|
new.cpp
|
…
|
|
nil-receiver-undefined-larger-than-voidptr-ret-region.m
|
…
|
|
nil-receiver-undefined-larger-than-voidptr-ret.m
|
…
|
|
no-exit-cfg.c
|
…
|
|
no-outofbounds.c
|
…
|
|
nonnull.m
|
…
|
|
null-deref-path-notes.m
|
[analyzer] Bug identification
|
2015-10-22 11:53:04 +00:00 |
null-deref-ps-region.c
|
…
|
|
null-deref-ps.c
|
…
|
|
nullability.mm
|
[Static Analyzer] Moving nullability checkers out of alpha.
|
2015-09-14 18:48:55 +00:00 |
nullability_nullonly.mm
|
[Static Analyzer] Moving nullability checkers out of alpha.
|
2015-09-14 18:48:55 +00:00 |
nullptr.cpp
|
…
|
|
objc-arc.m
|
[analyzer] Bug identification
|
2015-10-22 11:53:04 +00:00 |
objc-bool.m
|
…
|
|
objc-boxing.m
|
…
|
|
objc-for.m
|
…
|
|
objc-message.m
|
[analyzer] Skip Pre/Post handlers for ObjC calls when receiver is nil.
|
2015-09-15 01:13:53 +00:00 |
objc-method-coverage.m
|
…
|
|
objc-properties.m
|
…
|
|
objc-radar17039661.m
|
…
|
|
objc-string.mm
|
…
|
|
objc-subscript.m
|
…
|
|
objc_invalidation.m
|
…
|
|
operator-calls.cpp
|
…
|
|
out-of-bounds.c
|
…
|
|
outofbound-notwork.c
|
…
|
|
outofbound.c
|
…
|
|
override-werror.c
|
…
|
|
plist-html-macros.c
|
…
|
|
plist-macros.cpp
|
[analyzer] Bug identification
|
2015-10-22 11:53:04 +00:00 |
plist-output-alternate.m
|
[analyzer] Bug identification
|
2015-10-22 11:53:04 +00:00 |
plist-output.m
|
[analyzer] Bug identification
|
2015-10-22 11:53:04 +00:00 |
pointer-to-member.cpp
|
…
|
|
pr4209.m
|
…
|
|
pr22954.c
|
[analyzer] When memcpy'ing into a fixed-size array, do not invalidate entire region.
|
2015-09-24 16:52:56 +00:00 |
pr_2542_rdar_6793404.m
|
…
|
|
pr_4164.c
|
…
|
|
properties.m
|
[analyzer] Add test for previous commit.
|
2015-03-30 20:18:04 +00:00 |
properties.mm
|
…
|
|
pthreadlock.c
|
…
|
|
ptr-arith.c
|
[analyzer] A fix for substraction of an integer from a pointer.
|
2015-09-18 19:13:22 +00:00 |
ptr-arith.cpp
|
…
|
|
rdar-6442306-1.m
|
…
|
|
rdar-6540084.m
|
[Static Analyzer] Some tests do not turn on core checkers. Running the analyzers without the core checkers is not supported.
|
2015-07-24 03:25:13 +00:00 |
rdar-6541136-region.c
|
…
|
|
rdar-6562655.m
|
…
|
|
rdar-6600344-nil-receiver-undefined-struct-ret.m
|
…
|
|
rdar-7168531.m
|
…
|
|
redefined_system.c
|
…
|
|
refcnt_naming.m
|
…
|
|
reference.cpp
|
…
|
|
reference.mm
|
…
|
|
region-1.m
|
…
|
|
region-store.c
|
…
|
|
region-store.cpp
|
…
|
|
reinterpret-cast.cpp
|
…
|
|
retain-release-cache-out.m
|
…
|
|
retain-release-cf-audited.m
|
…
|
|
retain-release-gc-only.m
|
Update tests touched by r249656
|
2015-10-08 06:31:22 +00:00 |
retain-release-inline.m
|
…
|
|
retain-release-path-notes-gc.m
|
[analyzer] Bug identification
|
2015-10-22 11:53:04 +00:00 |
retain-release-path-notes.m
|
[analyzer] Bug identification
|
2015-10-22 11:53:04 +00:00 |
retain-release-region-store.m
|
Update tests touched by r249656
|
2015-10-08 06:31:22 +00:00 |
retain-release.m
|
Replace __double_underscored type nullability qualifiers with _Uppercase_underscored
|
2015-06-24 22:02:08 +00:00 |
retain-release.mm
|
…
|
|
security-syntax-checks-no-emit.c
|
…
|
|
security-syntax-checks.m
|
…
|
|
self-init.m
|
…
|
|
shallow-mode.m
|
…
|
|
simple-stream-checks.c
|
…
|
|
sizeofpointer.c
|
…
|
|
stack-addr-ps.c
|
…
|
|
stack-addr-ps.cpp
|
…
|
|
stack-block-returned.cpp
|
…
|
|
stackaddrleak.c
|
…
|
|
static_local.m
|
…
|
|
stats.c
|
…
|
|
stream.c
|
…
|
|
string-fail.c
|
…
|
|
string.c
|
…
|
|
superclass.m
|
[analyzer] Don't issue alarm in ObjCSuperCallChecker for the super class itself.
|
2015-08-08 01:31:51 +00:00 |
svalbuilder-logic.c
|
…
|
|
switch-case.c
|
[analyzer] Create one state for a range switch case instead of multiple.
|
2015-09-22 20:31:19 +00:00 |
taint-generic.c
|
…
|
|
taint-tester.c
|
…
|
|
taint-tester.cpp
|
…
|
|
taint-tester.m
|
…
|
|
temp-obj-dtors-cfg-output.cpp
|
[Tests] Modified Lit Tests to be C++11 compatibile
|
2015-08-27 18:49:15 +00:00 |
templates.cpp
|
…
|
|
temporaries.cpp
|
[Static Analyzer] Lambda support.
|
2015-09-11 16:55:01 +00:00 |
test-after-div-zero.c
|
…
|
|
test-include-cpp.cpp
|
[static analyzer] Analyzer is skipping forward declared C/C++ functions
|
2015-06-26 17:42:58 +00:00 |
test-include-cpp.h
|
[static analyzer] Analyzer is skipping forward declared C/C++ functions
|
2015-06-26 17:42:58 +00:00 |
test-include.c
|
[static analyzer] Analyzer is skipping forward declared C/C++ functions
|
2015-06-26 17:42:58 +00:00 |
test-include.h
|
[static analyzer] Analyzer is skipping forward declared C/C++ functions
|
2015-06-26 17:42:58 +00:00 |
test-objc-non-nil-return-value-checker.m
|
…
|
|
test-variably-modified-types.c
|
…
|
|
traversal-algorithm.mm
|
…
|
|
traversal-path-unification.c
|
…
|
|
ubigraph-viz.cpp
|
Analyzer: Fix a crasher in UbigraphViz
|
2015-09-18 21:54:47 +00:00 |
undef-buffers.c
|
…
|
|
uninit-const.c
|
…
|
|
uninit-const.cpp
|
…
|
|
uninit-msg-expr.m
|
…
|
|
uninit-ps-rdar6145427.m
|
…
|
|
uninit-sometimes.cpp
|
…
|
|
uninit-vals-ps-region.m
|
…
|
|
uninit-vals-ps.c
|
…
|
|
uninit-vals.m
|
…
|
|
unions-region.m
|
…
|
|
unions.cpp
|
…
|
|
unix-api.c
|
…
|
|
unix-fns.c
|
[analyzer] Bug identification
|
2015-10-22 11:53:04 +00:00 |
unreachable-code-path.c
|
…
|
|
unused-ivars.m
|
…
|
|
variadic-method-types.m
|
…
|
|
virtualcall.cpp
|
…
|
|
virtualcall.h
|
…
|
|
vla.c
|
…
|
|
weak-functions.c
|
…
|
|