1. 98414c1 Fix a bug/missing-feature Ted noticed: the 'unused' warning should not by Chris Lattner · 18 years ago
  2. c30ebfb extwarn about decls intermixed with code in c89 mode. by Chris Lattner · 18 years ago
  3. 45a566c implement a fixme: __extension__ marker on decls in compound stmts. by Chris Lattner · 18 years ago
  4. 2215325 Fix test/Parser/if-scope-*.c. Patch by Neil Booth! by Chris Lattner · 18 years ago
  5. 31e0572 Break the assumption that any sort of scope (e.g. a loop scope) can by Chris Lattner · 18 years ago
  6. 3848440 optimize scope push/pop to avoid work in the common case. by Chris Lattner · 18 years ago
  7. 0ecea03 Fix the scoping issue Neil pointed out for the rest of by Chris Lattner · 18 years ago
  8. a36ce71 Fix a nasty C99 scope issue that Neil pointed out (for ifs) by Chris Lattner · 18 years ago
  9. c1fcb77 Refactor switch analysis to make it possible to detect duplicate case values by Anders Carlsson · 18 years ago
  10. 95cfb85 Catch goto's with a missing identifier, patch by Neil Booth. by Chris Lattner · 18 years ago
  11. d217773 At one point there were going to be lexer and parser tokens. by Chris Lattner · 18 years ago
  12. 6c36be5 Add initial switch stmt support, patch by Anders Carlsson! by Chris Lattner · 18 years ago
  13. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 18 years ago