1. 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
  2. 89307ff by Steve Naroff · 17 years ago
  3. 1f64432 by Steve Naroff · 17 years ago
  4. 6a0ef4b Store inline asm code in the AST. by Anders Carlsson · 17 years ago
  5. 71c0a95 by Steve Naroff · 17 years ago
  6. 409be83 by Steve Naroff · 17 years ago
  7. 0416fb9 by Steve Naroff · 17 years ago
  8. 60fbca0 Represent method definitions as separate AST nodes. Pretty print will come next. by Fariborz Jahanian · 17 years ago
  9. 360300c Some code clean up in the form of name changes for functions which by Fariborz Jahanian · 17 years ago
  10. 306d68f First patch toward rewriting of method definitions. This is work in progress. by Fariborz Jahanian · 17 years ago
  11. f9ed315 Refactored parsing of main function body for reuse by objective-c methods. by Fariborz Jahanian · 17 years ago
  12. 19d74e1 More infrastructure to recognize objective-c's type qualifiers (in,inout, etc.) by Fariborz Jahanian · 17 years ago
  13. d19144b resolve a fixme, by moving __builtin_va_list to a more logical by Chris Lattner · 17 years ago
  14. b216c88 by Steve Naroff · 17 years ago
  15. 90ae68a avoid a noop virtual method call on the hot scope poping path. by Chris Lattner · 17 years ago
  16. 0007322 Add two new Token helper functions, "is" and "isNot". This allows us to write by Chris Lattner · 17 years ago
  17. b652cea rename some "Parse" actions to "ActOn". Move code around in by Chris Lattner · 17 years ago
  18. d0b0154 Patch for method implementation. It populates ObjcImplementationDecl object with method implementation declarations . by Fariborz Jahanian · 17 years ago
  19. 08d92e4 by Steve Naroff · 17 years ago
  20. bb20469 by Steve Naroff · 17 years ago
  21. 2bd42fa Some small tweaks to the recent Objc support... by Steve Naroff · 17 years ago
  22. 3536b44 by Steve Naroff · 17 years ago
  23. d0f97d1 Author: F. Jahanian by Fariborz Jahanian · 17 years ago
  24. 34870da cleanup context-sensitive objc keyword recognition. Patch by Fariborz Jahanian. by Chris Lattner · 17 years ago
  25. 31e0572 Break the assumption that any sort of scope (e.g. a loop scope) can by Chris Lattner · 17 years ago
  26. bae3511 read and ignore the body of a namespace. by Chris Lattner · 17 years ago
  27. 8f08cb7 refactor enough of the top-level parsing logic to parse and by Chris Lattner · 17 years ago
  28. f726175 C++ explicitly allows an empty source file. by Chris Lattner · 17 years ago
  29. 527fe23 by Steve Naroff · 17 years ago
  30. 7ef58fd by Steve Naroff · 17 years ago
  31. 697e15f update todo markers by Chris Lattner · 17 years ago
  32. dac269b by Steve Naroff · 17 years ago
  33. c301815 add support for a top-level __extension__ marker, implementing a todo. by Chris Lattner · 17 years ago
  34. 012cf46 Fix a comment, patch by Kevin Andre! by Chris Lattner · 17 years ago
  35. 9e344c6 Make parser scope cache be a member of the parser instead of a global, by Chris Lattner · 17 years ago
  36. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago