1. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  2. 9e6b37a warn about returning the address of a label. by Chris Lattner · 16 years ago
  3. 40c56f7 __builtin_prefetch should be declared as "void __builtin_prefetch(const void *)", by Chris Lattner · 16 years ago
  4. 885b6d8 rename test by Chris Lattner · 16 years ago[Renamed from test/Sema/stmt_exprs.c]
  5. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  6. 9804bc2 Correct test; sorry for any inconvenience. by Eli Friedman · 17 years ago
  7. dca2b73 PR3062: statement expressions should be illegal at file scope. I don't by Eli Friedman · 17 years ago
  8. 611b2ec fix some problems handling stmtexprs with labels (PR2374), and by Chris Lattner · 17 years ago
  9. 83c903f Added missing "RUN:" to comment for test case file. This fixed a bug where the test by Ted Kremenek · 18 years ago
  10. ab18c4c implement ast building and trivial semantic analysis of stmt exprs. by Chris Lattner · 18 years ago