summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/dead-stores.c
Commit message (Expand)AuthorAgeFilesLines
* Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which onlyTed Kremenek2009-07-291-2/+0
* Prep for new warning.Mike Stump2009-07-211-1/+1
* Wire up CFG improvements for __builtin_choose_expr.Mike Stump2009-07-211-0/+12
* Wire up CFG improvements for do { } while () when the condition is known.Mike Stump2009-07-211-11/+29
* Wire up for statement CFG improvements for conditionals that are known.Mike Stump2009-07-211-0/+24
* Wire up CFG improvements for while when the condition is known.Mike Stump2009-07-211-0/+17
* Add yet more analysis for CFGs involving conditionals that are actually const...Mike Stump2009-07-201-0/+82
* Make noreturn functions alter the CFG.Mike Stump2009-07-171-1/+13
* Switch BasicStoreManager to use the new CastRegion implementation by default,Ted Kremenek2009-07-101-2/+2
* Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line usi...Ted Kremenek2009-07-061-0/+2
* Introduce a new concept to the static analyzer: SValuator.Ted Kremenek2009-06-261-2/+0
* Update test case.Ted Kremenek2009-03-311-2/+2
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-7/+7
* A test case to test that -warn-dead-stores does not emit a warning for stores...Ted Kremenek2009-03-231-0/+6
* Update several tests to explicitly use BasicConstraintManager as well as to u...Ted Kremenek2009-02-171-3/+6
* Extend builtin "attribute" syntax to include a notation forDouglas Gregor2009-02-141-1/+2
* Fix PR 2514: Do not flag dead initializations for variables initialized to a ...Ted Kremenek2009-02-091-0/+16
* Add -analyze action to run static analyzer, instead of inferring fromDaniel Dunbar2009-01-201-3/+3
* Dead stores checker: Fix <rdar://problem/6506065> by being more selective whe...Ted Kremenek2009-01-201-2/+17
* Dead stores checker: Don't flag dead stores for self-assignments (common esca...Ted Kremenek2009-01-091-0/+5
* Enhance dead store checker to not flag preincrements to dead variables where ...Ted Kremenek2008-10-151-1/+7
* Add more control-flow to test case.Ted Kremenek2008-09-261-1/+2
* Add CFG support for implicit-control flow for VLA size expressions within an ...Ted Kremenek2008-09-261-1/+6
* Examine VLA size expressions when computing liveness information.Ted Kremenek2008-09-261-1/+8
* Added test case for the dead stores checker that was originally an FP reporte...Ted Kremenek2008-09-041-0/+9
* Enhanced test case.Ted Kremenek2008-08-061-0/+12
* Add EXTWARN Diagnostic class.Daniel Dunbar2008-08-051-0/+1
* Don't emit 'dead initialization' warnings for variables marked 'unused'.Ted Kremenek2008-07-251-1/+8
* Issue dead store warnings for preincrements involved in a subexpression.Ted Kremenek2008-07-241-1/+1
* Added dead stores test case.Ted Kremenek2008-07-231-0/+6
* Further refine dead store checking to distinguish between dead stores and dea...Ted Kremenek2008-07-231-0/+14
* '&&' clang commands together so that the test status reflects the results of ...Ted Kremenek2008-07-041-2/+2
* Update test case: simply running "clang -checker-simple" doesn't invoke the ...Ted Kremenek2008-07-021-1/+3
* Test the dead-store checker using both -warn-dead-stores and -checker-simple.Ted Kremenek2008-06-201-0/+1
* Modified the dead stores checker to...Ted Kremenek2008-06-201-5/+18
* Improve dead stores diagnostics to include the variable name.Ted Kremenek2008-05-211-5/+5
* Emit dead store warnings for ++ and -- operators.Ted Kremenek2008-05-051-1/+8
* Added test case illustrating the use of '&'.Ted Kremenek2008-04-151-0/+7
* Added test case to dead stores checker.Ted Kremenek2008-04-141-3/+13
* Convert tabs to spaces.Ted Kremenek2008-03-191-7/+7
* Moved dead-stores test cast to a new test suite subdirectory: Analysis.Ted Kremenek2007-11-241-0/+21
OpenPOWER on IntegriCloud