summaryrefslogtreecommitdiff
path: root/test/Sema/statements.c
Commit message (Expand)AuthorAgeFilesLines
* Generalize -Wempty-body: warn when statement body is empty (closes: PR11329)Dmitri Gribenko2012-02-141-1/+1
* Fix crash in CFGBuilder on invalid code. We still needTed Kremenek2011-01-071-0/+10
* Revert r114316, -Wunused-value enabled by default was intended.Argyrios Kyrtzidis2010-09-191-1/+1
* Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.Argyrios Kyrtzidis2010-09-191-1/+1
* improve the "enumeration value 'g' not handled in switch"Chris Lattner2010-09-161-1/+40
* make our existing "switch on bool" warning work for C. SinceChris Lattner2010-04-161-0/+10
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-1/+1
* fix PR6034, a crash on invalid where the switch stack would get Chris Lattner2010-01-241-0/+8
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* warn about returning the address of a label.Chris Lattner2009-10-301-0/+6
* __builtin_prefetch should be declared as "void __builtin_prefetch(const void ...Chris Lattner2009-04-181-1/+6
* rename testChris Lattner2009-04-181-0/+24