Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
d20254f2875d0004c57ee766f258dbcee29f4841
/
test
/
Sema
/
unused-expr.c
d20254f
fix PR4010: add support for the warn_unused_result for function pointers
by Nuno Lopes
· 16 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
53e8484
Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... variants instead of using llvm::cl::init(true) arguments.
by Daniel Dunbar
· 16 years ago
7909fee
add rdar # I accidentally lost.
by Chris Lattner
· 16 years ago
9079cd3
merge two tests.
by Chris Lattner
· 16 years ago
bc8d42c
make the diagnostic in the 'unused result' warning more precise
by Chris Lattner
· 16 years ago
3af708f
More warnings for unused expressions.
by Anders Carlsson
· 16 years ago
7544311
Diagnose unused expression results for all statements, just not compound statements.
by Anders Carlsson
· 16 years ago
fb84664
fix PR4633: cast to void should silence the 'unused expression' warning.
by Chris Lattner
· 16 years ago
48d1ef7
Driver: Manually translate a number of -f with no- variants options to
by Daniel Dunbar
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
5bef8dd
add support for -fno-math-errno, and validate that it affects sema properly.
by Chris Lattner
· 16 years ago
7d84c76
sema no longer explodes, yay!
by Chris Lattner
· 16 years ago
4be1f47
Make the unused expression warning a bit less aggressive (found in PHP code).
by Eli Friedman
· 17 years ago
3b427b3
rename -parse-ast-print to -ast-print
by Chris Lattner
· 18 years ago
9f3d942
Removed option "-parse-ast-check" from clang driver. This is now implemented
by Ted Kremenek
· 18 years ago
98414c1
Fix a bug/missing-feature Ted noticed: the 'unused' warning should not
by Chris Lattner
· 18 years ago
77878cc
by Steve Naroff
· 18 years ago
6e844ad
Fix a bug reported by Keith Bauer
by Chris Lattner
· 18 years ago
2b8bac5
we now correctly emit:
by Chris Lattner
· 18 years ago
5f016e2
Stage two of getting CFE top correct.
by Reid Spencer
· 18 years ago