summaryrefslogtreecommitdiff
path: root/clang/test/Analysis
Commit message (Expand)AuthorAgeFilesLines
* [clang][analyzer] Display buffer sizes in StdCLibraryFunctionArgs checkerBalázs Kéri2023-05-173-19/+19
* Revert "[clang] Show line numbers in diagnostic code snippets"Timm Bäder2023-05-161-4/+4
* [clang] Show line numbers in diagnostic code snippetsTimm Bäder2023-05-161-4/+4
* [analyzer] Fix QTimer::singleShot NewDeleteLeaks false positiveMichael Klein2023-05-162-0/+11
* [clang][analyzer] Handle special value AT_FDCWD in affected standard functionsBalázs Kéri2023-05-161-0/+25
* [clang][analyzer] Cleanup tests of StdCLibraryFunctionsChecker (NFC)Balázs Kéri2023-05-125-224/+236
* [analyzer] ArrayBoundCheckerV2: suppress false positives from ctype macrosDonát Nagy2023-05-031-0/+22
* [analyzer] Fix comparison logic in ArrayBoundCheckerV2Donát Nagy2023-04-261-4/+3
* [analyzer] Show taint origin and propagation correctlyDaniel Krupp2023-04-262-1/+80
* [clang][analyzer] Improve bug reports of StdLibraryFunctionsChecker.Balázs Kéri2023-04-127-93/+144
* [analyzer] Fix crashing getSValFromInitListExpr for nested initlistsBalazs Benics2023-03-221-0/+7
* [analyzer] Explicit cast on customized offsetof should not be ignored when ev...danix8002023-03-071-0/+22
* [analyzer] Remove the loop from the exploded graph caused by missing informat...isuckatcs2023-03-042-0/+46
* [analyzer] Remove unjustified assert from EquivalenceClass::simplifyBalazs Benics2023-02-171-0/+11
* [clang] fix -Wuninitialized for asm goto outputs on indirect edges.Nick Desaulniers2023-02-161-15/+32
* [clang][analyzer] Make messages of StdCLibraryFunctionsChecker user-friendlyBalázs Kéri2023-02-157-167/+207
* [llvm-driver] Reinvoke clang as described by llvm driver extra argsAlex Brachet2023-02-101-1/+3
* [analyzer] Fix crash exposed by D140059einvbri2023-01-261-0/+12
* [analyzer] Fix assertion failure in SMT conversion for unary operator on floatsTomasz Kamiński2023-01-261-2/+24
* Fix assertion failure "PathDiagnosticSpotPiece's must have a valid location."...Arseniy Zaostrovnykh2023-01-261-0/+11
* [analyzer][solver] Improve reasoning for not equal to operatorManas2023-01-251-7/+5
* [clang] Add ElaboratedType sugaring for types on implicit special membersBrad King2023-01-204-29/+29
* [analyzer] Don't escape local static memregions on bindBalazs Benics2023-01-121-0/+77
* [clang][analyzer] Remove report of null stream from StreamChecker.Balázs Kéri2023-01-096-89/+198
* [clang][analyzer] Extend StreamChecker with some new functions.Balázs Kéri2023-01-065-7/+522
* [clang][analyzer] Add stream related functions to StdLibraryFunctionsChecker.Balázs Kéri2023-01-063-6/+34
* [analyzer] Fix crash inside RangeConstraintManager.cpp introduced by D112621Balazs Benics2022-12-191-0/+11
* [clang] Convert tests to check 'target=...'Paul Robinson2022-12-151-1/+1
* [clang][analyzer] No new nodes when bug is detected in StdLibraryFunctionsChe...Balázs Kéri2022-12-141-0/+15
* [analyzer] Nullability: Enable analysis of non-inlined nullable objc properties.Paul Pelzl2022-12-121-0/+57
* [ZOS] Convert tests to check 'target={{.*}}-zos{{.*}}'Paul Robinson2022-12-121-1/+1
* [analyzer] Fix assertion in getAPSIntTypeeinvbri2022-12-111-0/+65
* [analyzer][solver] Introduce reasoning for not equal to operatorManas2022-12-091-0/+149
* [clang] Use std::nullopt instead of None in comments (NFC)Kazu Hirata2022-12-041-1/+1
* [lit][AIX] Convert clang tests to use 'target={{.*}}-aix{{.*}}'Paul Robinson2022-12-021-1/+1
* [analyzer] Test depends on windows as host, not targetPaul Robinson2022-11-301-1/+1
* [analyzer] Deprecate FAM analyzer-config, recommend -fstrict-flex-arrays insteadBalazs Benics2022-11-252-11/+23
* [analyzer] Consider single-elem arrays as FAMs by defaultBalazs Benics2022-11-252-11/+20
* [analyzer] getBinding should auto-detect type only if it was not givenBalazs Benics2022-11-232-5/+38
* Refactor StaticAnalyzer to use `clang::SarifDocumentWriter`Vaibhav Yenamandra2022-11-172-2/+37
* [analyzer] Fix crash for array-delete of UnknownVal values.Tomasz Kamiński2022-11-091-0/+33
* Fix duplicate word typos; NFCRageking82022-11-081-2/+2
* [analyzer] Initialize regions returned by CXXNew to undefinedKristóf Umann2022-10-268-31/+39
* [analyzer][StdLibraryFunctionsChecker] Add NoteTags for applied argGabor Marton2022-10-263-6/+57
* [analyzer] Fix assertion failure with conflicting prototype callsBalazs Benics2022-10-261-2/+27
* [analyzer] Move unexecuted test block into it's own source fileisuckatcs2022-10-202-23/+28
* [analyzer] Make directly bounded LazyCompoundVal as lazily copiedTomasz Kamiński2022-10-191-2/+2
* [analyzer] Fix the liveness of Symbols for values in regions referred by Lazy...Tomasz Kamiński2022-10-191-4/+46
* [analyzer] Workaround crash on encountering Class non-type template parametersBalazs Benics2022-10-131-0/+33
* Fix false positive related to handling of [[noreturn]] function pointersArseniy Zaostrovnykh2022-10-121-0/+36