1. 625bb56 Generalize -Wempty-body: warn when statement body is empty (closes: PR11329) by Dmitri Gribenko · 13 years ago
  2. 9ce5270 Fix crash in CFGBuilder on invalid code. We still need by Ted Kremenek · 14 years ago
  3. 1b2ad2f Revert r114316, -Wunused-value enabled by default was intended. by Argyrios Kyrtzidis · 14 years ago
  4. 6dff228 Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194. by Argyrios Kyrtzidis · 14 years ago
  5. ce78461 improve the "enumeration value 'g' not handled in switch" by Chris Lattner · 14 years ago
  6. 2b334bb make our existing "switch on bool" warning work for C. Since by Chris Lattner · 15 years ago
  7. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 15 years ago
  8. 7e52de4 fix PR6034, a crash on invalid where the switch stack would get unbalanced. by Chris Lattner · 15 years ago
  9. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  10. 9e6b37a warn about returning the address of a label. by Chris Lattner · 15 years ago
  11. 40c56f7 __builtin_prefetch should be declared as "void __builtin_prefetch(const void *)", by Chris Lattner · 16 years ago
  12. 885b6d8 rename test by Chris Lattner · 16 years ago[Renamed from test/Sema/stmt_exprs.c]
  13. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  14. 9804bc2 Correct test; sorry for any inconvenience. by Eli Friedman · 16 years ago
  15. dca2b73 PR3062: statement expressions should be illegal at file scope. I don't by Eli Friedman · 16 years ago
  16. 611b2ec fix some problems handling stmtexprs with labels (PR2374), and by Chris Lattner · 16 years ago
  17. 83c903f Added missing "RUN:" to comment for test case file. This fixed a bug where the test by Ted Kremenek · 17 years ago
  18. ab18c4c implement ast building and trivial semantic analysis of stmt exprs. by Chris Lattner · 17 years ago