Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
84fa6b90abf73e8cc539c9947ed5a6286f588569
/
test
/
Analysis
/
dead-stores.c
84fa6b9
Examine VLA size expressions when computing liveness information.
by Ted Kremenek
· 17 years ago
b497ebd
Added test case for the dead stores checker that was originally an FP reported in PR 2763.
by Ted Kremenek
· 17 years ago
efe88f5
Enhanced test case.
by Ted Kremenek
· 17 years ago
4489fe1
Add EXTWARN Diagnostic class.
by Daniel Dunbar
· 17 years ago
fc7ff55
Don't emit 'dead initialization' warnings for variables marked 'unused'.
by Ted Kremenek
· 17 years ago
b0f3632
Issue dead store warnings for preincrements involved in a subexpression.
by Ted Kremenek
· 17 years ago
8b00b6e
Added dead stores test case.
by Ted Kremenek
· 17 years ago
2cfac22
Further refine dead store checking to distinguish between dead stores and dead increments.
by Ted Kremenek
· 17 years ago
489f7b6
'&&' clang commands together so that the test status reflects the results of all three clang executions.
by Ted Kremenek
· 17 years ago
e81da50
Update test case: simply running "clang -checker-simple" doesn't invoke the dead store checker anymore. We need "-warn-dead-stores" as well.
by Ted Kremenek
· 17 years ago
5bce1b0
Test the dead-store checker using both -warn-dead-stores and -checker-simple.
by Ted Kremenek
· 17 years ago
1a654b6
Modified the dead stores checker to...
by Ted Kremenek
· 17 years ago
3eb817e
Improve dead stores diagnostics to include the variable name.
by Ted Kremenek
· 17 years ago
a23157e
Emit dead store warnings for ++ and -- operators.
by Ted Kremenek
· 17 years ago
f87821c
Added test case illustrating the use of '&'.
by Ted Kremenek
· 17 years ago
49a2fd2
Added test case to dead stores checker.
by Ted Kremenek
· 17 years ago
0fdf06e
Convert tabs to spaces.
by Ted Kremenek
· 17 years ago
bfc5e50
Moved dead-stores test cast to a new test suite subdirectory: Analysis.
by Ted Kremenek
· 18 years ago
[Renamed from test/Sema/dead-stores.c]
74c43a0
Added another test case for the Dead Stores checker that tests that
by Ted Kremenek
· 18 years ago
8aefcbf
Added test case for dead stores checker (live variables analysis) that tests
by Ted Kremenek
· 18 years ago
aa395ba
Added test case for dead-stores checker. Test case provided by Nuno Lopes.
by Ted Kremenek
· 18 years ago