summaryrefslogtreecommitdiff
path: root/clang/test/Analysis/stackaddrleak.c
AgeCommit message (Expand)Author
2025-02-16[analyzer] StackAddrEscapeChecker: also check return for child stack frames (...Michael Flanders
2025-02-11[analyzer] Reapply recent stack addr escape checker changes + buildbot fix (#...Michael Flanders
2025-02-10Revert "[analyzer] Remove some false negatives in StackAddrEscapeChec… (#12...Gábor Horváth
2025-02-10[analyzer] Remove some false negatives in StackAddrEscapeChecker (#125638)Michael Flanders
2024-08-28[analyzer] Detect leaks of stack addresses via output params, indirect global...Arseniy Zaostrovnykh
2024-04-16[analyzer] Handle builtin functions in MallocChecker (#88416)NagyDonat
2022-02-13A significant number of our tests in C accidentally use functionsAaron Ballman
2018-07-23Fold -Wreturn-stack-address into general initialization lifetimeRichard Smith
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-05-26[Analyzer] Correct stack address escape diagnosticSean Eveson
2014-02-26PR16074, implement warnings to catch pointer to boolean true and pointer toRichard Trieu
2013-05-01Re-apply "[analyzer] Model casts to bool differently from other numbers."Jordan Rose
2013-04-29Revert "[analyzer] Model casts to bool differently from other numbers."Jordan Rose
2013-04-26[analyzer] Model casts to bool differently from other numbers.Jordan Rose
2012-11-15[analyzer] Report leaks at the closing brace of a function body.Jordan Rose
2011-02-28[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis
2011-02-28[analyzer] Migrate BuiltinFunctionChecker to CheckerV2.Argyrios Kyrtzidis
2011-02-25Update test cases.Ted Kremenek
2011-02-15[analyzer] Use the new registration mechanism on some of the internal checks....Argyrios Kyrtzidis
2010-06-17Tweak stack address checker to report multiple cases where globals may refere...Ted Kremenek
2010-06-17Rework StackAddrLeakChecker to find stores of stack memory addresses to globa...Ted Kremenek
2010-06-09Merge StackAddrLeakChecker and ReturnStackAddressChecker.Zhongxing Xu
2010-06-09Directly compare the StackFrameContext. This greatly simplifies logic andZhongxing Xu
2010-06-08Add a checker check if a global variable holds a local variable's address afterZhongxing Xu