aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/casts.c
AgeCommit message (Expand)Author
2011-08-03[analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek
2011-02-28[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis
2011-02-24[analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...Argyrios Kyrtzidis
2010-02-05Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek
2010-01-14Simplify test case. This test case also applies to PR 6013.Ted Kremenek
2010-01-14Associate test case with Bugzilla PR.Ted Kremenek
2010-01-14Fix pr6035.Zhongxing Xu
2010-01-09add a bunch of missing prototypes to testsChris Lattner
2010-01-05Move test case to a more appropriate file.Zhongxing Xu
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-29Normalize options to use '-FOO' instead of '--FOO'.Daniel Dunbar
2009-11-13Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek
2009-10-14Add comments to test.Zhongxing Xu
2009-08-20Make this test case more portable by removing its dependency on system header...Ted Kremenek
2009-07-30Add casts to avoid a bunch of unused expr warnings. (They aren't reported rig...Anders Carlsson
2009-07-21Prep for new warning.Mike Stump
2009-07-10Fix silly mistake I made applying patch to fix test.Eli Friedman
2009-07-10Misc fixes to fix tests on OpenBSD, per email to cfe-commits. Patches Eli Friedman
2009-06-19A further step of r73690: associate the cast-to type with the created symbol,Zhongxing Xu
2009-06-19If the SymbolicRegion was cast to another type, use that type to create the Zhongxing Xu
2009-06-18Modify test case comments.Zhongxing Xu
2009-06-18When casting region, if we do not create an element region, record the cast-to Zhongxing Xu
2009-05-08Replace the heuristic isSmallerThan with ASTContext::getTypeSize().Zhongxing Xu
2009-05-01StoreManager::CastRegion:Ted Kremenek
2009-04-29Added comments to test case.Zhongxing Xu
2009-04-29Update test case.Zhongxing Xu
2009-04-29XFAIL the test case.Zhongxing Xu
2009-04-28Add test case.Zhongxing Xu