summaryrefslogtreecommitdiffstats
path: root/test/Analysis/stackaddrleak.c
Commit message (Expand)AuthorAgeFilesLines
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-2/+2
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-2/+2
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-2/+2
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-2/+2
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-2/+2
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-2/+2
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-2/+2
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-2/+2
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-2/+2
* [Analyzer] Correct stack address escape diagnosticSean Eveson2016-05-261-2/+2
* PR16074, implement warnings to catch pointer to boolean true and pointer toRichard Trieu2014-02-261-2/+2
* Re-apply "[analyzer] Model casts to bool differently from other numbers."Jordan Rose2013-05-011-2/+26
* Revert "[analyzer] Model casts to bool differently from other numbers."Jordan Rose2013-04-291-26/+2
* [analyzer] Model casts to bool differently from other numbers.Jordan Rose2013-04-261-2/+26
* [analyzer] Report leaks at the closing brace of a function body.Jordan Rose2012-11-151-6/+6
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-1/+1
* [analyzer] Migrate BuiltinFunctionChecker to CheckerV2.Argyrios Kyrtzidis2011-02-281-1/+1
* Update test cases.Ted Kremenek2011-02-251-1/+1
* [analyzer] Use the new registration mechanism on some of the internal checks....Argyrios Kyrtzidis2011-02-151-1/+1
* Tweak stack address checker to report multiple cases where globals may refere...Ted Kremenek2010-06-171-2/+10
* Rework StackAddrLeakChecker to find stores of stack memory addresses to globa...Ted Kremenek2010-06-171-0/+8
* Merge StackAddrLeakChecker and ReturnStackAddressChecker.Zhongxing Xu2010-06-091-1/+1
* Directly compare the StackFrameContext. This greatly simplifies logic andZhongxing Xu2010-06-091-0/+4
* Add a checker check if a global variable holds a local variable's address afterZhongxing Xu2010-06-081-0/+14