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
/
statements.c
Age
Commit message (
Expand
)
Author
2012-02-14
Generalize -Wempty-body: warn when statement body is empty (closes: PR11329)
Dmitri Gribenko
2011-01-07
Fix crash in CFGBuilder on invalid code. We still need
Ted Kremenek
2010-09-19
Revert r114316, -Wunused-value enabled by default was intended.
Argyrios Kyrtzidis
2010-09-19
Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.
Argyrios Kyrtzidis
2010-09-16
improve the "enumeration value 'g' not handled in switch"
Chris Lattner
2010-04-16
make our existing "switch on bool" warning work for C. Since
Chris Lattner
2010-04-09
Improve diagnostics when we fail to convert from a source type to a
Douglas Gregor
2010-01-24
fix PR6034, a crash on invalid where the switch stack would get
Chris Lattner
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-10-30
warn about returning the address of a label.
Chris Lattner
2009-04-18
__builtin_prefetch should be declared as "void __builtin_prefetch(const void ...
Chris Lattner
2009-04-18
rename test
Chris Lattner