1. e8b724d move function to a more logical location, add its grammar productions. by Chris Lattner · 17 years ago
  2. dcc2cbc simplify some code. by Chris Lattner · 17 years ago
  3. 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
  4. 9298d96 Handle "bool" in all places that touch _Bool. by Chris Lattner · 17 years ago
  5. 1b4e251 Give AST-walk passes a way to access DeclSpec attributes on functions and by Nate Begeman · 17 years ago
  6. 19d74e1 More infrastructure to recognize objective-c's type qualifiers (in,inout, etc.) by Fariborz Jahanian · 17 years ago
  7. f908a87 by Steve Naroff · 17 years ago
  8. 60fccee by Steve Naroff · 17 years ago
  9. cd4b83c The callers of ParseStructDeclaration are not expecting it to by Chris Lattner · 17 years ago
  10. 4b6c905 Patch to create protocol conforming class types. by Fariborz Jahanian · 17 years ago
  11. e440eb8 by Steve Naroff · 17 years ago
  12. 04d6666 switch some more of the parser over to using Token::is and isNot by Chris Lattner · 17 years ago
  13. 245f92a This is the first patch toward supporting protocol conforming by Fariborz Jahanian · 17 years ago
  14. 9d048ff Removed use of hash table for class decls and do a name look up directly. by Fariborz Jahanian · 17 years ago
  15. 08d92e4 by Steve Naroff · 17 years ago
  16. f13271f by Steve Naroff · 17 years ago
  17. bb20469 by Steve Naroff · 17 years ago
  18. f28b264 by Steve Naroff · 17 years ago
  19. 4e6526b Tweak declaration... by Steve Naroff · 17 years ago
  20. e1223f7 by Steve Naroff · 17 years ago
  21. 7946dd3 C++ allows empty enum list. by Chris Lattner · 17 years ago
  22. 31e0572 Break the assumption that any sort of scope (e.g. a loop scope) can by Chris Lattner · 17 years ago
  23. 8f08cb7 refactor enough of the top-level parsing logic to parse and by Chris Lattner · 17 years ago
  24. 4fa7afd by Steve Naroff · 17 years ago
  25. ed44238 Tweak error recovery for missing semicolon after decl. For this: by Chris Lattner · 17 years ago
  26. 28a7ca8 by Steve Naroff · 17 years ago
  27. 1ef0876 minor cleanups by Chris Lattner · 17 years ago
  28. d6c7c18 __attribute__ starts a declspec. by Chris Lattner · 17 years ago
  29. 9dfa7b4 by Steve Naroff · 17 years ago
  30. 2cb64ec by Steve Naroff · 17 years ago
  31. d1861fd by Steve Naroff · 17 years ago
  32. e80a59c Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 17 years ago
  33. d217773 At one point there were going to be lexer and parser tokens. by Chris Lattner · 17 years ago
  34. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago