1. b1e511b Ignore trailing NullStmts in StmtExprs for GCC compatibility. by Aaron Ballman · 6 years ago
  2. 4c33d19 Don't warn on returning the address of a label from a statement expression by Reid Kleckner · 7 years ago
  3. b9ece24 Put statement expression decls in the enclosing code DeclContext by Reid Kleckner · 10 years ago
  4. c88a91f Fix tests Clang::Sema/statements.c and Clang::SemaTemplate/instantiate-expr-1.cpp when AArch64 is the default target. by Keith Walker · 11 years ago
  5. 921c2ba Improved recovery of switch statement by Serge Pavlov · 11 years ago
  6. 09f9924 Fix to PR8880 (clang dies processing a for loop) by Serge Pavlov · 11 years ago
  7. b3b8ea8 Revert r193073 and the attempt to fix it in r193170. by Chandler Carruth · 12 years ago
  8. 6652921 Fix to PR8880 (clang dies processing a for loop). by Serge Pavlov · 12 years ago
  9. 800ddf3 Generalize -Wempty-body: warn when statement body is empty (closes: PR11329) by Dmitri Gribenko · 13 years ago
  10. ef81e9e Fix crash in CFGBuilder on invalid code. We still need by Ted Kremenek · 14 years ago
  11. 40cec83 Revert r114316, -Wunused-value enabled by default was intended. by Argyrios Kyrtzidis · 15 years ago
  12. 3698bf1 Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194. by Argyrios Kyrtzidis · 15 years ago
  13. 5167908 improve the "enumeration value 'g' not handled in switch" by Chris Lattner · 15 years ago
  14. 4ebae65 make our existing "switch on bool" warning work for C. Since by Chris Lattner · 15 years ago
  15. c68e140 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 15 years ago
  16. 8fd2d01 fix PR6034, a crash on invalid where the switch stack would get unbalanced. by Chris Lattner · 15 years ago
  17. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  18. 252d36e warn about returning the address of a label. by Chris Lattner · 16 years ago
  19. 24ad8621 __builtin_prefetch should be declared as "void __builtin_prefetch(const void *)", by Chris Lattner · 16 years ago
  20. 974e1f4 rename test by Chris Lattner · 16 years ago[Renamed from clang/test/Sema/stmt_exprs.c]
  21. a45cf5b Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  22. 5883957 Correct test; sorry for any inconvenience. by Eli Friedman · 16 years ago
  23. 52cc016 PR3062: statement expressions should be illegal at file scope. I don't by Eli Friedman · 16 years ago
  24. 944d306 fix some problems handling stmtexprs with labels (PR2374), and by Chris Lattner · 17 years ago
  25. ab18e6d Added missing "RUN:" to comment for test case file. This fixed a bug where the test by Ted Kremenek · 18 years ago
  26. 366727f implement ast building and trivial semantic analysis of stmt exprs. by Chris Lattner · 18 years ago