aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/stack-addr-ps.c
AgeCommit message (Expand)Author
2012-02-18Teach analyzer that blocks with no captures are globals. Fixes <rdar://probl...Ted Kremenek
2011-07-28Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek
2011-07-28[analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to b...Ted Kremenek
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-02-05Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek
2010-01-09Fix broken diagnostic when returning the address of a stack-allocated array.Ted Kremenek
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Replace clang-cc with clang -cc1.Zhongxing Xu
2009-11-26Improve diagnostics in ReturnStackAddressChecker for returning a stack-alloca...Ted Kremenek
2009-11-17Drop unnecessary #include.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-07-29Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which onlyTed Kremenek
2009-07-10Switch BasicStoreManager to use the new CastRegion implementation by default,Ted Kremenek
2009-07-06Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line usi...Ted Kremenek
2009-07-02Enhance RegionStore to lazily symbolicate fields and array elements forTed Kremenek
2009-07-01Temporarily disable RegionStore for stack-addr-ps.c, as a new test case revealsTed Kremenek
2009-06-26Introduce a new concept to the static analyzer: SValuator.Ted Kremenek
2009-05-16PR3009: Get rid of bogus warning for scalar compound literals.Eli Friedman
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-18Fix test: config.h is not guaranteed to exist at the location in Eli Friedman
2009-02-17Eliminate dependency on where test is run from.Daniel Dunbar
2009-02-17Don't include alloca.h if it doesn't exist.Ben Laurie
2009-02-17Static Analyzer driver/options (partial) cleanup:Ted Kremenek
2009-01-22This test case now passes with RegionStore.Ted Kremenek
2009-01-20Add -analyze action to run static analyzer, instead of inferring fromDaniel Dunbar
2008-12-13MemRegion:Ted Kremenek
2008-12-13Temporarily XFAIL these tests.Ted Kremenek
2008-11-07include alloca.h instead of malloc.h. If this doesn't work for everyone we ca...Anders Carlsson
2008-11-07Bring in 'alloca' for the Analysis/stack-addr-ps.c test case.Argyrios Kyrtzidis
2008-11-02Add 'alloca' test case for return-of-stack-address checker.Ted Kremenek
2008-10-31Added missing 'expected-warning'Ted Kremenek
2008-10-31Enhance compound literal test case.Ted Kremenek
2008-10-30Add missing "expected warning".Ted Kremenek
2008-10-30Improve compound literal test case.Ted Kremenek
2008-10-27Add 'expected-warning' for braces around scalar initializerTed Kremenek
2008-10-27Added compound literal test case.Ted Kremenek
2008-07-31Enhanced path-sensitive return-of-stack-address check to print out the name o...Ted Kremenek
2008-04-10Refactored all logic to run the GRSimpleVals and CFRef checker into a commonTed Kremenek
2008-03-31Added path-sensitive check for return statements that return the addressTed Kremenek