summaryrefslogtreecommitdiff
path: root/test/Sema/statements.c
AgeCommit message (Expand)Author
2015-04-20Put statement expression decls in the enclosing code DeclContextReid Kleckner
2014-08-04Fix tests Clang::Sema/statements.c and Clang::SemaTemplate/instantiate-expr-1...Keith Walker
2014-05-21Improved recovery of switch statementSerge Pavlov
2014-01-23Fix to PR8880 (clang dies processing a for loop)Serge Pavlov
2013-10-22Revert r193073 and the attempt to fix it in r193170.Chandler Carruth
2013-10-21Fix to PR8880 (clang dies processing a for loop).Serge Pavlov
2012-02-14Generalize -Wempty-body: warn when statement body is empty (closes: PR11329)Dmitri Gribenko
2011-01-07Fix crash in CFGBuilder on invalid code. We still needTed Kremenek
2010-09-19Revert r114316, -Wunused-value enabled by default was intended.Argyrios Kyrtzidis
2010-09-19Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.Argyrios Kyrtzidis
2010-09-16improve the "enumeration value 'g' not handled in switch"Chris Lattner
2010-04-16make our existing "switch on bool" warning work for C. SinceChris Lattner
2010-04-09Improve diagnostics when we fail to convert from a source type to aDouglas Gregor
2010-01-24fix PR6034, a crash on invalid where the switch stack would get Chris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-10-30warn 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-18rename testChris Lattner