1. b8a6aca Convert more expression actions to smart pointers. by Sebastian Redl · 16 years ago
  2. 0eb2330 Convert more expression actions to smart pointers. by Sebastian Redl · 16 years ago
  3. cd965b9 Convert a few expression actions to smart pointers. by Sebastian Redl · 16 years ago
  4. 431e90e Convert ObjC statement actions to smart pointers. by Sebastian Redl · 16 years ago
  5. 3037ed0 Convert asm statement action to smart pointers. by Sebastian Redl · 16 years ago
  6. 4cffe2f Convert more statement actions to smart pointers. by Sebastian Redl · 16 years ago
  7. f05b152 Convert some more statement actions to smart pointers. by Sebastian Redl · 16 years ago
  8. de30747 Convert some more actions to smart pointers. by Sebastian Redl · 16 years ago
  9. 117054a Convert a two more statement actions to smart pointers. by Sebastian Redl · 16 years ago
  10. c4b4e7b Keep track of template arguments when we parse them. Right now, we don't actually do anything with the template arguments, but they'll be used to create template declarations by Douglas Gregor · 16 years ago
  11. 3fc749d Don't explicitly represent OverloadedFunctionDecls within by Douglas Gregor · 16 years ago
  12. a0fd865 Parser support for C++ try-catch. by Sebastian Redl · 16 years ago
  13. a60528c Convert a few Stmt actions to smart pointers. by Sebastian Redl · 16 years ago
  14. e79837a Fix PrintParserCallbacks for the new ActOnLinkageSpec actions by Douglas Gregor · 16 years ago
  15. 798d119 Some utilities for using the smart pointers in Actions, especially Sema. Convert a few functions. by Sebastian Redl · 16 years ago
  16. 44b4321 Unifies the name-lookup mechanisms used in various parts of the AST by Douglas Gregor · 16 years ago
  17. 5c37de7 Add support for calls to dependent names within templates, e.g., by Douglas Gregor · 16 years ago
  18. cee63fb Handle new by passing the Declaration to the Action, not a processed type. by Sebastian Redl · 16 years ago
  19. 4c5d320 Implementation of new and delete parsing and sema. by Sebastian Redl · 16 years ago
  20. 337c6b9 Support overloading of the subscript operator[], including support for by Douglas Gregor · 16 years ago
  21. 7425373 Added operator overloading for unary operators, post-increment, and by Douglas Gregor · 16 years ago
  22. 0518999 Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expressions, both of values and types. by Sebastian Redl · 16 years ago
  23. eb83ecd Implement support for C++ nested-name-specifiers ('foo::bar::x') in the Parser side. by Argyrios Kyrtzidis · 16 years ago
  24. eaebc75 Initial, rudimentary implementation of operator overloading for binary by Douglas Gregor · 16 years ago
  25. e10b0f2 "One" line fix for -parse-noop failure, "id" and several other things by Daniel Dunbar · 16 years ago
  26. 220ad7c pass designators into sema. This completes parser-level designator by Chris Lattner · 16 years ago
  27. 1bfe1c2 Pass postfix attributes to ActOnFields. by Daniel Dunbar · 16 years ago
  28. d9f6910 rename PreDefinedExpr -> PredefinedExpr by Chris Lattner · 16 years ago
  29. 914701e Move AsmLabel into Declarator instead of just a parameter to ActOnDeclarator. by Daniel Dunbar · 16 years ago
  30. a80f874 Add more Parser/Sema support for GCC asm-label extension. by Daniel Dunbar · 16 years ago
  31. bb8f4e6 Add more output to clang -parse-print-callbacks by Daniel Dunbar · 16 years ago
  32. bdd30c2 Change uses of std::cerr/std::cout to llvm::Lcerr/llvm::cout, and remove by Ted Kremenek · 17 years ago
  33. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  34. b4292f2 by Steve Naroff · 17 years ago
  35. 640db42 by Steve Naroff · 17 years ago
  36. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  37. 08d92e4 by Steve Naroff · 17 years ago
  38. bb20469 by Steve Naroff · 17 years ago
  39. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago