1. d077d75 PCH support for InitListExpr, DesignatedInitExpr, and ImplicitValueInitExpr. by Douglas Gregor · 15 years ago
  2. 347ba89 Add support for the __has_trivial_constructor type trait. by Anders Carlsson · 15 years ago
  3. 94cd5d1 PCH support for ShuffleVectorExpr and BlockDeclRefExpr by Douglas Gregor · 15 years ago
  4. d3c98a0 PCH support for ExtVectorElementExpr and VAArgExpr. by Douglas Gregor · 15 years ago
  5. c8d2e77 Fix decl type merges when they have __string/__weak attributes. by Fariborz Jahanian · 15 years ago
  6. 1f0d013 PCH support for MemberExpr and CallExpr. by Douglas Gregor · 15 years ago
  7. 673ecd6 PCH support for string literals by Douglas Gregor · 15 years ago
  8. ffb4b6e Implement support for designated initializers that refer to members of by Douglas Gregor · 15 years ago
  9. 44e35f7 Improve "assignment to cast" diagnostic. by Daniel Dunbar · 15 years ago
  10. 5717dae Strip paren expressions when trying to diagnose "cast as lvalue" extension. by Daniel Dunbar · 15 years ago
  11. d824c9c ASTContext::mergeTypes(): Loosen up the type checking for 'Class' (treating it like 'id'). by Steve Naroff · 15 years ago
  12. 5466c7b Audit __private_extern__ handling. by Daniel Dunbar · 15 years ago
  13. b286a78 Add VarDecl::getStorageClassSpecifierString (StorageClass -> const char*). by Daniel Dunbar · 15 years ago
  14. bb3fde3 Change dyn_cast<> to isa<>. Pointed out by Anders (thanks). by Steve Naroff · 15 years ago
  15. ab76d45 Fix crasher in ASTContext::getObjCEncodingForMethodDecl(). by Steve Naroff · 15 years ago
  16. 16ede0e fix PR3932: [ObjC]Type defined as 'id' is not recognized as a valid object type. by Chris Lattner · 15 years ago
  17. c211218 Non-pointer objects are none gc'able regardles of the attribute set on them. by Fariborz Jahanian · 15 years ago
  18. 8038d51 Various minor fixes to PCH reading and writing, with general by Douglas Gregor · 15 years ago
  19. 2f1169f Use correct alignment and size for references in records as well. by Anders Carlsson · 15 years ago
  20. 1b78276 Add Expr::EvaluateAsLValue which will (believe it or not) try to evaluate an Expr as an LValue. by Anders Carlsson · 15 years ago
  21. f093023 Fix thinko noticed by Chris. by Anders Carlsson · 15 years ago
  22. 4cc2cfd Use the same alignment for reference declarations as for pointer declarations. by Anders Carlsson · 15 years ago
  23. 2cf2634 Implementation of pre-compiled headers (PCH) based on lazy by Douglas Gregor · 15 years ago
  24. c612f7b Add @encode support for complex types. by Anders Carlsson · 15 years ago
  25. 6ab3524 Propagate the ASTContext to various AST traversal and lookup functions. by Douglas Gregor · 15 years ago
  26. c36c540 Simple DeclContext's internal representation by always storing a by Douglas Gregor · 15 years ago
  27. 24ae89a Another ParentMap bug: only the right side of a comma expression is consumed. by Ted Kremenek · 15 years ago
  28. 0c7ce5b Added a FIXME. by Fariborz Jahanian · 15 years ago
  29. 4af4412 Fix buffer overrun when laying out synthesized ivars. by Daniel Dunbar · 15 years ago
  30. e42ac98 Fix bug in ParentMap::isConsumedExpr. A BinaryOperator always "consumes" the by Ted Kremenek · 15 years ago
  31. a27e5fe improve compatibility with VC+, patch by John Thompson! by Chris Lattner · 15 years ago
  32. 5c27f2b Allow us to ask for the access specifier of a translation unit by Douglas Gregor · 15 years ago
  33. 235c5ed CFG: when there is not continue or break target, mark the CFG as bad. by Ted Kremenek · 15 years ago
  34. c2ee10d Move the internal DeclContext data structures into a separate header. by Douglas Gregor · 15 years ago
  35. 90658ec Remove hack support for @try...@finally in source-level CFGs. The current hack by Ted Kremenek · 15 years ago
  36. ec91dab Ignore plus operands when looking up the operand number from a named operand. This matches llvm-gcc and fixes PR3908. by Anders Carlsson · 15 years ago
  37. 3050ed4 Resynchronize Decl/VarDecl serialization code with the structures by Douglas Gregor · 15 years ago
  38. d09a456 Fix up lookup rules for properties declared in objc's continuation class. by Fariborz Jahanian · 15 years ago
  39. c960ee3 add TemplateName.cpp/h to the xcode project, minor tidying. by Chris Lattner · 15 years ago
  40. 22b6e06 Fix a bug in declaration of property in continuation by Fariborz Jahanian · 15 years ago
  41. 99eee36 Nonfragile ivar synthesis with property is in a continuation class. by Fariborz Jahanian · 15 years ago
  42. 4409a6d Update CMake file. Patch by Brian Diekelman! by Ted Kremenek · 15 years ago
  43. 969c689 Give Type::getDesugaredType a "for-display" mode that can apply more by Douglas Gregor · 15 years ago
  44. b930d7a Fix: <rdar://problem/6740387>. Sending nil to an object that returns a struct by Ted Kremenek · 15 years ago
  45. 03d9f34 remove ASTContext::buildObjCInterfaceType, which breaks canonical by Chris Lattner · 15 years ago
  46. dbdf794 CFG: For 'if(...) {}' (empty body) construct an empty CFGBlock so that we can by Ted Kremenek · 15 years ago
  47. aab0f7a Fix block comparisons. Radar 6732116. by Mike Stump · 15 years ago
  48. 1734317 Parsing, semantic analysis, and template instantiation for typename by Douglas Gregor · 15 years ago
  49. 9bde773 Some cleanup and renaming. No functionality change by Douglas Gregor · 15 years ago
  50. de650ae Implement template instantiation for template names, including both by Douglas Gregor · 15 years ago
  51. 1819188 ir-gen support for nonfragile abi's synthesized ivars. by Fariborz Jahanian · 15 years ago
  52. 8499f3f Implement -Wmissing-prototypes. Fixes PR3911. by Douglas Gregor · 15 years ago
  53. 2349925 Fix a problem in ASTContext::addRecordToClass handling forward declarations. by Chris Lattner · 15 years ago
  54. 16ff705 disable copying of Type objects. by Chris Lattner · 15 years ago
  55. f169085 fill in temporary smallvectors instead of vectors for performance. by Chris Lattner · 15 years ago
  56. d13d302 simplify some casting by Chris Lattner · 15 years ago
  57. da04639 add a const version of the lookupFieldDeclForIvar method. by Chris Lattner · 15 years ago
  58. c45c232 Parsing and AST representation for dependent template names that occur by Douglas Gregor · 15 years ago
  59. af3e722 fe support for objc2's nonfragile-abi synthesized ivars. by Fariborz Jahanian · 15 years ago
  60. e1646da Slight generalization for Evaluate with const variables. by Eli Friedman · 15 years ago
  61. 7532dc6 Improve the representation of template names in the AST. This by Douglas Gregor · 15 years ago
  62. e31c0d2 Add partial CFG support for Objective-C exception-handling blocks. We basically by Ted Kremenek · 15 years ago
  63. 682bf92 Push DeclGroup much farther throughout the compiler. Now the various by Chris Lattner · 15 years ago
  64. f279725 simplify by Chris Lattner · 15 years ago
  65. 005f92f switch TemplateOrInstantiation to be a PointerUnion, which by Chris Lattner · 15 years ago
  66. 5648a8a change another PointerIntPair into a PointerUnion. by Chris Lattner · 15 years ago
  67. ee219fd switch DeclBase::DeclCtx to the new happy and type-safe by Chris Lattner · 15 years ago
  68. 0eda3b3 adjust to llvm mainline changes. by Chris Lattner · 15 years ago
  69. faf0e87 Let getIdentifierNamespaceForKind know about aliases and have it treat them just like namespace decls. by Anders Carlsson · 15 years ago
  70. 68771c7 Create AST nodes for namespace aliases. by Anders Carlsson · 15 years ago
  71. ec6986a CMake: remove TranslationUnit.cpp from build (file has been removed). by Cedric Venet · 15 years ago
  72. e66a8cf some random cleanups by Chris Lattner · 15 years ago
  73. 7e24e82 rename some methods. by Chris Lattner · 15 years ago
  74. fe95dea Cleanups for DeclGroup. by Chris Lattner · 15 years ago
  75. 244a67d rename NextDeclInScope to NextDeclInContext, since the pointer by Chris Lattner · 15 years ago
  76. 1266eca remove TranslationUnit. by Chris Lattner · 15 years ago
  77. 557c5b1 push more ASTContext goodness out through interfaces that use TranslationUnit by Chris Lattner · 15 years ago
  78. 3776d4c simplify away some dead ownership stuff, TranslationUnit is now by Chris Lattner · 15 years ago
  79. d2fa675 hoist TranslationUnit some more. by Chris Lattner · 15 years ago
  80. 80a0333 eliminate some wrappers. by Chris Lattner · 15 years ago
  81. 5f737cc eliminate ReadASTBitcodeFile by Chris Lattner · 15 years ago
  82. a9376d4 move serialization logic from TranslationUnit to ASTContext. by Chris Lattner · 15 years ago
  83. 7bb0da0 eliminate ASTConsumer::InitializeTU, all clients are by Chris Lattner · 15 years ago
  84. ed0e497 remove TranslationUnit::OwnsDecls, which is only set, never read. by Chris Lattner · 15 years ago
  85. ab3a852 Change compound assignment operators to keep track of both the promoted by Eli Friedman · 15 years ago
  86. eeae8f0 Make our diagnostics about the obsolete GNU designated-initializer by Douglas Gregor · 15 years ago
  87. 1ae0afa Better way to free NestedNameSpecifiers. Thanks, Chris by Douglas Gregor · 15 years ago
  88. e7dcd78 Perform a very, very ugly song-and-dance number to free the by Douglas Gregor · 15 years ago
  89. d57959a Initial implementation of parsing, semantic analysis, and template by Douglas Gregor · 15 years ago
  90. 2993cda Fix test failures caused by reading memory after freeing it. My fix is by Eli Friedman · 15 years ago
  91. 769dbdf minor cleanups: make getIdentifierNamespace() be a single load by Chris Lattner · 15 years ago
  92. 0cf2b19 reduce # const_casts, no functionality change. by Chris Lattner · 15 years ago
  93. 10d8379 change Decl::DeclCtx to use a PointerIntPair instead of hand bitmangling. by Chris Lattner · 15 years ago
  94. ab452ba Revamp our representation of C++ nested-name-specifiers. We now have a by Douglas Gregor · 15 years ago
  95. 05bf2c7 Add by Anders Carlsson · 15 years ago
  96. 1329c27 Tighten the setAccess assert. We now allow AS_none if the decl contex is not a C++ record decl. by Anders Carlsson · 15 years ago
  97. d475b8d Instantiation for member classes of class templates. Note that only by Douglas Gregor · 15 years ago
  98. c9b5b40 Predicate to detect when a RecordDecl is really the injected-class-name by Douglas Gregor · 15 years ago
  99. bad0e65 Type::isObjectType now implements the (more sensible) C++ definition by Douglas Gregor · 15 years ago
  100. 42edd0d Fix PR3868 by making Evaluate handle cases like "(long)&a + 4". by Eli Friedman · 15 years ago