index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Analysis
/
dead-stores.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which only
Ted Kremenek
2009-07-29
1
-2
/
+0
*
Prep for new warning.
Mike Stump
2009-07-21
1
-1
/
+1
*
Wire up CFG improvements for __builtin_choose_expr.
Mike Stump
2009-07-21
1
-0
/
+12
*
Wire up CFG improvements for do { } while () when the condition is known.
Mike Stump
2009-07-21
1
-11
/
+29
*
Wire up for statement CFG improvements for conditionals that are known.
Mike Stump
2009-07-21
1
-0
/
+24
*
Wire up CFG improvements for while when the condition is known.
Mike Stump
2009-07-21
1
-0
/
+17
*
Add yet more analysis for CFGs involving conditionals that are actually const...
Mike Stump
2009-07-20
1
-0
/
+82
*
Make noreturn functions alter the CFG.
Mike Stump
2009-07-17
1
-1
/
+13
*
Switch BasicStoreManager to use the new CastRegion implementation by default,
Ted Kremenek
2009-07-10
1
-2
/
+2
*
Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line usi...
Ted Kremenek
2009-07-06
1
-0
/
+2
*
Introduce a new concept to the static analyzer: SValuator.
Ted Kremenek
2009-06-26
1
-2
/
+0
*
Update test case.
Ted Kremenek
2009-03-31
1
-2
/
+2
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-7
/
+7
*
A test case to test that -warn-dead-stores does not emit a warning for stores...
Ted Kremenek
2009-03-23
1
-0
/
+6
*
Update several tests to explicitly use BasicConstraintManager as well as to u...
Ted Kremenek
2009-02-17
1
-3
/
+6
*
Extend builtin "attribute" syntax to include a notation for
Douglas Gregor
2009-02-14
1
-1
/
+2
*
Fix PR 2514: Do not flag dead initializations for variables initialized to a ...
Ted Kremenek
2009-02-09
1
-0
/
+16
*
Add -analyze action to run static analyzer, instead of inferring from
Daniel Dunbar
2009-01-20
1
-3
/
+3
*
Dead stores checker: Fix <rdar://problem/6506065> by being more selective whe...
Ted Kremenek
2009-01-20
1
-2
/
+17
*
Dead stores checker: Don't flag dead stores for self-assignments (common esca...
Ted Kremenek
2009-01-09
1
-0
/
+5
*
Enhance dead store checker to not flag preincrements to dead variables where ...
Ted Kremenek
2008-10-15
1
-1
/
+7
*
Add more control-flow to test case.
Ted Kremenek
2008-09-26
1
-1
/
+2
*
Add CFG support for implicit-control flow for VLA size expressions within an ...
Ted Kremenek
2008-09-26
1
-1
/
+6
*
Examine VLA size expressions when computing liveness information.
Ted Kremenek
2008-09-26
1
-1
/
+8
*
Added test case for the dead stores checker that was originally an FP reporte...
Ted Kremenek
2008-09-04
1
-0
/
+9
*
Enhanced test case.
Ted Kremenek
2008-08-06
1
-0
/
+12
*
Add EXTWARN Diagnostic class.
Daniel Dunbar
2008-08-05
1
-0
/
+1
*
Don't emit 'dead initialization' warnings for variables marked 'unused'.
Ted Kremenek
2008-07-25
1
-1
/
+8
*
Issue dead store warnings for preincrements involved in a subexpression.
Ted Kremenek
2008-07-24
1
-1
/
+1
*
Added dead stores test case.
Ted Kremenek
2008-07-23
1
-0
/
+6
*
Further refine dead store checking to distinguish between dead stores and dea...
Ted Kremenek
2008-07-23
1
-0
/
+14
*
'&&' clang commands together so that the test status reflects the results of ...
Ted Kremenek
2008-07-04
1
-2
/
+2
*
Update test case: simply running "clang -checker-simple" doesn't invoke the ...
Ted Kremenek
2008-07-02
1
-1
/
+3
*
Test the dead-store checker using both -warn-dead-stores and -checker-simple.
Ted Kremenek
2008-06-20
1
-0
/
+1
*
Modified the dead stores checker to...
Ted Kremenek
2008-06-20
1
-5
/
+18
*
Improve dead stores diagnostics to include the variable name.
Ted Kremenek
2008-05-21
1
-5
/
+5
*
Emit dead store warnings for ++ and -- operators.
Ted Kremenek
2008-05-05
1
-1
/
+8
*
Added test case illustrating the use of '&'.
Ted Kremenek
2008-04-15
1
-0
/
+7
*
Added test case to dead stores checker.
Ted Kremenek
2008-04-14
1
-3
/
+13
*
Convert tabs to spaces.
Ted Kremenek
2008-03-19
1
-7
/
+7
*
Moved dead-stores test cast to a new test suite subdirectory: Analysis.
Ted Kremenek
2007-11-24
1
-0
/
+21