1. 2def483 Updated IdentifierResolver to deal with DeclarationNames. The names of by Douglas Gregor · 16 years ago
  2. eb83ecd Implement support for C++ nested-name-specifiers ('foo::bar::x') in the Parser side. by Argyrios Kyrtzidis · 16 years ago
  3. b48fe38 Add support for parsing and representing C++ constructor declarations. by Douglas Gregor · 16 years ago
  4. e10b0f2 "One" line fix for -parse-noop failure, "id" and several other things by Daniel Dunbar · 16 years ago
  5. 914701e Move AsmLabel into Declarator instead of just a parameter to ActOnDeclarator. by Daniel Dunbar · 16 years ago
  6. a80f874 Add more Parser/Sema support for GCC asm-label extension. by Daniel Dunbar · 16 years ago
  7. a34ea07 Nico Weber: by Ted Kremenek · 16 years ago
  8. 39caa08 Wherever a type is used/returned from the Action module, use TypeTy instead of DeclTy or void. by Argyrios Kyrtzidis · 16 years ago
  9. 06036d3 Pull protocol resolution of out ActOnStartClassInterface, this is also the by Chris Lattner · 16 years ago
  10. 7caeabd minor cleanup to the actions interface to pass around SmallVectorImpl instead by Chris Lattner · 16 years ago
  11. cfb0ef5 fix typo by Chris Lattner · 16 years ago
  12. b327ce0 by Steve Naroff · 16 years ago
  13. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago[Renamed from Parse/MinimalAction.cpp]
  14. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  15. 66c5dfc Patch to implement "Protocol" as a built-in type declared as "@class Protocol;" by Fariborz Jahanian · 17 years ago
  16. b4292f2 by Steve Naroff · 17 years ago
  17. 8ee529b by Steve Naroff · 17 years ago
  18. f908a87 by Steve Naroff · 17 years ago
  19. 640db42 by Steve Naroff · 17 years ago
  20. e440eb8 by Steve Naroff · 17 years ago
  21. 71e9908 by Steve Naroff · 17 years ago
  22. 3a165b0 by Steve Naroff · 17 years ago
  23. 37e58d1 by Steve Naroff · 17 years ago
  24. ccb4f31 This patch introduces a new class to keep track of class implementation info. It also adds more by Fariborz Jahanian · 17 years ago
  25. 894c57f This patch instantiates objects for forward protocols and in general handles use of by Fariborz Jahanian · 17 years ago
  26. 25e077d Patch to add objective-c's @protocl type declaration. by Fariborz Jahanian · 17 years ago
  27. 08d92e4 by Steve Naroff · 17 years ago
  28. bb20469 by Steve Naroff · 17 years ago
  29. 3536b44 by Steve Naroff · 17 years ago
  30. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago