1. 12dffcd Support DependentScopeDeclRefExpr for PCH. by Argyrios Kyrtzidis · 14 years ago
  2. 36c76f0 Refactor PCH reading/writing of template arguments passed to expressions. by Argyrios Kyrtzidis · 14 years ago
  3. 17cfded Fix PCH emitting/reading for template arguments that contain expressions. by Argyrios Kyrtzidis · 14 years ago
  4. bd65bb5 Support UnresolvedLookupExpr for PCH. by Argyrios Kyrtzidis · 14 years ago
  5. a77eb08 Support UnresolvedMemberExpr for PCH. by Argyrios Kyrtzidis · 14 years ago
  6. 8dfbd8b Support a couple more C++ Exprs for PCH. by Argyrios Kyrtzidis · 14 years ago
  7. 5e1b7c2 Fix broken de/serialization for a couple of C++ Exprs. by Argyrios Kyrtzidis · 14 years ago
  8. 95fc98c Read/write CXXDeleteExpr from/to PCH. by Argyrios Kyrtzidis · 14 years ago
  9. 43dec6b Alter the internal representation of the condition variable in by Douglas Gregor · 14 years ago
  10. 89f9d3a Added a field to BlockDeclRefExpr for future use. No functionality change yet. by Fariborz Jahanian · 14 years ago
  11. 5077c38 Implement semantic analysis and an AST representation for the named by Douglas Gregor · 14 years ago
  12. 3c9034c Recognize when the named return value optimization applies in a by Douglas Gregor · 14 years ago
  13. d04ed41 Convert CXXTempory[] in CXXExprWithTemporaries to be allocated using ASTContext's allocator. Fixes <rdar://problem/7961605>. by Ted Kremenek · 14 years ago
  14. 5921863 pch'ify CXXNewExpr and CXXZeroInitValueExpr by Chris Lattner · 14 years ago
  15. d259836 pchify CXXTemporary, CXXBindTemporaryExpr, and CXXExprWithTemporaries. by Chris Lattner · 14 years ago
  16. 030854b pch'ify default argument definitions and uses. by Chris Lattner · 14 years ago
  17. 2fbdfcd pch'ify 'this' and 'throw' by Chris Lattner · 14 years ago
  18. 14ab24f pch'ify typeid. by Chris Lattner · 14 years ago
  19. 1817bd4 pchify CXXMemberCallExpr correctly. Before it would serialize by Chris Lattner · 14 years ago
  20. cc8a5d5 Teach __builtin_offsetof to compute the offsets of members of base by Douglas Gregor · 14 years ago
  21. 8ecdb65 Completely reimplement __builtin_offsetof, based on a patch by Roberto Amadini. by Douglas Gregor · 14 years ago
  22. c00d8e1 Make the static type of the exception variable in an Objective-C by Douglas Gregor · 14 years ago
  23. 8f5e3dd Improve the AST representation of Objective-C @try/@catch/@finally by Douglas Gregor · 15 years ago
  24. 04badcf Overhaul the AST representation of Objective-C message send by Douglas Gregor · 15 years ago
  25. 81d3466 Keep proper source location information for the type in an Objective-C by Douglas Gregor · 15 years ago
  26. 709210f Use ASTVector instead of std::vector for the Exprs in InitListExpr. Performance by Ted Kremenek · 15 years ago
  27. c2350e5 Extend ObjCMessageExpr for class method sends with the source location by Douglas Gregor · 15 years ago
  28. ba7bc55 Revert: "Change InitListExpr to allocate the array for holding references" by Ted Kremenek · 15 years ago
  29. 9f9269e Change InitListExpr to allocate the array for holding references by Ted Kremenek · 15 years ago
  30. eb7f961 Roll r95513 back in. by Sam Weinig · 15 years ago
  31. a8ad5d4 Roll out r95513, it seems to have broken self hosting. by Sam Weinig · 15 years ago
  32. 1eb1113 Add PCH support for CXXBoolLiteralExpr and CXXNullPtrLiteralExpr. by Sam Weinig · 15 years ago
  33. ff93dbd Use IdentifierInfo * instead of std::string for the AsmStmt names. by Anders Carlsson · 15 years ago
  34. acb6bcb Even more AsmStmt cleanup. by Anders Carlsson · 15 years ago
  35. fdba9c0 Combine AsmStmt::setOutputsAndInputs and AsmStmt::setClobbers. by Anders Carlsson · 15 years ago
  36. 42f56b5 Preserve type source information in compound literal expressions. by John McCall · 15 years ago
  37. ce757a7 Add PCH support for CXXStaticCastExpr, CXXDynamicCastExpr, CXXReinterpretCastExpr, CXXConstCastExpr and CXXFunctionalCastExpr. by Sam Weinig · 15 years ago
  38. 9d12503 Preserve type source information in explicit cast expressions. by John McCall · 15 years ago
  39. 319d57f Move the allocation of designators in DesignatedInitExpr to the by Douglas Gregor · 15 years ago
  40. 3b11fd3 Remember if the AsmStmt came from Microsoft-style inline assembly code. by Mike Stump · 15 years ago
  41. 16006c9 When value-initializing a class with no user-defined constructors but by Douglas Gregor · 15 years ago
  42. 99a2e60 Switch the C++ new expression over to InitializationSequence, rather by Douglas Gregor · 15 years ago
  43. dbd872f DeclRefExpr stores a ValueDecl internally. by John McCall · 15 years ago
  44. a93c934 DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated variables, by John McCall · 15 years ago
  45. dd27a2d Missed change from last commit. by Eli Friedman · 15 years ago
  46. 99e9b4d Eliminate CXXConditionDeclExpr with extreme prejudice. by Douglas Gregor · 15 years ago
  47. 5656e14 Clean up the AST for while loops and fix several problems with by Douglas Gregor · 15 years ago
  48. d3d5301 Explicitly store the condition variable within switch statements, and by Douglas Gregor · 15 years ago
  49. 8cfe5a7 Explicitly track the condition variable within an "if" statement, by Douglas Gregor · 15 years ago
  50. 5ab7517 Preserve type source information in sizeof/alignof expressions, and pass it by John McCall · 15 years ago
  51. a2813ce Eliminate QualifiedDeclRefExpr, which captured the notion of a by Douglas Gregor · 15 years ago
  52. b648023 Add StringLiteral::getString -> StringRef. by Daniel Dunbar · 15 years ago
  53. 39da0b8 Improve handling of initialization by constructor, by ensuring that by Douglas Gregor · 15 years ago
  54. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  55. 47e1f7c Source location information for ? and : in a ConditionalOperator, from Enea Zaffanella by Douglas Gregor · 15 years ago
  56. 09105f5 Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRefExpr". by Fariborz Jahanian · 15 years ago
  57. d2ae5aa Renamed ClassProp data member of ObjCImplctSetterGetterRefExpr by Fariborz Jahanian · 15 years ago
  58. 154440e Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. by Fariborz Jahanian · 15 years ago
  59. 888376a Transition the PCH support for ShuffleVectorExpr over to ASTContext allocation by Nate Begeman · 15 years ago
  60. 43d9d92 Introduce reference counting for statements and expressions, using it by Douglas Gregor · 15 years ago
  61. cdef2b7 Add a CastKind enum to CastExpr. Right now it's not used for much but it will be :) by Anders Carlsson · 15 years ago
  62. f242b1b Allow front-end 'isa' access on object's of type 'id'. by Steve Naroff · 15 years ago
  63. ba0a900 Read/write a CXXOperatorCallExpr from/to PCH files. by Argyrios Kyrtzidis · 15 years ago
  64. ae4df62 Fix PR 4489, a PCH crash during de-serialization. by Douglas Gregor · 15 years ago
  65. 9b0b57c Added writing and reading of the ConstQualAdded flag of BlockDeclRefExpr to PCH. by Fariborz Jahanian · 15 years ago
  66. 9891359 add the location of the ')' in a do/while statement to DoStmt. by Chris Lattner · 15 years ago
  67. 75fdb23 Fix lots of PCH crashes caused by the new assertions in by Douglas Gregor · 15 years ago
  68. beaaccd Use v.data() instead of &v[0] when SmallVector v might be empty. by Jay Foad · 15 years ago
  69. 5f1b9e6 Template instantiation for IndirectGotoStmt. Now my life is complete. by Douglas Gregor · 15 years ago
  70. dbb26db Template instantiation for switch statements by Douglas Gregor · 15 years ago
  71. 5831c6a Template instantiation for "for" loops by Douglas Gregor · 15 years ago
  72. 9f3ca2a Template instantiation for do-while statements. by Douglas Gregor · 15 years ago
  73. d06f6ca Template instantiation for "if" statements. Also: by Douglas Gregor · 15 years ago
  74. a02b147 Make the PCH reader use the diagnostics system for its complaints. by Douglas Gregor · 15 years ago
  75. d1d64a0 Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far) by Chris Lattner · 15 years ago
  76. da93061 read all decls (and attributes and stmts/exprs referenced by the decl) by Chris Lattner · 15 years ago
  77. 52e97d1 change the interface to ReadStmt to force clients to pass a cursor in to read from. by Chris Lattner · 15 years ago
  78. 4c6f952 split stmt/expr deserialization out to PCHReaderStmt.cpp by Chris Lattner · 15 years ago