1. 4210802 Remove hacks from ASTContext now that alignment gets reported correctly. by Eli Friedman · 16 years ago
  2. d1ac17a Reclaim memory from chains of ScopedDecls, and reclaim memory for the initializers of EnumConstantDecls. by Ted Kremenek · 16 years ago
  3. f809e3b Delete AST nodes, not just Decls. by Ted Kremenek · 16 years ago
  4. b65cf41 Reclaim memory allocated for ParmVarDecl's in FunctionDecl::Destroy. by Ted Kremenek · 16 years ago
  5. 3bbc198 When serializing FunctionDecl, serialize out a reference to the previous declaration. by Ted Kremenek · 16 years ago
  6. 75a13a5 Remove unnecessary #include (introduced by a recent patch of mine). by Ted Kremenek · 16 years ago
  7. 27f8a28 Try to plug some memory leaks... by Ted Kremenek · 16 years ago
  8. 9c1863e Added Stmt::DestroyChildren, which will be used by the dstors of the subclasses of Stmt to recursively delete their child AST nodes. by Ted Kremenek · 16 years ago
  9. 4be1f47 Make the unused expression warning a bit less aggressive (found in PHP code). by Eli Friedman · 16 years ago
  10. 9c2535a Added CFGBlock::hasBinaryBranchTerminator(). by Ted Kremenek · 16 years ago
  11. 861dc46 Minor cleanup to isBuiltinConstantExpr. by Eli Friedman · 16 years ago
  12. 774e4af Removed bogus "return true" in Expr::isConstantExpr that returned true for all by Ted Kremenek · 16 years ago
  13. d38617c Implementation of __builtin_shufflevector, a portable builtin capable of by Eli Friedman · 16 years ago
  14. 3b8d116 Remove AST dependency on VMCore by switching ExtVectorElementExpr off Constant. by Nate Begeman · 16 years ago
  15. adbb619 Unbreak build. by Ted Kremenek · 16 years ago
  16. 81edea8 Grammar cleanup in comment. Remove redundant assignment. by Ted Kremenek · 16 years ago
  17. 9f3e89a When reading in the DeclCtx during deserialization, register the DeclCtx of the by Ted Kremenek · 16 years ago
  18. 6b3502c fix free/delete mismatch problem in add/mergeProperties (found by valgrind) by Nuno Lopes · 16 years ago
  19. 8a99764 Extend vector member references to include {.hi, .lo, .e, .o} which return a by Nate Begeman · 16 years ago
  20. 4607034 Synthesized getter/setter method declarations need not have by Fariborz Jahanian · 16 years ago
  21. 33de3f0 This patch introduces declaration of getter methods for ObjC2's by Fariborz Jahanian · 16 years ago
  22. 1a42a25 Fixup InitListExpr::child_begin/end. Thanks to Ted for catching the regression. by Steve Naroff · 16 years ago
  23. 81e72e4 Fix off-by-one error. by Steve Naroff · 16 years ago
  24. 46b55e5 percolate @optional/@required protocols down to ASTs for by Fariborz Jahanian · 16 years ago
  25. a212c56 Simplify FunctionDecl::AddRedeclaration a bit by using std::swap. by Chris Lattner · 16 years ago
  26. aebf0cb This patch is about merging ObjC2's properties declared in class by Fariborz Jahanian · 16 years ago
  27. 9226197 Fixed bug in ObjCIVarExpr: the child iterator now iterates over the Base expression. by Ted Kremenek · 16 years ago
  28. c29efd8 Bug fix in StmtPrinter to handle pretty-printing ObjCMessageExprs involving variadic methods (also did some cosmetic cleanups in the printing output). by Ted Kremenek · 16 years ago
  29. ea958e57 Use pointer swizziling to unify in ObjCMessageExpr the receiver and classname "fields". This saves us a pointer. by Ted Kremenek · 16 years ago
  30. c5ae899 Extend InitListExpr API/IMPL to support arbitrary add/remove (in support of the initializer rewrite I am doing). by Steve Naroff · 16 years ago
  31. 274f433 Bug fix in CFG::getBlockEdgeImpl(): Use a BumpPtrAllocator to allocate by Ted Kremenek · 16 years ago
  32. 2d1c5d3 Parsing of namespaces: by Argyrios Kyrtzidis · 16 years ago
  33. c1e9dea TranslationUnit now owns IdentifierTable, TargetInfo, and Selectors objects by Ted Kremenek · 16 years ago
  34. 628b96f Patch to build AST for property implementation declarations and by Fariborz Jahanian · 16 years ago
  35. 9fdf9c6 "This patch renames by Chris Lattner · 16 years ago
  36. c70bee8 Allow property in base class to be implemented in a derived class. by Fariborz Jahanian · 16 years ago
  37. 559c0c4 Continuation of work on ObjC2's properties. by Fariborz Jahanian · 16 years ago
  38. f009795 Clean up handling of function redeclarations by Douglas Gregor · 16 years ago
  39. 213541a OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. by Nate Begeman · 16 years ago
  40. 3dd4ba4 Added property decl support for protocols. by Fariborz Jahanian · 16 years ago
  41. ef17782 Addition of TranslationUnitDecl to the AST: by Argyrios Kyrtzidis · 16 years ago
  42. 61d4615 New AST class for property implementation declarations. by Fariborz Jahanian · 16 years ago
  43. d9a3c33 Fixed a comment. by Fariborz Jahanian · 16 years ago
  44. 411cdee Added CFGBlock::getTerminatorCondition() to get the Expr* of the condition a block's terminator. by Ted Kremenek · 16 years ago
  45. 7e7e387 This patch adds support for declaraing properties in categories, by Fariborz Jahanian · 16 years ago
  46. 97b7f26 Remove uses of "Selector&" and "const Selector&", since Selector is just an by Ted Kremenek · 16 years ago
  47. 248a753 Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVarDecl() and VarDecl::isFileVarDecl(). by Steve Naroff · 16 years ago
  48. 1de1e74 New AST representation for each objc2's property declaration. by Fariborz Jahanian · 16 years ago
  49. 2ce52f3 Introduce support for finding class and enum names via ordinary name lookup in C++ by Douglas Gregor · 16 years ago
  50. 99dc914 This patch is just the easy part of the class names patch, which by Chris Lattner · 16 years ago
  51. 1b30cb2 Use static_cast<> instead of cast<> in Decl::Destroy(). Suggestion by Argiris by Sam Bishop · 16 years ago
  52. 9e97955 Default argument cleanups and minor improvements, patch by Doug Gregor! by Chris Lattner · 16 years ago
  53. dae1a1a AST generation for objc2's property declarations. by Fariborz Jahanian · 16 years ago
  54. d6a07aa Add class and super class location info to ObjCInterfaceDecl... by Steve Naroff · 16 years ago
  55. 1bb1963 Invoke destructors in Decl::Destroy(). by Sam Bishop · 16 years ago
  56. bb45c51 Stub out and start using a Decl::Destroy() method. by Sam Bishop · 16 years ago
  57. f3c63ae Use the ASTContext allocator when creating deserialized Decl objects. by Sam Bishop · 16 years ago
  58. 8123a95 Several improvements from Doug Gregor related to default by Chris Lattner · 16 years ago
  59. 670aa9d Changed the Decl::Kind enum of the ObjCPropertyDecl class, so that it follows by Sam Bishop · 16 years ago
  60. 0442108 Add support for C++ default arguments, and rework Parse-Sema by Chris Lattner · 16 years ago
  61. e2563ca Pass the ASTContext object around when deserializing Decl and Stmt objects, so by Sam Bishop · 16 years ago
  62. 5426bf6 random whitespace fixes. by Chris Lattner · 16 years ago
  63. 8c7bbb5 fix a bug I introduced in my previous checkin. by Chris Lattner · 16 years ago
  64. acc9972 simplify array compatibility testing. by Chris Lattner · 16 years ago
  65. 8f8fc7b simplify reference handling. by Chris Lattner · 16 years ago
  66. 6ac46a4 move some code around, no other change. by Chris Lattner · 16 years ago
  67. 78eca28 simplify compatibility testing for tag types. by Chris Lattner · 16 years ago
  68. b048981 merge compatibility testing of qualified/unqualified interfaces together by Chris Lattner · 16 years ago
  69. 1ee0700 Fix a really bad bug where type uniquing would merge a<x> with b<x> as the same by Chris Lattner · 16 years ago
  70. 42a997c MyOtherClass<MyProtocol>* is compatible with MyClass* by Chris Lattner · 16 years ago
  71. 3cc4c0c Remove a dead check for compatible builtin types by Chris Lattner · 16 years ago
  72. 6e26f5d futher simplify compatibility testing of objc interface types. by Chris Lattner · 16 years ago
  73. a36a61f ocuvector and vector should be compatible. Fix ASQual compatibility. by Chris Lattner · 16 years ago
  74. f3692dc Fix comment typo, do reference eval at the correct type. by Chris Lattner · 16 years ago
  75. f62f9cd simplify vector type compatibility testing. by Chris Lattner · 16 years ago
  76. eca7be6 move ObjCQualifiedIdTypesAreCompatible out of ASTContext into Sema. by Chris Lattner · 16 years ago
  77. 821a01b Replace an O(n^2) algorithm in areCompatObjCQualInterfaces with by Chris Lattner · 16 years ago
  78. 88cb27a move sorting of qualifying protocols from the parser into by Chris Lattner · 16 years ago
  79. 065f0d7 eliminate getReferencedProtocols from by Chris Lattner · 16 years ago
  80. 3b27546 make QualifiedInterfaceTypesAreCompatible a static function by Chris Lattner · 16 years ago
  81. 53efc25 This predicate is just a generic "issuperclass" predicate, move it to the by Chris Lattner · 16 years ago
  82. c4e4059 Simplify some objc compatibility testing, make interfaceTypesAreCompatible by Chris Lattner · 16 years ago
  83. 439dbad simplify the logic in ASTContext::objcTypesAreCompatible by Chris Lattner · 16 years ago
  84. 368eefa clean up some logic in objc type handling. Specifically, make it so that by Chris Lattner · 16 years ago
  85. 1361b11 trivial changes to getFloatingTypeOfSizeWithinDomain, nothing significant. by Chris Lattner · 16 years ago
  86. 7cfeb08 simplify max type computation by making it return an integer (like by Chris Lattner · 16 years ago
  87. a75cea3 minor simplifications/cleanups to type comparisons. by Chris Lattner · 16 years ago
  88. d8bdba5 remove a use of getCanonicalType. by Chris Lattner · 16 years ago
  89. f52ab25 Start switching clients over from CT.getCanonicalType() to Context.getCanonicalType(CT) for PR2189. by Chris Lattner · 16 years ago
  90. 77c9647 introduce a new ASTContext::getCanonicalType method. This is the first by Chris Lattner · 16 years ago
  91. 37c1b78 Use EnumType to simplify some code. by Chris Lattner · 16 years ago
  92. 7176331 make use of EnumType to simplify some code, eliminate warnings by Chris Lattner · 16 years ago
  93. 2daa5df Make EnumType/RecordType classof predicates simpler and more efficient in by Chris Lattner · 16 years ago
  94. 5edb8bf add a helper EnumType object for asking about tagtypes for enums. by Chris Lattner · 16 years ago
  95. 5619688 Fix a bug I introduced in my const'ification patch. by Chris Lattner · 16 years ago
  96. b048c98 This patch contains these changes: by Chris Lattner · 16 years ago
  97. e0def75 fix a number of const qualification bugs. by Chris Lattner · 16 years ago
  98. b6e64c5 Rename ScopedDecl::getContext() -> getContextDecl(). Two motivations: by Steve Naroff · 16 years ago
  99. 63f067f PR1963: Address of function is a constant expression by Seo Sanghyeon · 16 years ago
  100. 0ed844b Introduce ContextDecl, patch by Argiris Kirtzidis! by Chris Lattner · 16 years ago