1. 7f9690d restructure ParseInitializerWithPotentialDesignator to make it by Chris Lattner · 16 years ago
  2. efcadc6 improve MayBeDesignationStart to do the entire determination by Chris Lattner · 16 years ago
  3. 0eec2b5 inline the decision logic that chooses between an assign expr and brace by Chris Lattner · 16 years ago
  4. eccc53a This patch continues parser-level implementation of designators: by Chris Lattner · 16 years ago
  5. 838cb21 minor cleanups by Chris Lattner · 16 years ago
  6. f7da726 Simplify the parser a bit by looking at the next token without consuming it (by Preprocessor::LookNext): by Argyrios Kyrtzidis · 16 years ago
  7. b93fb49 handle the full assignment-expression grammar when using an by Chris Lattner · 16 years ago
  8. 65bb89c Two improvements to initializer parsing: by Chris Lattner · 16 years ago
  9. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago[Renamed from Parse/ParseInit.cpp]
  10. 5c74942 Add support for dispatching an objc message to a variable by Chris Lattner · 17 years ago
  11. da46f3b First half of a fix for the "objc message send in initializer" bug. This only by Chris Lattner · 17 years ago
  12. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  13. e61933d Fix a recovery bug Fariborz and I noticed yesterday. We were producing: by Chris Lattner · 17 years ago
  14. 04d6666 switch some more of the parser over to using Token::is and isNot by Chris Lattner · 17 years ago
  15. f69936d Rename expression actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 17 years ago
  16. d217773 At one point there were going to be lexer and parser tokens. by Chris Lattner · 17 years ago
  17. 4aa88f8 by Steve Naroff · 17 years ago
  18. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago