1. b96728d improve error recovery handling broken 'then' or 'else' stmts in by Chris Lattner · 17 years ago
  2. 69efba7 Fix a parser bug on labeled inline asm stmts, allowing us to parse stuff like: by Chris Lattner · 17 years ago
  3. fe79595 Implement *skeletal* support for representing GNU inline asm stmts in the AST, by Chris Lattner · 17 years ago
  4. dfbcce2 Implemented parsing of objctive-c protocol conforming type used in by Fariborz Jahanian · 17 years ago
  5. 4e1d99a switch more code to use Token::is/isNot where possible. by Chris Lattner · 17 years ago
  6. b384d32 this patch accomodates clattner's comments on expression processing in @try-statement. by Fariborz Jahanian · 17 years ago
  7. 397fcc1 Patch to parse objective-c's @try-statement and @throw-statement. by Fariborz Jahanian · 17 years ago
  8. 1b273c4 Rename statement actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 17 years ago
  9. f69936d Rename expression actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 17 years ago
  10. 98414c1 Fix a bug/missing-feature Ted noticed: the 'unused' warning should not by Chris Lattner · 17 years ago
  11. c30ebfb extwarn about decls intermixed with code in c89 mode. by Chris Lattner · 17 years ago
  12. 45a566c implement a fixme: __extension__ marker on decls in compound stmts. by Chris Lattner · 17 years ago
  13. 2215325 Fix test/Parser/if-scope-*.c. Patch by Neil Booth! by Chris Lattner · 17 years ago
  14. 31e0572 Break the assumption that any sort of scope (e.g. a loop scope) can by Chris Lattner · 17 years ago
  15. 3848440 optimize scope push/pop to avoid work in the common case. by Chris Lattner · 17 years ago
  16. 0ecea03 Fix the scoping issue Neil pointed out for the rest of by Chris Lattner · 17 years ago
  17. a36ce71 Fix a nasty C99 scope issue that Neil pointed out (for ifs) by Chris Lattner · 17 years ago
  18. c1fcb77 Refactor switch analysis to make it possible to detect duplicate case values by Anders Carlsson · 17 years ago
  19. 95cfb85 Catch goto's with a missing identifier, patch by Neil Booth. by Chris Lattner · 17 years ago
  20. d217773 At one point there were going to be lexer and parser tokens. by Chris Lattner · 17 years ago
  21. 6c36be5 Add initial switch stmt support, patch by Anders Carlsson! by Chris Lattner · 17 years ago
  22. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago