index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Sema
/
unused-expr.c
Age
Commit message (
Expand
)
Author
2009-10-13
add rdar # I accidentally lost.
Chris Lattner
2009-10-13
merge two tests.
Chris Lattner
2009-10-13
make the diagnostic in the 'unused result' warning more precise
Chris Lattner
2009-08-01
More warnings for unused expressions.
Anders Carlsson
2009-07-30
Diagnose unused expression results for all statements, just not compound stat...
Anders Carlsson
2009-07-28
fix PR4633: cast to void should silence the 'unused expression' warning.
Chris Lattner
2009-04-07
Driver: Manually translate a number of -f with no- variants options to
Daniel Dunbar
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-17
add support for -fno-math-errno, and validate that it affects sema properly.
Chris Lattner
2009-02-17
sema no longer explodes, yay!
Chris Lattner
2008-05-19
Make the unused expression warning a bit less aggressive (found in PHP
Eli Friedman
2007-10-11
rename -parse-ast-print to -ast-print
Chris Lattner
2007-09-26
Removed option "-parse-ast-check" from clang driver. This is now implemented
Ted Kremenek
2007-08-31
Fix a bug/missing-feature Ted noticed: the 'unused' warning should not
Chris Lattner
2007-08-27
Add Type::getAsBuiltinType() and Type::builtinTypesAreCompatible().
Steve Naroff
2007-08-26
Fix a bug reported by Keith Bauer
Chris Lattner
2007-08-21
we now correctly emit:
Chris Lattner
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer