aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/casts.c
AgeCommit message (Expand)Author
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