1. c97c204 minor cleanup by Chris Lattner · 17 years ago
  2. 095ffca Removed a few TODOs on things which are done. by Fariborz Jahanian · 17 years ago
  3. 397fcc1 Patch to parse objective-c's @try-statement and @throw-statement. by Fariborz Jahanian · 17 years ago
  4. 1b273c4 Rename statement actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 17 years ago
  5. f69936d Rename expression actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 17 years ago
  6. 08d92e4 by Steve Naroff · 17 years ago
  7. 0ccb27d 1. Fix parsing of method prototype involving c-style argument declarations. by Fariborz Jahanian · 17 years ago
  8. 98414c1 Fix a bug/missing-feature Ted noticed: the 'unused' warning should not by Chris Lattner · 17 years ago
  9. d56d6b6 don't turn semantic errors into parse errors. by Chris Lattner · 17 years ago
  10. dbd583c fix some memory leaks when recovering. by Chris Lattner · 17 years ago
  11. 9fddf0a Pass the location of the type. by Chris Lattner · 17 years ago
  12. 6eb2109 make sure to parse postfix expression suffixes after builtin by Chris Lattner · 17 years ago
  13. f9aa3cb add an action callback for __builtin_offsetof by Chris Lattner · 17 years ago
  14. 5dac7f6 Don't remove the grammar construct, just the TODO. by Anders Carlsson · 17 years ago
  15. c52056a Remove objc-string-literal since it's been implemented now. by Anders Carlsson · 17 years ago
  16. 5508518 Implement parsing and code generation of Objective-C string literals. by Anders Carlsson · 17 years ago
  17. d04fdd5 by Steve Naroff · 17 years ago
  18. 363bcff by Steve Naroff · 17 years ago
  19. d34e915 by Steve Naroff · 17 years ago
  20. ab18c4c implement ast building and trivial semantic analysis of stmt exprs. by Chris Lattner · 17 years ago
  21. 2274266 Implement code generation for __func__, __FUNCTION__ and __PRETTY_FUNCTION__ by Anders Carlsson · 17 years ago
  22. 2ff5426 improve and simplify error recovery for calls, fix a crash when diagnosing by Chris Lattner · 17 years ago
  23. d217773 At one point there were going to be lexer and parser tokens. by Chris Lattner · 17 years ago
  24. 4aa88f8 by Steve Naroff · 17 years ago
  25. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago