summaryrefslogtreecommitdiffstats
path: root/test/Sema/statements.c
Commit message (Expand)AuthorAgeFilesLines
* Put statement expression decls in the enclosing code DeclContextReid Kleckner2015-04-201-1/+14
* Fix tests Clang::Sema/statements.c and Clang::SemaTemplate/instantiate-expr-1...Keith Walker2014-08-041-1/+1
* Improved recovery of switch statementSerge Pavlov2014-05-211-1/+1
* Fix to PR8880 (clang dies processing a for loop)Serge Pavlov2014-01-231-3/+0
* Revert r193073 and the attempt to fix it in r193170.Chandler Carruth2013-10-221-1/+1
* Fix to PR8880 (clang dies processing a for loop).Serge Pavlov2013-10-211-1/+1
* 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