1. aab64d0 Implement PR6845. We allow matching constraints to have different by Chris Lattner · 15 years ago
  2. 17e1d35 Require a complete type for the lhs of member pointer dereference operations if the type isn't exactly the same as the container class. Fixes PR6783. by Sebastian Redl · 15 years ago
  3. d57a38e When instantiating a typedef of an anonymous tag type, note in the tag by Douglas Gregor · 15 years ago
  4. 63010a7 Cleanup. by Anders Carlsson · 15 years ago
  5. f6513ed Handle copy initialization in BuildImplicitMemberInitializer. Not used yet. by Anders Carlsson · 15 years ago
  6. 00b40d3 Revert "C++ doesn't really use "namespaces" for different kinds of names the same", which seems to break most C++ nightly test apps. by Daniel Dunbar · 15 years ago
  7. 0e313bd Add another 'catch all' access diagnostic. by Anders Carlsson · 15 years ago
  8. e5ef740 Add an ImplicitInitializerKind enum and pass it to BuildImplicitBaseInitializer and BuildImplicitMemberInitializer. by Anders Carlsson · 15 years ago
  9. 114a297 Fix a think-o that broke self-host. by Anders Carlsson · 15 years ago
  10. d04efc9 C++ doesn't really use "namespaces" for different kinds of names the same by John McCall · 15 years ago
  11. ddfb75f Factor code to initialize an implicit member out into a separate function. by Anders Carlsson · 15 years ago
  12. defefd2 Remove calls to isDependentContext, since we handle that case earlier in the code. Make BuildImplicitBaseInitializer return a boolean instead. by Anders Carlsson · 15 years ago
  13. 4dfdd1b Template instantiation for @try and @finally (but not @catch, yet). by Douglas Gregor · 15 years ago
  14. bd4187b Kill off IDNS_ObjCImplementation and IDNS_ObjCCategoryName; they by Douglas Gregor · 15 years ago
  15. c3203e7 Template instantiation for the Objective-C "fast enumeration" statement, i.e., by Douglas Gregor · 15 years ago
  16. 8fdc13a Template instantiation for Objective-C++ @synchronized statements. by Douglas Gregor · 15 years ago
  17. d1377b2 Implement template instantiation for Objective-C++ @throw statements. by Douglas Gregor · 15 years ago
  18. e9ee23e Use the naming class from the overloaded lookup when access-checking an by John McCall · 15 years ago
  19. ef57c61 Some Objective-C++ types and expressions will never change during by Douglas Gregor · 15 years ago
  20. f49bb08 When a dependent Objective-C++ message send was able to resolve the by Douglas Gregor · 15 years ago
  21. 39968ad Remove the SelectorLoc argument to Sema::BuildInstanceMesssage and by Douglas Gregor · 15 years ago
  22. db93c4a Expand the one use of TransformPointerLikeType and eliminate this macro. No functionality change by Douglas Gregor · 15 years ago
  23. 92e986e Implement template instantiation for Objective-C++ message sends. We by Douglas Gregor · 15 years ago
  24. 66dd939 When checking whether to diagnose an initialized "extern" variable, by Douglas Gregor · 15 years ago
  25. 050b78a Record nested-name-specifiers of when we create by Douglas Gregor · 15 years ago
  26. 3b8c53b Re-land the patch that merges two diagnostics into one now that it passes self-host :) by Anders Carlsson · 15 years ago
  27. d4b2853 Revert "Unify two diagnostics into one.", it breaks with an assertion failure on bootstrap. by Daniel Dunbar · 15 years ago
  28. 792898b Unify two diagnostics into one. by Anders Carlsson · 15 years ago
  29. ac41816 Call PerformCopyInitialization to properly initialize the exception temporary by John McCall · 15 years ago
  30. a41a8c5 Whenever we complain about a failed initialization of a function or by Douglas Gregor · 15 years ago
  31. 128317e Remove an unused declaration. by Anders Carlsson · 15 years ago
  32. 688fc9b Switch the initialization of Objective-C message parameters (as occurs by Douglas Gregor · 15 years ago
  33. 1569f95 Migrate the responsibility for turning the receiver name in an by Douglas Gregor · 15 years ago
  34. b99c666 Diagnose access to fields with private constructors. by Anders Carlsson · 15 years ago
  35. f95861a Eliminate unused code in Sema::ActOnSuperMessage and use early exits by Douglas Gregor · 15 years ago
  36. 2725ca8 Rework the Parser-Sema interaction for Objective-C message by Douglas Gregor · 15 years ago
  37. 711f34a Keep tack of whether a base in an InitializedEntity is an inherited virtual base or not. Use this in CheckConstructorAccess. by Anders Carlsson · 15 years ago
  38. d502a94 Improve on source location of diagnostic when default by Fariborz Jahanian · 15 years ago
  39. 9a68a67 Pass the InitializedEntity to Sema::CheckConstructorAccess and use it to report different diagnostics depending on which entity is being initialized. by Anders Carlsson · 15 years ago
  40. d8383d4 CXXNamedCastExpr is actually an abstract expression. by Zhongxing Xu · 15 years ago
  41. 04badcf Overhaul the AST representation of Objective-C message send by Douglas Gregor · 15 years ago
  42. 10dc0f8 Remove an unused parameter from isImplicitlyDefined. by Anders Carlsson · 15 years ago
  43. f3afbea Fix comment to reflect recent code change. by John Thompson · 15 years ago
  44. 84688f2 Factor some common code out into a separate function. by Anders Carlsson · 15 years ago
  45. e127a0d push some source location information down through the compiler, by Chris Lattner · 15 years ago
  46. b00ab27 Patch to support transparent_union types on by Fariborz Jahanian · 15 years ago
  47. 23402af Remove dead code. by Benjamin Kramer · 15 years ago
  48. 81d3466 Keep proper source location information for the type in an Objective-C by Douglas Gregor · 15 years ago
  49. 575cf37 Introduce a limit on the depth of the template instantiation backtrace by Douglas Gregor · 15 years ago
  50. e12a779 reapply john's patch, he broke mainline again by changing the test. by Chris Lattner · 15 years ago
  51. 56f3cc6 revert r101863, whcih is causing Sema/altivec-init.c to fail on a ton by Chris Lattner · 15 years ago
  52. 820cbbb Altivec vector literal initializer count mismatch error removed. by John Thompson · 15 years ago
  53. 9c82afc Restore r101841 without modification. Also mark 'operator delete' as used for by John McCall · 15 years ago
  54. 3609432 Revert r101841 and follow-up. by John McCall · 15 years ago
  55. af5ece5 Don't bother looking for (or diagnosing problems with) the 'operator delete' by John McCall · 15 years ago
  56. c077e45 Do not diagnose unused-parameter errors in template instantiations. We by Douglas Gregor · 15 years ago
  57. 16573fa Keep track of the actual storage specifier written on a variable or by Douglas Gregor · 15 years ago
  58. 63c323d Only suppress the "extern variable has an initializer" warning when the extern entity being initialized is const. by Douglas Gregor · 15 years ago
  59. 41b1d6b Disable the "'extern' variable has an initializer" warning in C++, by Douglas Gregor · 15 years ago
  60. ed46442 When normal name lookup to disambiguiate an Objective-C message send by Douglas Gregor · 15 years ago
  61. 5e89655 Remove the argument number from the constant integer diagnostic. by Eric Christopher · 15 years ago
  62. c220a18 When searching for code-completion and typo-correction candidates, by Douglas Gregor · 15 years ago
  63. cb421fa Fix -Wcast-qual warnings. by Dan Gohman · 15 years ago
  64. a77eaa9 Make sure that we don't visit redeclarations of nested classes while by Douglas Gregor · 15 years ago
  65. c1c9df7 C++ [namespace.memdef]p3 only applies when the friend is not named via by Douglas Gregor · 15 years ago
  66. b6eee07 Bail out early to avoid comparing the internals of two conversion sequences of by Benjamin Kramer · 15 years ago
  67. 66821b5 When performing reference initialization for the purposes of overload by Douglas Gregor · 15 years ago
  68. 9dc58bb Binding a reference to an rvalue is a direct binding in C++0x but not in C++03. by Douglas Gregor · 15 years ago
  69. 630eb01 Fix the access checking of function and function template argument types, by Chandler Carruth · 15 years ago
  70. 2559a70 When checking the copy constructor for the optional copy during a by Douglas Gregor · 15 years ago
  71. 523d46a In C++98/03, when binding a reference to an rvalue of by Douglas Gregor · 15 years ago
  72. 422bae7 Allow the 'ibaction' attribute to be attached to method declarations (and not issue a warning). by Ted Kremenek · 15 years ago
  73. 153b3ba Do not consider explicit constructors when performing a copy to a by Douglas Gregor · 15 years ago
  74. 3fbaf3e Improve our handling of user-defined conversions as part of overload by Douglas Gregor · 15 years ago
  75. 046c294 Vtable -> VTable renames across the board. by Anders Carlsson · 15 years ago
  76. 900fc63 Add raw_ostream operators to NamedDecl for convenience. Switch over all users of getNameAsString on a stream. by Benjamin Kramer · 15 years ago
  77. 691ebc3 Consolidate most of the integer constant expression builtin requirement by Eric Christopher · 15 years ago
  78. 2b334bb make our existing "switch on bool" warning work for C. Since by Chris Lattner · 15 years ago
  79. ca7eaee If a non-noreturn virtual member function is guaranteed not to return, by Douglas Gregor · 15 years ago
  80. 8f00dcf Switch Sema::FindCompositePointerType() over to InitializationSequence. by Douglas Gregor · 15 years ago
  81. 575c63a Move Sema::PerformImplicitConversion over to where Sema::TryImplicitConversion is, for my own sanity. No functionality change by Douglas Gregor · 15 years ago
  82. ba70ab6 Make Sema::BuildCXXCastArgument static, since it now only has one caller. No functionality change by Douglas Gregor · 15 years ago
  83. d6e44a3 Collapse the three separate initialization paths in by Douglas Gregor · 15 years ago
  84. f0e43e5 Switch the checking of implicit casts for static_cast, C-style, and by Douglas Gregor · 15 years ago
  85. 74e386e Kill ForceRValue once and for all by Douglas Gregor · 15 years ago
  86. b7f9e6a Eliminate the ForceRValue parameter from TryCopyInitialization. by Douglas Gregor · 15 years ago
  87. 74eb658 Move Sema::TryCopyInitialization into a static function in by Douglas Gregor · 15 years ago
  88. 23ef6c0 Eliminate ForceRValue parameters from reference binding. Did I mention by Douglas Gregor · 15 years ago
  89. 1deea66 Silence warning. by Benjamin Kramer · 15 years ago
  90. c27d6c5 Eliminate the ForceRValue parameter to Sema::AddOverloadCandidate by Douglas Gregor · 15 years ago
  91. 7ec7752 Eliminate the ForceRValue parameter from most of Sema's Add*Candidate functions. by Douglas Gregor · 15 years ago
  92. 5447a8d Eliminate the ForceRValue parameter from Sema::IsUserDefinedConversion. It's not the way we're going to handle this. by Douglas Gregor · 15 years ago
  93. 471e2ce Eliminate the default value for the UserCast parameter of Sema::IsUserDefinedConversion. No functionality change by Douglas Gregor · 15 years ago
  94. 871f439 Eliminate the Elidable parameter to PerformImplicitConversion; we don't need it. by Douglas Gregor · 15 years ago
  95. 72468ec Start working on handling wide bitfields in C++ by Anders Carlsson · 15 years ago
  96. ccfa963 Expand the argument diagnostics for too many arguments and give by Eric Christopher · 15 years ago
  97. d77b9a2 Expand argument diagnostic for too few arguments to give the number by Eric Christopher · 15 years ago
  98. c0b3964 Audit uses of Sema::LookupSingleName for those lookups that are by Douglas Gregor · 15 years ago
  99. c83c687 Feed proper source-location information into Sema::LookupSingleResult, by Douglas Gregor · 15 years ago
  100. c75d6cc Improve the bit-field too wide error message. by Anders Carlsson · 15 years ago