summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/casts.c
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] pr38668: Do not attempt to cast loaded integers to floats.Artem Dergachev2018-12-221-0/+32
* Revert "[analyzer] pr38668: Do not attempt to cast loaded values..."Artem Dergachev2018-12-201-11/+0
* [analyzer] pr38668: Do not attempt to cast loaded values of non-scalar types.Artem Dergachev2018-12-191-0/+11
* [analyzer] Fix tests on 32-bit platforms by specifying the tuple explicitlyGeorge Karpenkov2018-08-291-5/+9
* [analyzer] Resolve the crash in ReturnUndefCheckerGeorge Karpenkov2018-08-291-2/+23
* [analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, enable by defaultGeorge Karpenkov2018-08-291-2/+2
* [analyzer] pr37204: Take signedness into account in getTruthValue().Artem Dergachev2018-08-071-0/+6
* [analyzer] Don't try to simplify mixed Loc/NonLoc expressions.Artem Dergachev2018-07-311-0/+7
* [analyzer] Add a no-crash to a recently added test.Artem Dergachev2018-07-231-1/+1
* [analyzer] pr38273: Legalize Loc<>NonLoc comparison symbols.Artem Dergachev2018-07-231-0/+4
* [analyzer] pr36458: Fix retrieved value cast for symbolic void pointers.Artem Dergachev2018-05-041-0/+22
* [analyzer] CStringChecker: pr34460: Avoid a crash when a cast is not modeled.Artem Dergachev2017-10-131-0/+26
* [analyzer] Fix symbolication for unknown unary increment/decrement results.Artem Dergachev2017-03-281-0/+5
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-2/+2
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-2/+2
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-2/+2
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-2/+2
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-2/+2
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-2/+2
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-2/+2
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-2/+2
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-2/+2
* [analyzer] Improve CastToStruct checker so it can also detect widening casts ...Daniel Marjamaki2016-09-261-1/+1
* 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
OpenPOWER on IntegriCloud