llvm/clang/test/Analysis
Stephan Bergmann 7a5184ed95 [scan-build] Fix clang++ pathname again
e00629f777 "[scan-build] Fix clang++ pathname" had
removed the -MAJOR.MINOR suffix, but since presumably LLVM 7 the suffix is only
-MAJOR, so ClangCXX (i.e., the CLANG_CXX environment variable passed to
clang/tools/scan-build/libexec/ccc-analyzer) now contained a non-existing
/path/to/clang-12++ (which apparently went largely unnoticed as
clang/tools/scan-build/libexec/ccc-analyzer falls back to just 'clang++' if the
executable denoted by CLANG_CXX does not exist).

For the new clang/test/Analysis/scan-build/cxx-name.test to be effective,
%scan-build must now take care to pass the clang executable's resolved pathname
(i.e., ending in .../clang-MAJOR rather than just .../clang) to --use-analyzer.

Differential Revision: https://reviews.llvm.org/D89481
2020-11-03 08:17:17 +01:00
..
cert
Checkers [Analyzer][WebKit] UncountedLocalVarsChecker 2020-09-22 11:05:04 -07:00
copypaste
diagnostics [analyzer] Add system header simulator a symmetric random access iterator operator+ 2020-07-17 14:36:43 +02:00
engine
exploded-graph-rewriter [analyzer] Remove forbidden characters from a filename for a graph dump on Windows 2020-06-22 17:27:20 +03:00
exploration_order
html_diagnostics
inlining [analyzer][RetainCount] Tie diagnostics to osx.cocoa.RetainCount rather then RetainCountBase, for the most part 2020-05-27 00:01:47 +02:00
Inputs [Analyzer] GNU named variadic macros in Plister 2020-09-21 15:38:28 -05:00
objc [analyzer][DirectIvarAssignment] Turn DirectIvarAssignmentForAnnotatedFunctions into a checker option 2020-05-19 15:41:43 +02:00
scan-build [scan-build] Fix clang++ pathname again 2020-11-03 08:17:17 +01:00
unified-sources
z3 [analyzer][z3] Use more elaborate Z3 variable names 2020-09-14 08:43:56 +02:00
_Bool-increment-decrement.c
a_flaky_crash.cpp A test commit as a new contributor to verify commit access is OK. 2020-05-04 21:36:18 +03:00
additive-folding-range-constraints.c
additive-folding.cpp
aggrinit-cfg-output.cpp
analyzeOneFunction.m
analyzer-checker-config.c
analyzer-checker-option-help.c
analyzer-config.c [analyzer] Add CTUImportCppThreshold for C++ files 2020-07-09 15:36:33 +02:00
analyzer-display-progress.cpp
analyzer-display-progress.m
analyzer-enabled-checkers.c [analyzer][StdLibraryFunctionsChecker] Elaborate the summary of fread and fwrite 2020-09-15 16:35:39 +02:00
analyzer-list-configs.c
analyzer-stats.c
analyzer_test.py
arc-zero-init.m
array-struct-region.c
array-struct-region.cpp
array-struct.c
asm-goto.cpp
asm.cpp
atomics.c
auto-obj-dtors-cfg-output.cpp
autoreleasewritechecker_test.m [analyzer] ObjCAutoreleaseWriteChecker: Support explicit autoreleasepools. 2020-06-03 19:06:04 +03:00
base-init.cpp
bitwise-ops.c
block-in-critical-section.cpp
block-in-critical-section.m
blocks-no-inline.c
blocks.m
blocks.mm
bool-assignment.c
bool-increment.cpp
bsd-string.c
bstring.c
bstring.cpp
bug_hash_test.cpp
bug_hash_test.m
builtin-functions.cpp
builtin_signbit.cpp
c11lock.c
call-and-message.c [analyzer][CallAndMessage] Add checker options for each bug type 2020-05-21 15:31:37 +02:00
call-and-message.cpp [analyzer][CallAndMessage] Add checker options for each bug type 2020-05-21 15:31:37 +02:00
call-and-message.m [analyzer][CallAndMessage] Add checker options for each bug type 2020-05-21 15:31:37 +02:00
call-and-message.mm [analyzer][CallAndMessage] Add checker options for each bug type 2020-05-21 15:31:37 +02:00
call-invalidation.cpp
call_once.cpp
cast-to-struct.cpp
cast-value-logic.cpp [analyzer] pr47037: CastValueChecker: Support for the new variadic isa<>. 2020-08-27 12:15:25 -07:00
cast-value-notes.cpp [analyzer] pr47037: CastValueChecker: Support for the new variadic isa<>. 2020-08-27 12:15:25 -07:00
cast-value-state-dump.cpp [analyzer] NFC: Store the pointee/referenced type for dynamic type tracking. 2020-08-27 12:15:23 -07:00
cast-value-weird.cpp
castexpr-callback.c
casts.c
casts.cpp
casts.m
CFContainers-invalid.c
CFContainers.mm
cfg-indirect-goto-determinism.cpp
cfg-openmp.cpp
cfg-rich-constructors.cpp
cfg-rich-constructors.mm
cfg.c
cfg.cpp CFG: Destroy temporaries in (a,b) expression in the correct order. 2020-08-05 14:52:53 -07:00
CFNumber.c
cfref_PR2519.c
cfref_rdar6080742.c
CFRetainRelease_NSAssertionHandler.m
CGColorSpace.c
check-analyzer-fixit.py
check-deserialization.cpp
checker-dependencies.c
checker-plugins.c [Support] Fix formatted_raw_ostream for UTF-8 2020-07-06 16:18:15 +01:00
CheckNSError.m
CheckThatArraySubsciptNodeIsNotCollected.cpp
chroot.c
class-object-state-dump.m
comparison-implicit-casts.cpp
complex-init-list.cpp
complex.c
compound-literals.c [analyzer] Allow bindings of the CompoundLiteralRegion 2020-05-28 14:11:57 +03:00
concrete-address.c
conditional-operator.cpp
conditional-path-notes.c
const-method-call.cpp
constant-folding.c [analyzer] Introduce reasoning about symbolic remainder operator 2020-05-28 18:56:38 +03:00
constraint_manager_conditions.cpp [analyzer] Reasoning about comparison expressions in RangeConstraintManager 2020-06-15 18:35:15 +03:00
constraint_manager_negate_difference.c [analyzer] Improved RangeSet::Negate support of unsigned ranges 2020-05-25 18:52:22 +03:00
container-modeling-no-aggressive-binary-operation-simplification-warn.cpp
container-modeling.cpp
conversion.c
copy-elision.cpp
copy-elision.mm
coverage.c
crash-trace.c
cstring-plist.c
cstring-ranges.c
cstring-syntax-cxx.cpp
cstring-syntax-weird.c
cstring-syntax-weird2.c
cstring-syntax.c
ctor.mm
ctu-different-triples.cpp [analyzer] On-demand parsing capability for CTU 2020-06-11 10:56:59 +02:00
ctu-hdr.h
ctu-implicit.c [ASTImporter] Add Visitor for TypedefNameDecl's 2020-07-28 11:52:29 -05:00
ctu-import-threshold.c [analyzer] Add CTUImportCppThreshold for C++ files 2020-07-09 15:36:33 +02:00
ctu-main.c [analyzer] On-demand parsing capability for CTU 2020-06-11 10:56:59 +02:00
ctu-main.cpp [analyzer] On-demand parsing capability for CTU 2020-06-11 10:56:59 +02:00
ctu-on-demand-parsing.c [analyzer] ctu-on-demand-parsing tests: replace linux -> system-linux 2020-07-13 14:29:47 +02:00
ctu-on-demand-parsing.cpp [analyzer] ctu-on-demand-parsing tests: replace linux -> system-linux 2020-07-13 14:29:47 +02:00
ctu-unknown-parts-in-triples.cpp [analyzer] On-demand parsing capability for CTU 2020-06-11 10:56:59 +02:00
cxx-callgraph.cpp
cxx-crashes.cpp
cxx-dynamic-memory-analysis-order.cpp [analyzer][NFC] Introduce CXXDeallocatorCall, deploy it in MallocChecker 2020-05-19 00:18:38 +02:00
cxx-for-range-cfg.cpp
cxx-for-range.cpp
cxx-inherited-ctor-init-expr.cpp
cxx-inherited-ctor-is-skipped-as-top-level.cpp
cxx-method-names.cpp
cxx-uninitialized-object-inheritance.cpp
cxx-uninitialized-object-no-dereference.cpp
cxx-uninitialized-object-notes-as-warnings.cpp
cxx-uninitialized-object-ptr-ref.cpp
cxx-uninitialized-object-unguarded-access.cpp
cxx-uninitialized-object-unionlike-constructs.cpp
cxx-uninitialized-object.cpp
cxx11-crashes.cpp
cxxctr-evalcall-analysis-order.cpp [analyzer] Enable constructor support in evalCall event. 2020-06-25 09:47:13 -07:00
cxxnewexpr-callback-inline.cpp
cxxnewexpr-callback-noinline.cpp
dead-stores.c
dead-stores.cpp
dead-stores.m
deadstores-driverkit.cpp
DeallocMissingRelease.m
DeallocUseAfterFreeErrors.m
debug-CallGraph.cpp
debug-container-modeling.cpp
debug-exprinspection-istainted.c
debug-iterator-modeling.cpp
default-analyze.m
default-diagnostic-visitors.c
delayed-template-parsing-crash.cpp
delegates.m
DeleteWithNonVirtualDtor.cpp
derived-to-base.cpp
designated-initializer-values.c
designated-initializer.c
disable-all-checks.c
dispatch-once.m
div-zero.cpp
division-by-zero.c
domtest.c
domtest.cpp
double-ranges-bug.c [analyzer] Refactor range inference for symbolic expressions 2020-05-28 18:54:52 +03:00
dtor-cxx11.cpp
dtor.cpp
dtors-in-dtor-cfg-output.cpp
dump_egraph.c
dump_egraph.cpp
dynamic-cast.cpp
dynamic_type_check.m
DynamicTypePropagation.m
edges-new.mm
egraph-asm-goto-no-crash.cpp
elementtype.c
end-function-return-stmt.cpp
enum-cast-out-of-range.c
enum-cast-out-of-range.cpp
enum.cpp
equality_tracking.c [analyzer][solver] Fix issue with symbol non-equality tracking 2020-09-21 16:59:18 +02:00
eval-predefined-exprs.cpp Revert "[SYCL] Implement __builtin_unique_stable_name." 2020-10-12 01:10:09 -04:00
exceptions.mm
exercise-ps.c [analyzer][CallAndMessage] Add checker options for each bug type 2020-05-21 15:31:37 +02:00
explain-svals.c [Analyzer] [NFC] Parameter Regions 2020-06-09 12:08:56 +02:00
explain-svals.cpp [Analyzer] Allow creation of stack frame for functions without definition 2020-06-09 12:08:57 +02:00
explain-svals.m [Analyzer] [NFC] Parameter Regions 2020-06-09 12:08:56 +02:00
expr-inspection.c
expr-inspection.cpp
fields.c
free.c
fuchsia_handle.cpp [analyzer] FuchsiaHandleChecker: Suppress a non-deterministic test failure. 2020-07-28 18:57:11 -07:00
fuchsia_lock.c
fuchsia_lock_impl.c
func-mapping-test.cpp
func.c
gcdantipatternchecker_test.m
generics.m
global-region-invalidation.c
global_region_invalidation.mm
globals.cpp
gmalloc.c
gtest.cpp
handle_constructors_for_default_arguments.cpp
handle_constructors_with_new_array.cpp
hangs.c [analyzer] Introduce reasoning about symbolic remainder operator 2020-05-28 18:56:38 +03:00
html-diag-singlefile.c
html-diag-singlefile.h
html-diags-analyze-headers.c
html-diags-analyze-headers.h
html-diags-multifile.c
html-diags-multifile.h
html-diags.c
identical-expressions.cpp
implicit-ctor-undef-value.cpp
incorrect-checker-names.cpp [analyzer][StackAddressEscape] Tie warnings to the diagnostic checkers rather then core.StackAddrEscapeBase 2020-05-20 02:26:40 +02:00
incorrect-checker-names.mm [analyzer][RetainCount] Tie diagnostics to osx.cocoa.RetainCount rather then RetainCountBase, for the most part 2020-05-27 00:01:47 +02:00
index-type.c
initialization.c
initialization.cpp
initializer.cpp
initializers-cfg-output.cpp
inline-if-constexpr.cpp
inline-not-supported.c
inline-plist.c
inline-unique-reports.c
inline.c
inline.cpp
inline2.c
inline3.c
inline4.c
inner-pointer.cpp
invalid-a-na-ly-zer-con-fig-value.c
invalid-analyzer-config-value.c
invalid-checker-option.c
invalid-deref.c [Analyzer] Improve invalid dereference bug reporting in DereferenceChecker. 2020-08-11 10:10:13 +02:00
invalidated-iterator.cpp [Analyzer] Handle pointer implemented as iterators in iterator checkers 2020-07-01 09:04:28 +02:00
iterator-modeling-no-aggressive-binary-operation-simplification-no-crash.cpp
iterator-modeling.cpp [analyzer] Model iterator random incrementation symmetrically 2020-08-04 11:04:12 +02:00
iterator-range.cpp [Analyzer] Hotfix for various crashes in iterator checkers 2020-07-16 20:49:33 +02:00
ivars.m
keychainAPI-diagnostic-visitor.m
keychainAPI.m
kmalloc-linux.c
lambda-notes.cpp
lambdas-generalized-capture.cpp
lambdas.cpp
lambdas.mm
left-shift-cxx2a.cpp
lifetime-cfg-output.cpp
lifetime-extension.cpp
lifetime-extension.mm
lit.local.cfg
live-bindings-test.cpp
live-stmts.cpp [analyzer][Liveness][NFC] Get rid of statement liveness, because such a thing doesn't exist 2020-09-15 17:43:02 +02:00
live-stmts.mm [analyzer][Liveness][NFC] Get rid of statement liveness, because such a thing doesn't exist 2020-09-15 17:43:02 +02:00
live-variables.cpp
live-variables.m
llvm-conventions.cpp
localization-aggressive.m
localization.m
logical-ops.c
loop-block-counts.c
loop-unrolling.cpp [analyzer] LoopUnrolling: fix crash when a parameter is a loop counter. 2020-05-22 16:14:48 +03:00
loop-widening-ignore-static-methods.cpp
loop-widening-notes.cpp
loop-widening-preserve-reference-type.cpp [analyzer] LoopWidening: fix crash by avoiding aliased references invalidation 2020-06-09 12:55:54 +03:00
loop-widening.c
loop-widening.cpp
loopexit-cfg-output.cpp
lvalue.cpp
main.c
main.cpp
Malloc+MismatchedDeallocator+NewDelete.cpp
Malloc+MismatchedDeallocator_intersections.cpp
malloc-annotations.c
malloc-annotations.cpp
malloc-custom.c
malloc-fnptr-plist.c
malloc-free-after-return.cpp
malloc-interprocedural.c
malloc-overflow.c
malloc-overflow.cpp
malloc-overflow2.c
malloc-plist.c
malloc-protoype.c
malloc-sizeof.c
malloc-sizeof.cpp
malloc-three-arg.c
malloc.c [Analyzer] Report every bug if only uniqueing location differs. 2020-07-15 12:19:25 +02:00
malloc.cpp [analyzer][MallocChecker] PR46253: Correctly recognize standard realloc 2020-06-16 17:50:06 +02:00
malloc.m
malloc.mm
max-nodes-suppress-on-sink.c
max-nodes-suppress-on-sink.cpp
member-expr.cpp
MemRegion.cpp
method-arg-decay.m
method-call-intra-p.cpp
method-call-path-notes.cpp
method-call.cpp
mig.mm
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 [analyzer][ReturnPtrRangeChecker] Fix a false positive on end() iterator 2020-11-02 16:41:17 +01:00
misc-ps-region-store.mm
misc-ps.c
misc-ps.m
mismatched-iterator.cpp [Analyzer] Handle pointer implemented as iterators in iterator checkers 2020-07-01 09:04:28 +02:00
MismatchedDeallocator-checker-test.mm
MismatchedDeallocator-path-notes.cpp
missing-bind-temporary.cpp
MissingDealloc.m
mmap-writeexec.c
model-file.cpp
more-dtors-cfg-output.cpp [Coroutines] Ensure co_await promise.final_suspend() does not throw 2020-06-22 15:01:42 -07:00
mpichecker.cpp
mpicheckernotes.cpp
MPIMock.h
mutually_exclusive_null_fp.cpp [analyzer][solver] Track symbol disequalities 2020-07-22 13:02:39 +03:00
new-aligned.cpp
new-ctor-conservative.cpp [analyzer] Enable constructor support in evalCall event. 2020-06-25 09:47:13 -07:00
new-ctor-inlined.cpp
new-ctor-malloc.cpp
new-ctor-null-throw.cpp
new-ctor-null.cpp
new-ctor-recursive.cpp
new-ctor-symbolic.cpp
new-dynamic-types.cpp
new-with-exceptions.cpp
new.cpp [analyzer][MallocChecker] Make NewDeleteLeaks depend on DynamicMemoryModeling rather than NewDelete 2020-05-27 00:03:53 +02:00
NewDelete+MismatchedDeallocator_intersections.cpp
NewDelete-atomics.cpp
NewDelete-checker-test.cpp [analyzer][MallocChecker] Make NewDeleteLeaks depend on DynamicMemoryModeling rather than NewDelete 2020-05-27 00:03:53 +02:00
NewDelete-custom.cpp
NewDelete-intersections.mm [analyzer][MallocChecker] Make NewDeleteLeaks depend on DynamicMemoryModeling rather than NewDelete 2020-05-27 00:03:53 +02:00
NewDelete-path-notes.cpp
NewDelete-sized-deallocation.cpp
NewDelete-variadic.cpp
NewDeleteLeaks-PR18394.cpp
NewDeleteLeaks-PR19102.cpp
nil-receiver-undefined-larger-than-voidptr-ret-region.m
nil-receiver-undefined-larger-than-voidptr-ret.m
nil-receiver.mm
no-exit-cfg.c
no-outofbounds.c
no-store-suppression.cpp
no-unreachable-dtors.cpp
non-diagnosable-assumptions.c
nonnull-global-constants.mm
nonnull.cpp
nonnull.m
nonnullparamchecker-crash.cpp
NoReturn.m
novoidtypecrash.c
NSContainers.m
NSPanel.m
NSString.m
NSWindow.m
null-deref-offsets.c
null-deref-path-notes.c
null-deref-path-notes.cpp
null-deref-path-notes.m
null-deref-ps-region.c
null-deref-ps.c
null-deref-static.m
nullability-arc.mm
nullability-no-arc.mm
nullability-notes.m
nullability.c
nullability.m
nullability.mm
nullability_nullonly.mm
nullptr.cpp
number-object-conversion.c
number-object-conversion.cpp
number-object-conversion.m
number-object-conversion.mm
objc-arc.m
objc-bool.m
objc-boxing.m
objc-encode.m
objc-for.m
objc-indirect-copy-restore.m [analyzer] Add support for ObjCIndirectCopyRestoreExpr. 2020-06-03 19:06:04 +03:00
objc-live-crash.mm [analyzer][NFC] Don't bind values to ObjCForCollectionStmt, replace it with a GDM trait 2020-09-11 15:58:48 +02:00
objc-message.m
objc-method-coverage.m
objc-properties.m
objc-radar17039661.m
objc-string.mm
objc-subscript.m
objc_invalidation.m
objcpp-uninitialized-object.mm
ObjCProperties.m
ObjCPropertiesSyntaxChecks.m
ObjCRetSigs.m
offsetofexpr-callback.c
openmp-unsupported.c
operator-calls.cpp
os_object_base.h
os_smart_ptr.h
OSAtomic_mac.c
OSAtomic_mac.cpp
osobject-retain-release.cpp
osobjectcstylecastchecker_test.cpp
out-of-bounds-new.cpp
out-of-bounds.c
outofbound-notwork.c
outofbound.c
override-werror.c
padding_c.c
padding_cpp.cpp
padding_inherit.cpp
padding_message.cpp
pch_crash.cpp [analyzer] Fix StdLibraryFunctionsChecker crash on macOS 2020-06-16 16:10:07 +03:00
placement-new-user-defined.cpp
placement-new.cpp [analyzer] Improve PlacementNewChecker 2020-05-14 15:50:39 +02:00
plist-diagnostics-template-function.cpp
plist-diagnostics-template-record.cpp
plist-html-macros.c
plist-macros-with-expansion-ctu.c
plist-macros-with-expansion.cpp [Analyzer] GNU named variadic macros in Plister 2020-09-21 15:38:28 -05:00
plist-macros.cpp
plist-output-alternate.m
plist-output.m
plist-stats-output.c
pointer-arithmetic.c
pointer-escape-on-conservative-calls.c
pointer-to-member.cpp [analyzer] Fix crash with pointer to members values 2020-08-13 18:03:59 +03:00
PR2978.m
PR3991.m
pr4209.m
PR7218.c
PR9741.cpp
PR12905.c
pr22954.c [Analyzer] Report every bug if only uniqueing location differs. 2020-07-15 12:19:25 +02:00
PR24184.cpp
PR35418.cpp [analyzer] Introduce reasoning about symbolic remainder operator 2020-05-28 18:56:38 +03:00
pr37802.cpp
PR37855.c
PR38208.c
PR40625.cpp [analyzer][CallAndMessage] Add checker options for each bug type 2020-05-21 15:31:37 +02:00
PR46264.cpp [analyzer] Fix crash with pointer to members values 2020-08-13 18:03:59 +03:00
pr_2542_rdar_6793404.m
pr_4164.c
preprocessor-setup.c
properties.m
properties.mm
pthreadlock.c
ptr-arith.c
ptr-arith.cpp
ptr-cmp-const-trunc.cl
ptr-iter.cpp
ptr-sort.cpp
qt_malloc.cpp
range_casts.c
rdar-6442306-1.m
rdar-6540084.m
rdar-6541136-region.c
rdar-6562655.m
rdar-6600344-nil-receiver-undefined-struct-ret.m
rdar-7168531.m
redecl.c
redefined_system.c
refcnt_naming.m
reference.cpp
region-1.m
region-store.c
region-store.cpp
region_store_overflow.c
reinterpret-cast.cpp
report-uniqueing.cpp [Analyzer] Remove inclusion of uniqueing decl from diagnostic profile. 2020-07-30 09:52:28 +02:00
retain-count-alloc.cpp
retain-release-arc.m
retain-release-cache-out.m
retain-release-cf-audited.m
retain-release-compound-literal.m [analyzer] Allow bindings of the CompoundLiteralRegion 2020-05-28 14:11:57 +03:00
retain-release-cpp-classes.cpp
retain-release-inline.m
retain-release-path-notes.m
retain-release-region-store.m
retain-release-safe.c
retain-release.m
retain-release.mm
retaincountchecker-compoundregion.m
return-ptr-range.cpp [analyzer][ReturnPtrRangeChecker] Fix a false positive on end() iterator 2020-11-02 16:41:17 +01:00
return-stmt-merge.cpp
return-value-guaranteed.cpp
rvo.cpp
scopes-cfg-output.cpp
security-syntax-checks-no-emit.c
security-syntax-checks-nscoder.m
security-syntax-checks.c
security-syntax-checks.m
self-assign.cpp
self-init.m
shallow-mode.m
show-checker-list.c
silence-checkers-and-packages-core-all.cpp
silence-checkers-and-packages-core-div-by-zero.cpp
simple-stream-checks.c
sizeofpack.cpp
sizeofpointer.c
smart-ptr-text-output.cpp [Analyzer] Fix for dereferece of smart pointer after branching on unknown inner pointer 2020-10-09 13:42:25 +02:00
smart-ptr.cpp [Analyzer] Fix for dereferece of smart pointer after branching on unknown inner pointer 2020-10-09 13:42:25 +02:00
SpecialFunctionsCFError.cpp
stack-addr-ps.c
stack-addr-ps.cpp
stack-block-returned.cpp
stack-capture-leak-arc.mm
stack-capture-leak-no-arc.mm
stack-frame-context-revision.cpp
stackaddrleak.c
static_local.m
stats.c
std-c-library-functions-arg-constraints.c [analyzer][StdLibraryFunctionsChecker] Elaborate the summary of fread and fwrite 2020-09-15 16:35:39 +02:00
std-c-library-functions-arg-constraints.cpp [analyzer] Don't allow hidden checkers to emit diagnostics 2020-07-06 15:34:51 +02:00
std-c-library-functions-arg-cstring-dependency.c [analyzer][StdLibraryFunctionsChecker] Remove strcasecmp 2020-09-10 12:29:39 +02:00
std-c-library-functions-arg-enabled-checkers.c [analyzer][StdLibraryFunctionsChecker] Have proper weak dependencies 2020-09-07 17:56:26 +02:00
std-c-library-functions-arg-weakdeps.c [analyzer][StdLibraryFunctionsChecker] Have proper weak dependencies 2020-09-07 17:56:26 +02:00
std-c-library-functions-eof.c
std-c-library-functions-inlined.c
std-c-library-functions-lookup.c [analyzer] StdLibraryFunctionsChecker: Add support to lookup types 2020-05-29 17:42:05 +02:00
std-c-library-functions-lookup.cpp [analyzer] StdLibraryFunctionsChecker: Add support to lookup types 2020-05-29 17:42:05 +02:00
std-c-library-functions-POSIX-lookup.c [analyzer][StdLibraryFunctionsChecker] Use Optionals throughout the summary API 2020-09-01 11:36:20 +02:00
std-c-library-functions-POSIX-socket-sockaddr.cpp [analyzer][StdLibraryFunctionsChecker] Add POSIX networking functions 2020-07-20 22:46:24 +02:00
std-c-library-functions-POSIX.c [analyzer][StdLibraryFunctionsChecker] Remove strcasecmp 2020-09-10 12:29:39 +02:00
std-c-library-functions-restrict.c [analyzer][StdLibraryFunctionsChecker] Do not match based on the restrict qualifier in C++ 2020-09-04 11:48:38 +02:00
std-c-library-functions-restrict.cpp [analyzer][StdLibraryFunctionsChecker] Do not match based on the restrict qualifier in C++ 2020-09-04 11:48:38 +02:00
std-c-library-functions-vs-stream-checker.c [analyzer][StdLibraryFunctionsChecker] Elaborate the summary of fread and fwrite 2020-09-15 16:35:39 +02:00
std-c-library-functions.c [analyzer][StdLibraryFunctionsChecker] Fix getline/getdelim signatures 2020-09-23 10:48:14 +02:00
std-c-library-functions.cpp
stl-algorithm-modeling-aggressive-std-find-modeling.cpp
stl-algorithm-modeling.cpp
stream-error.c [Analyzer][StreamChecker] Added check for "indeterminate file position". 2020-05-28 08:21:57 +02:00
stream-note.c [Analyzer][StreamChecker] Report every leak, clean up state. 2020-07-20 11:49:00 +02:00
stream.c [Analyzer][StreamChecker] Use BugType::SuppressOnSink at resource leak report. 2020-07-23 11:53:25 +02:00
stream.cpp [Analyzer][StreamChecker] Add note tags for file opening. 2020-06-22 11:15:35 +02:00
string-fail.c
string-with-signedness.c
string.c
string.cpp
structured_bindings.cpp
superclass.m
sval-dump-int128.c
svalbuilder-float-cast.c
svalbuilder-logic.c
svalbuilder-rearrange-comparisons.c
switch-case.c [analyzer] Generalize bitwise AND rules for ranges 2020-05-28 18:55:49 +03:00
symbol-escape.cpp
symbol-reaper.c
symbol-reaper.cpp
taint-diagnostic-visitor.c
taint-dumps.c
taint-generic.c
taint-generic.cpp
taint-tester.c
taint-tester.cpp
taint-tester.m
temp-obj-dtors-cfg-output.cpp
temp-obj-dtors-option.cpp
templates.cpp
temporaries-callback-order.cpp
temporaries.cpp [Analyzer] Allow creation of stack frame for functions without definition 2020-06-09 12:08:57 +02:00
temporaries.mm
test-after-div-zero.c
test-include-cpp.cpp
test-include-cpp.h
test-include.c
test-include.h
test-objc-non-nil-return-value-checker.m
test-separate-retaincount.cpp [analyzer][RetainCount] Tie diagnostics to osx.cocoa.RetainCount rather then RetainCountBase, for the most part 2020-05-27 00:01:47 +02:00
test-variably-modified-types.c
this-pointer.cpp
track-control-dependency-conditions.cpp
track-control-dependency-conditions.m
traversal-algorithm.mm
traversal-begin-end-function.c
traversal-path-unification.c
trustnonnullchecker_test.m
trustnonnullchecker_test.mm
undef-buffers.c
undef-call.c
uninit-asm-goto.cpp
uninit-bug-first-iteration-init.c [analyzer] Introduce reasoning about symbolic remainder operator 2020-05-28 18:56:38 +03:00
uninit-const.c [analyzer][CallAndMessage] Add checker options for each bug type 2020-05-21 15:31:37 +02:00
uninit-const.cpp [analyzer][CallAndMessage] Add checker options for each bug type 2020-05-21 15:31:37 +02:00
uninit-exhaustive-switch-bug.c [analyzer] Generalize bitwise AND rules for ranges 2020-05-28 18:55:49 +03:00
uninit-ps-rdar6145427.m
uninit-sometimes.cpp
uninit-val-const-likeness.c
uninit-vals-union.c
uninit-vals.c
uninit-vals.cpp
uninit-vals.m
unions-region.m
unions.cpp
unix-api.c
unix-api.cpp
unix-fns.c
unreachable-code-path.c
unsupported-types.c
unused-ivars.m
use-after-move.cpp [analyzer] pr47030: MoveChecker: Unforget a comma in the suppression list. 2020-08-07 10:39:28 -07:00
UserNullabilityAnnotations.m [analyzer] Fix crash for non-pointers annotated as nonnull 2020-05-13 13:36:49 +03:00
valist-as-lazycompound.c
valist-uninitialized-no-undef.c
valist-uninitialized.c
valist-unterminated.c
variadic-method-types.m
vector.m
vfork.c
virtualcall-fixits.cpp
virtualcall-plist.cpp
virtualcall.cpp
virtualcall.h
vla-overflow.c [Analyzer][VLASizeChecker] Check for VLA size overflow. 2020-05-19 09:44:46 +02:00
vla.c [analyzer] Ignore calculated indices of <= 0 in VLASizeChecker 2020-06-04 07:25:35 -05:00
weak-dependencies.c [analyzer] Don't allow hidden checkers to emit diagnostics 2020-07-06 15:34:51 +02:00
weak-functions.c
yaccignore.c
z3-crosscheck.c