1. 2cad900 Added TypeLocs to VAArgExpr node. by Abramo Bagnara · 14 years ago
  2. 3fcb73d Added TypeLocs to TypesCompatibleExpr node. by Abramo Bagnara · 14 years ago
  3. e26f043 When attempting to recover from a failed unqualified name lookup, make by Douglas Gregor · 14 years ago
  4. 443c212 Integral-to-pointer conversions are not always null -> member pointer by Douglas Gregor · 14 years ago
  5. f871d0c Store inheritance paths after CastExprs instead of inside them. by John McCall · 14 years ago
  6. 647c8b3 PR7837: For qualified id's, make sure the decl context is complete if not by Eli Friedman · 14 years ago
  7. 255210e Introduce implicit conversions between AltiVec vectors and GCC by Douglas Gregor · 14 years ago
  8. 5a15dc1 Flip the switch to use OffsetOfExpr unconditionally; feel free to revert if by Eli Friedman · 14 years ago
  9. 19410a7 PR7769: Fix references to anonymous structs/unions in base classes in by Eli Friedman · 14 years ago
  10. c133e9e Remove the warning for variables declared in the if-expression being used in by Nick Lewycky · 14 years ago
  11. 73f666f Tighten the rules when deciding if an ivar must be by Fariborz Jahanian · 14 years ago
  12. b1d58e3 Tigthen the condition for issung ivar shadowing by Fariborz Jahanian · 14 years ago
  13. 8f70ddb When taking the address of a value of Objective-C object type (e.g., by Douglas Gregor · 14 years ago
  14. 9d4bb94 Don't die when a member access refers to a non-class member via a by Douglas Gregor · 14 years ago
  15. 0246376 Fix a minor crash bug with constructs like Obj.Class::ENUM_VALUE. by Eli Friedman · 14 years ago
  16. 787b094 PR7724: Don't try to evaluate value-dependent expressions. by Eli Friedman · 14 years ago
  17. ff331c1 Remove the vast majority of the Destroy methods from the AST library, by Douglas Gregor · 14 years ago
  18. b7690b4 turn down the logical bitwise confusion warning to not warn by Chris Lattner · 14 years ago
  19. eb024ac Allow __func__ and __FUNCTION__ and __PRETTY_FUNCTION__ inside blocks. by Fariborz Jahanian · 14 years ago
  20. f609462 Vectors are not integer types, so the type system should not classify by Douglas Gregor · 14 years ago
  21. 69d5624 Warn when property ivar lookup finds a global variable by Fariborz Jahanian · 14 years ago
  22. 042411c Upgrade "'X' is unavailable" from a warning to an error. This matches GCC's behavior. Note that by Ted Kremenek · 14 years ago
  23. 906082e Update ImplicitCastExpr to be able to represent an XValue. by Sebastian Redl · 14 years ago
  24. 84ef4b2 Categories cannot synthesize property ivars, and a minor cleanup. by Fariborz Jahanian · 14 years ago
  25. 8d43808 Check for casts to an incomplete type in C. Improves diagnostics for cast to by Eli Friedman · 14 years ago
  26. ad51e74 Patch to synthesize property ivars on demand as by Fariborz Jahanian · 14 years ago
  27. 23ef3e4 restrict the && -> & warning to cover a case daniel noted. by Chris Lattner · 14 years ago
  28. 9ccd725 Consider obective-c pointer arguments as valid sentinel args by Fariborz Jahanian · 14 years ago
  29. 90a8f27 Add a warning to catch a bug recently caught by code review, like this: by Chris Lattner · 14 years ago
  30. 6398235 Whenever we're creating an expression that is typically an rvalue by Douglas Gregor · 14 years ago
  31. 5291c3c When forming a function call or message send expression, be sure to by Douglas Gregor · 14 years ago
  32. 84ca008 Compute Type dependent-ness of BlockDeclRefExpr on the fly when constructing it. by Fariborz Jahanian · 14 years ago
  33. 52bc56a Move setting of Dependent Type to BlockDeclRefExpr's constructor. by Fariborz Jahanian · 14 years ago
  34. 64d092c Fix another aspect of PR7047, macro expansions. Previously, this was hacked by Chandler Carruth · 14 years ago
  35. 9991947 Lay the ground work for resoving PR7047. This doesn't actually fix it because by Chandler Carruth · 14 years ago
  36. 833f42e BlockDeclRefExpr of a dependent type must by Fariborz Jahanian · 14 years ago
  37. a729da2 Instantiation of block literal expressions. wip. by Fariborz Jahanian · 14 years ago
  38. 24bae92 When performing substitution of template arguments within the body of by Douglas Gregor · 14 years ago
  39. 06a54a3 Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of getBody() when we are just checking the existence of a body, to avoid de-serialization of the body from PCH. by Argyrios Kyrtzidis · 14 years ago
  40. 8b5dec3 implement PR7569, warning about assignment to null, which by Chris Lattner · 14 years ago
  41. 03d98c5 Fix multiple emission of the this-> fixit for each instantiation by fixing the by Nick Lewycky · 14 years ago
  42. c721ae8 fix a bug I introduced in r107624 by Chris Lattner · 14 years ago
  43. fd79a9d rearrange some logic, no functionality change. by Chris Lattner · 14 years ago
  44. 8bb59a8 Fix vector literal/cast confusion - bug 6895. by John Thompson · 14 years ago
  45. 2597345 Fix rdar://8139785 "implement warning on dead expression in comma operator" by Argyrios Kyrtzidis · 14 years ago
  46. 12eb5d6 When typo correction produces a result that is not of the kind we're by Douglas Gregor · 14 years ago
  47. 0061962 Vector types are not arithmetic types, either. Note that we now ban by Douglas Gregor · 14 years ago
  48. 8eee119 Change Type::isFloatingType() to reflect the actual definition of a by Douglas Gregor · 14 years ago
  49. f918b83 Zero out a stale pointer by Douglas Gregor · 14 years ago
  50. c070cc6 Given Decl::isUsed() a flag indicating when to consider the "used" by Douglas Gregor · 14 years ago
  51. 949bd4b Do not treat @selector as lvalue (unlike g++). Patch by Nico Weber (pr7390). by Fariborz Jahanian · 14 years ago
  52. ad00b77 Fix a point of semantics with using declaration hiding: method templates by John McCall · 14 years ago
  53. 9d3347a Give Type::isIntegralType() an ASTContext parameter, so that it by Douglas Gregor · 14 years ago
  54. 2ade35e Introduce Type::isIntegralOrEnumerationType(), to cover those places by Douglas Gregor · 14 years ago
  55. 6e5122c Update equality and relationship comparisons of pointers to reflect by Douglas Gregor · 14 years ago
  56. 7dc480f tidy up by Chris Lattner · 14 years ago
  57. e3e210c Another chunk of the new RecursiveASTVisitor implementation: switch the return by Chandler Carruth · 14 years ago
  58. dfc35e3 Major redesign of the RecursiveASTVisitor. This implements the majority of the by Chandler Carruth · 14 years ago
  59. d64fdd0 Warn about comparisons between arrays and improve self-comparison by Douglas Gregor · 14 years ago
  60. d7c7338 Fixes a typo which prevented proper code gen. for by Fariborz Jahanian · 14 years ago
  61. e2a901a When using property-dot assignment syntax to call a setter method, by Fariborz Jahanian · 14 years ago
  62. 310b1c4 Use MaybeCreateCXXExprWithTemporaries for potential destruction of by Fariborz Jahanian · 14 years ago
  63. bf1a028 Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*. by John McCall · 14 years ago
  64. 59da45a Build AST for copy-construction of copied-in by Fariborz Jahanian · 14 years ago
  65. c71a491 Preserve more information from a block's original function declarator, if one by John McCall · 14 years ago
  66. 82dc009 Restructure how we interpret block-literal declarators. Correctly handle by John McCall · 14 years ago
  67. 75f7c0f Remove a couple of unnecessary uses of IsStandardConversion. by John McCall · 14 years ago
  68. dc32cdf Fix unintentional method call due to false -> pointer conversion; patch by Dimitry Andric! by Daniel Dunbar · 14 years ago
  69. 88623ad In C++, one cannot assign from an arithmetic type to an enumeration by Douglas Gregor · 14 years ago
  70. 9ba6af8 Complain about sizeof(overloaded function) rather than crashing. by Douglas Gregor · 14 years ago
  71. 5a84dec Provide the overloaded functions for UnresolvedLookupExpr and by Douglas Gregor · 14 years ago
  72. 2d6b0e9 Improve our handling of reference binding for subobjects of by Douglas Gregor · 14 years ago
  73. 1fd6d44 Improve parser recovery when we encounter a dependent template name by Douglas Gregor · 14 years ago
  74. bc365c5 Introduce a method to get from an anonymous struct or union record declaration by John McCall · 14 years ago
  75. d2235f6 Reinstate r104117, Chandler Carruth's change that "[provides] a naming by Douglas Gregor · 14 years ago
  76. bd054db Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRange -> getSourceRange for TypeLoc. by Abramo Bagnara · 14 years ago
  77. ea1471e Support implicitly closing on 'this' in a block. Fixed PR7165. by John McCall · 14 years ago
  78. bf1cbaf Revert r104117, "Provide a naming class for UnresolvedLookupExprs, even when by Daniel Dunbar · 14 years ago
  79. c3f984f Provide a naming class for UnresolvedLookupExprs, even when occuring on by Chandler Carruth · 14 years ago
  80. 26bcf67 Implement C++ builtin operator candidates for vector types. by Douglas Gregor · 14 years ago
  81. 91f7ac7 Tweak typo-correction logic a bit regarding "super", so that we by Douglas Gregor · 14 years ago
  82. 6cfacfe Determine when the instantiation of a friend function defined inside a by Douglas Gregor · 14 years ago
  83. 9a0fcfe PR7117: Make sure we don't lose the calling convention for K&R-style by Eli Friedman · 14 years ago
  84. 4037833 fix rdar://7985267 - Don't emit an error about a non-pod argument by Chris Lattner · 14 years ago
  85. c12c5bb Substantially alter the design of the Objective C type AST by introducing by John McCall · 14 years ago
  86. 6fb745b Rework when and how vtables are emitted, by tracking where vtables are by Douglas Gregor · 14 years ago
  87. b4eeaff When we encounter a non-dependent type during template instantiation, by Douglas Gregor · 14 years ago
  88. f3e6337 A correct fix for bug 6466. by Sebastian Redl · 14 years ago
  89. 0aa866f Revert 103247, it causes lots of test failures. by Sebastian Redl · 14 years ago
  90. 4409469 Pass the correct type to BuildMemberReferenceExpr. Fixes bug 6466. by Sebastian Redl · 14 years ago
  91. 8eb662e After some discussion, conservatively extend our sentinel check to discard by John McCall · 14 years ago
  92. eecf38f Fixed DISABLE_SMART_POINTERS breakage by Douglas Gregor · 14 years ago
  93. 586596f Rework our handling of temporary objects within the conditions of by Douglas Gregor · 14 years ago
  94. 323ed74 Rearchitect -Wconversion and -Wsign-compare. Instead of computing them by John McCall · 14 years ago
  95. 5f970ee When instantiating a function that was declared via a typedef, e.g., by Douglas Gregor · 14 years ago
  96. 06a9f36 Complete reimplementation of the synthesis for implicitly-defined copy by Douglas Gregor · 14 years ago
  97. 39957dc Added an RAII object that helps set up/tear down the Sema context by Douglas Gregor · 14 years ago
  98. 77bb1aa It turns out that basically every caller to RequireCompleteDeclContext by John McCall · 14 years ago
  99. cc8a5d5 Teach __builtin_offsetof to compute the offsets of members of base by Douglas Gregor · 14 years ago
  100. 1e3f5ba Ensure that cv-qualifiers are correctly removed for post-inc/decrements by Sean Hunt · 14 years ago