summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/stack-addr-ps.c
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Handle builtin functions in MallocChecker (#88416)NagyDonat2024-04-161-1/+1
* [clang][Sema] Warn on return of pointer/reference to compound literal (#83741)Youngsuk Kim2024-03-041-2/+2
* [clang] Remove rdar links; NFCAaron Ballman2023-08-281-2/+0
* Revert "Remove rdar links; NFC"Mehdi Amini2023-07-171-0/+2
* Remove rdar links; NFCAaron Ballman2023-07-071-2/+0
* Reland "[analyzer] Deprecate `-analyzer-store region` flag"Balazs Benics2022-06-141-1/+1
* Revert "[analyzer] Deprecate `-analyzer-store region` flag"Nico Weber2022-06-101-1/+1
* [analyzer] Deprecate `-analyzer-store region` flagBalazs Benics2022-06-101-1/+1
* A significant number of our tests in C accidentally use functionsAaron Ballman2022-02-131-4/+4
* Fold -Wreturn-stack-address into general initialization lifetimeRichard Smith2018-07-231-1/+1
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-1/+1
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-1/+1
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-1/+1
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-1/+1
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-1/+1
* Register parameters have local storage.Anna Zaks2015-02-041-0/+7
* Teach analyzer that blocks with no captures are globals. Fixes <rdar://probl...Ted Kremenek2012-02-181-1/+17
* Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek2011-07-281-1/+0
* [analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to b...Ted Kremenek2011-07-281-1/+1
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-2/+2
* [analyzer] Migrate BuiltinFunctionChecker to CheckerV2.Argyrios Kyrtzidis2011-02-281-2/+2
* Update test cases.Ted Kremenek2011-02-251-2/+2
* [analyzer] Use the new registration mechanism on some of the internal checks....Argyrios Kyrtzidis2011-02-151-2/+2
* Tweak stack address checker to report multiple cases where globals may refere...Ted Kremenek2010-06-171-3/+3
* Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek2010-02-051-2/+2
* Fix broken diagnostic when returning the address of a stack-allocated array.Ted Kremenek2010-01-091-0/+7
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Replace clang-cc with clang -cc1.Zhongxing Xu2009-12-141-2/+2
* Improve diagnostics in ReturnStackAddressChecker for returning a stack-alloca...Ted Kremenek2009-11-261-2/+15
* Drop unnecessary #include.Daniel Dunbar2009-11-171-2/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which onlyTed Kremenek2009-07-291-1/+0
* Switch BasicStoreManager to use the new CastRegion implementation by default,Ted Kremenek2009-07-101-1/+1
* Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line usi...Ted Kremenek2009-07-061-0/+1
* Enhance RegionStore to lazily symbolicate fields and array elements forTed Kremenek2009-07-021-8/+13
* Temporarily disable RegionStore for stack-addr-ps.c, as a new test case revealsTed Kremenek2009-07-011-2/+13
* Introduce a new concept to the static analyzer: SValuator.Ted Kremenek2009-06-261-1/+0
* PR3009: Get rid of bogus warning for scalar compound literals.Eli Friedman2009-05-161-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-3/+3
* Fix test: config.h is not guaranteed to exist at the location in Eli Friedman2009-02-181-5/+1
* Eliminate dependency on where test is run from.Daniel Dunbar2009-02-171-4/+4
* Don't include alloca.h if it doesn't exist.Ben Laurie2009-02-171-4/+7
* Static Analyzer driver/options (partial) cleanup:Ted Kremenek2009-02-171-2/+2
* This test case now passes with RegionStore.Ted Kremenek2009-01-221-1/+3
* Add -analyze action to run static analyzer, instead of inferring fromDaniel Dunbar2009-01-201-1/+1
* MemRegion:Ted Kremenek2008-12-131-1/+0