1. a754990 Break the assumption that any sort of scope (e.g. a loop scope) can by Chris Lattner · 17 years ago
  2. 9c13572 read and ignore the body of a namespace. by Chris Lattner · 17 years ago
  3. f7b2e55 refactor enough of the top-level parsing logic to parse and by Chris Lattner · 17 years ago
  4. 7bdc85d C++ explicitly allows an empty source file. by Chris Lattner · 17 years ago
  5. a7f6278 by Steve Naroff · 17 years ago
  6. 87c329f by Steve Naroff · 17 years ago
  7. 92faeb8 As suggested by Chris, use MatchRHSPunctuation instead of manually looking for a right parenthesis when parsing @encode() and @protocol(). by Anders Carlsson · 17 years ago
  8. 2996b4e Parse ObjC @protocol expressions. by Anders Carlsson · 17 years ago
  9. a8ee226 by Steve Naroff · 17 years ago
  10. 72f17fb by Steve Naroff · 17 years ago
  11. 09a0c4c by Steve Naroff · 17 years ago
  12. 0bbffd8 by Steve Naroff · 17 years ago
  13. 8be1d40 Parse @encode expressions. by Anders Carlsson · 17 years ago
  14. aac973e update todo markers by Chris Lattner · 17 years ago
  15. 59ed6e2 optimize scope push/pop to avoid work in the common case. by Chris Lattner · 17 years ago
  16. f446f72 Fix the scoping issue Neil pointed out for the rest of by Chris Lattner · 17 years ago
  17. d190ac2 Fix a nasty C99 scope issue that Neil pointed out (for ifs) by Chris Lattner · 17 years ago
  18. c447499 Implement parsing for objc instance variables. by Steve Naroff · 17 years ago
  19. 511c37e Don't remove the grammar construct, just the TODO. by Anders Carlsson · 17 years ago
  20. f491b41 Tweak error recovery for missing semicolon after decl. For this: by Chris Lattner · 17 years ago
  21. 3ed8839 Remove objc-string-literal since it's been implemented now. by Anders Carlsson · 17 years ago
  22. a66cad4 Implement parsing and code generation of Objective-C string literals. by Anders Carlsson · 17 years ago
  23. a9adf11 by Steve Naroff · 17 years ago
  24. fb36788 by Steve Naroff · 17 years ago
  25. 06f4e75 add support for a top-level __extension__ marker, implementing a todo. by Chris Lattner · 17 years ago
  26. b707a7a minor cleanups by Chris Lattner · 17 years ago
  27. e35d258 __attribute__ starts a declspec. by Chris Lattner · 17 years ago
  28. 93c5301 by Steve Naroff · 17 years ago
  29. 14bbce8 by Steve Naroff · 17 years ago
  30. 5b52892 by Steve Naroff · 17 years ago
  31. 63bad2d by Steve Naroff · 17 years ago
  32. 4c255ab by Steve Naroff · 17 years ago
  33. 7cbb146 by Steve Naroff · 17 years ago
  34. 4b00965 Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 17 years ago