summaryrefslogtreecommitdiff
path: root/clang/test/Analysis/malloc.c
AgeCommit message (Expand)Author
2025-09-03[clang][analyzer] Remove checker 'alpha.core.CastSize' (#156350)Balázs Kéri
2025-08-25[clang] Implement -Walloc-size diagnostic option (#150028)Vladimir Vuksanovic
2025-07-28Rename 'free' in warning messages to 'release' (#150935)Baghirov Feyruz
2025-07-24[analyzer] Eliminate unique release point assertion (#150240)Donát Nagy
2025-02-26[analyzer] Update the undefined assignment checker diagnostics to not use the...David Tarditi
2025-01-18[Clang] [NFC] Fix unintended `-Wreturn-type` warnings everywhere in the test ...Sirraide
2024-11-04[llvm-project] Fix typo "propogate" (#114795)Jay Foad
2024-09-26[analyzer] Moving TaintPropagation checker out of alpha (#67352)Daniel Krupp
2024-07-24[clang][analyzer] Support `ownership_{returns,takes}` attributes (#98941)Pavel Skripkin
2024-06-05[analyzer] New optin.taint.TaintedAlloc checker for catching unbounded memory...Daniel Krupp
2024-04-16[analyzer] Handle builtin functions in MallocChecker (#88416)NagyDonat
2023-11-28[analyzer] Use AllocaRegion in MallocChecker (#72402)DonatNagyE
2023-08-28[clang] Remove rdar links; NFCAaron Ballman
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini
2023-07-07Remove rdar links; NFCAaron Ballman
2022-06-14Reland "[analyzer] Deprecate `-analyzer-store region` flag"Balazs Benics
2022-06-10Revert "[analyzer] Deprecate `-analyzer-store region` flag"Nico Weber
2022-06-10[analyzer] Deprecate `-analyzer-store region` flagBalazs Benics
2022-05-04Change the behavior of implicit int diagnosticsAaron Ballman
2022-02-24Add -Wno-strict-prototypes to C tests; NFCAaron Ballman
2022-02-13A significant number of our tests in C accidentally use functionsAaron Ballman
2021-10-12[analyzer] Fix non-obvious analyzer warning: Use of zero-allocated memory.Artem Dergachev
2021-04-07[analyzer][NFC] Add tests for extentsBalazs Benics
2021-02-25adds more checks to -Wfree-nonheap-objectChristopher Di Bella
2020-07-15[Analyzer] Report every bug if only uniqueing location differs.Balázs Kéri
2020-06-01[analyzer][MallocChecker] Fix the incorrect retrieval of the from argument in...Kirstóf Umann
2020-05-21[analyzer] Make buildbots happyKirstóf Umann
2020-05-21[analyzer] Fix a null FunctionDecl dereference bug after D75432Kirstóf Umann
2020-05-19[analyzer][MallocChecker] When modeling realloc-like functions, don't early r...Kirstóf Umann
2019-04-03Revert "[analyzer] Toning down invalidation a bit".Artem Dergachev
2019-02-06Revert "[analyzer] Remove the "postponed" hack, deal with derived symbols..."Artem Dergachev
2019-01-29[analyzer] Toning down invalidation a bitGabor Horvath
2018-12-15[analyzer][MallocChecker][NFC] Document and reorganize some functionsKristof Umann
2018-07-13[Analyzer] alpha.unix.cstring.OutOfBounds checker enable/disable fixAdam Balogh
2018-01-24[analyzer] Do not attempt to get the pointee of void*Alexander Shaposhnikov
2018-01-20[analyzer] Provide a check name when MallocChecker enables CStringCheckerDevin Coughlin
2018-01-06[analyzer] Fix some check's output plist not containing the check nameGabor Horvath
2017-05-02[analyzer] Detect bad free of function pointersDaniel Marjamaki
2017-03-03Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-02-28Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen
2017-02-28Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27[analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen
2016-12-25Fix for PR15623 (corrected r290413 reverted at 290415). The patch eliminates ...Anton Yartsev
2016-12-23Revert changes made by r290413 until regression is fixed.Anton Yartsev
2016-12-23Fix for PR15623. The patch eliminates unwanted ProgramState checker data prop...Anton Yartsev