summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/casts.c
Commit message (Expand)AuthorAgeFilesLines
* PR16074, implement warnings to catch pointer to boolean true and pointer toRichard Trieu2014-02-261-1/+2
* Re-apply "[analyzer] Model casts to bool differently from other numbers."Jordan Rose2013-05-011-3/+35
* Revert "[analyzer] Model casts to bool differently from other numbers."Jordan Rose2013-04-291-35/+3
* [analyzer] Model casts to bool differently from other numbers.Jordan Rose2013-04-261-3/+35
* [analyzer] Teach the analyzer to use a symbol for p when evaluatingAnna Zaks2013-02-051-0/+11
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* Fix analyzer tests.Ted Kremenek2012-08-241-2/+2
* [analyzer] Exit early if constraint solver is given a non-integer symbolAnna Zaks2012-05-101-0/+8
* [analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek2011-08-031-2/+2
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-2/+2
* [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...Argyrios Kyrtzidis2011-02-241-2/+2
* Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek2010-02-051-2/+2
* Simplify test case. This test case also applies to PR 6013.Ted Kremenek2010-01-141-9/+5
* Associate test case with Bugzilla PR.Ted Kremenek2010-01-141-7/+8
* Fix pr6035.Zhongxing Xu2010-01-141-0/+11
* add a bunch of missing prototypes to testsChris Lattner2010-01-091-0/+2
* Move test case to a more appropriate file.Zhongxing Xu2010-01-051-0/+10
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Replace clang-cc with clang -cc1.Zhongxing Xu2009-12-141-1/+1
* Normalize options to use '-FOO' instead of '--FOO'.Daniel Dunbar2009-11-291-1/+1
* Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek2009-11-131-1/+1
* Add comments to test.Zhongxing Xu2009-10-141-2/+2
* Make this test case more portable by removing its dependency on system header...Ted Kremenek2009-08-201-3/+8
* Add casts to avoid a bunch of unused expr warnings. (They aren't reported rig...Anders Carlsson2009-07-301-1/+1
* Prep for new warning.Mike Stump2009-07-211-1/+1
* Fix silly mistake I made applying patch to fix test.Eli Friedman2009-07-101-1/+1
* Misc fixes to fix tests on OpenBSD, per email to cfe-commits. Patches Eli Friedman2009-07-101-0/+2
* A further step of r73690: associate the cast-to type with the created symbol,Zhongxing Xu2009-06-191-0/+2
* If the SymbolicRegion was cast to another type, use that type to create the Zhongxing Xu2009-06-191-0/+9
* Modify test case comments.Zhongxing Xu2009-06-181-5/+2
* When casting region, if we do not create an element region, record the cast-to Zhongxing Xu2009-06-181-0/+16
* Replace the heuristic isSmallerThan with ASTContext::getTypeSize().Zhongxing Xu2009-05-081-1/+0
* StoreManager::CastRegion:Ted Kremenek2009-05-011-0/+1
* Added comments to test case.Zhongxing Xu2009-04-291-0/+3
* Update test case.Zhongxing Xu2009-04-291-9/+1
* XFAIL the test case.Zhongxing Xu2009-04-291-0/+3
* Add test case.Zhongxing Xu2009-04-281-0/+18
OpenPOWER on IntegriCloud