1. 77e8b11 Support befriending members of class template specializations. by John McCall · 15 years ago
  2. c034974 Twik to radar 7839485. Do not attach weak_import attribute to class by Fariborz Jahanian · 15 years ago
  3. a50d750 Turn off warning about weak_import attribute by Fariborz Jahanian · 15 years ago
  4. abe183d Refactor and simplify the computation of implicit conversion sequences by Douglas Gregor · 15 years ago
  5. aa0be17 When returning the result of a call to an object of class type, do not by Douglas Gregor · 15 years ago
  6. d1fed3e During referencing binding, only consider conversion functions for by Douglas Gregor · 15 years ago
  7. 3d04336 Allow classes to befriend implicitly-declared members. Fixes PR6207 for by John McCall · 15 years ago
  8. ba9d853 Parse constructor names in friend declarations. Part of the fix for PR6207. by John McCall · 15 years ago
  9. 9ea6397 Don't try to find a scope corresponding to the search DC for an unfound by John McCall · 15 years ago
  10. a3f8137 Diagnose declarations of conversion functions with declarators other than '()'. by John McCall · 15 years ago
  11. c0b53c2 Remove some dead FIXMEs by Douglas Gregor · 15 years ago
  12. c520c84 Implement C++ [over.ics.user]p3, which restricts the final conversion by Douglas Gregor · 15 years ago
  13. 05baacb Improve source-location information for C++ conversion functions, by by Douglas Gregor · 15 years ago
  14. 01e56ae Implement C++ [temp.local]p4, which specifies how we eliminate by Douglas Gregor · 15 years ago
  15. a7a98c9 fix PR6819 by Chris Lattner · 15 years ago
  16. 6275e0c When creating the implicitly-declared special member functions, be by Douglas Gregor · 15 years ago
  17. 3be1794 Issue warning when 'weak_import' attribute is applied on a class only by Fariborz Jahanian · 15 years ago
  18. 57265e3 Fix a crash-on-invalid involving name lookup of tag names, where we by Douglas Gregor · 15 years ago
  19. cb27b0f Be sure to instantiate the parameters of a function, even when the by Douglas Gregor · 15 years ago
  20. 966c78b change Scope::WithinElse to be a normal scope flag, widen the by Chris Lattner · 15 years ago
  21. 15faee1 Have the parser decide whether a message to super is a variable or by Chris Lattner · 15 years ago
  22. aec43db fix a fixme, stop evaluating getCurMethodDecl() repeatedly by Chris Lattner · 15 years ago
  23. 80638c5 Have the CXXBaseOrMemberInitializer keep track of whether an initializer initializes a virtual base or not. by Anders Carlsson · 15 years ago
  24. eb483eb fix PR6811 by not parsing 'super' as a magic expression in by Chris Lattner · 15 years ago
  25. b9d4fc1 actually the interface grossness in the previous patch was due to by Chris Lattner · 15 years ago
  26. 7f81652 factor the code that handles "expr.field" when expr is a by Chris Lattner · 15 years ago
  27. 0784fcd fix a problem causing us to lose the ''s around objc interface names by Chris Lattner · 15 years ago
  28. 59fc269 When a member pointer is dereferenced, the class it points into must be complete. Enforce this. by Sebastian Redl · 15 years ago
  29. 3c3ccdb Diagnose more cases of initializing distinct members of an anonymous union by John McCall · 15 years ago
  30. d6ca8da Diagnose misordered initializers in constructor templates immediately instead of by John McCall · 15 years ago
  31. 78713d8 When upgrading an Objective-C class from a forward declaration to a by Douglas Gregor · 15 years ago
  32. c42b652 Only complain about explicit instantiations following explicit by Douglas Gregor · 15 years ago
  33. 03a4bee Remove fixit for string literal comparison. Telling the user to use 'strcmp' is bad, and by Ted Kremenek · 15 years ago
  34. fd22544 Suppress access control diagnostics when looking up a base or member name by John McCall · 15 years ago
  35. 47268a3 Remove all "used" static functions *after* we have performed all of by Douglas Gregor · 15 years ago
  36. 6cd3b9f Instantiate default argument expressions even if their associated parameter by John McCall · 15 years ago
  37. 1a4221c Don't warn about unused static functions if they are marked with by Chris Lattner · 15 years ago
  38. 4ecb25f Fixes a regression caused by implementing cstyle methods for objc. by Fariborz Jahanian · 15 years ago
  39. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 15 years ago
  40. cb821d0 Downgrade the "declaration does not declare anything" error to a by Douglas Gregor · 15 years ago
  41. 7732cc9 Implement method type encoding in the presense by Fariborz Jahanian · 15 years ago
  42. c173be2 Explain that a template needs arguments to make it into a type, for by Jeffrey Yasskin · 15 years ago
  43. ea7390c Set access properly on instantiated friend class template declarations. by John McCall · 15 years ago
  44. b7e5f14 Remove micro-optimization for not issueing CFG-based warnings for 'static inline' functions by Ted Kremenek · 15 years ago
  45. c53d0d7 Introduce an egregious hack to work around a bug in libstdc++ 4.2.x's by Douglas Gregor · 15 years ago
  46. 9ab1454 Make CXXScopeSpec invalid when incomplete, and propagate that into any by Jeffrey Yasskin · 15 years ago
  47. af2094e Implement dependent friend function template specializations. by John McCall · 15 years ago
  48. 2b60513 Removed unused object. by Ted Kremenek · 15 years ago
  49. b69eca5 Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-layouts a bit that Sema honors. by Daniel Dunbar · 15 years ago
  50. 4f4fd92 Patch to implement gcc's cstyle arguments in objc methods. wip. by Fariborz Jahanian · 15 years ago
  51. bb6fb46 Fix a (bogus) uninitialized-member-of-local warning. by John McCall · 15 years ago
  52. d75fa6e Use SmallVector instead of an std::queue. by Ted Kremenek · 15 years ago
  53. db88d8a When a template (without arguments) is passed as a template type by Jeffrey Yasskin · 15 years ago
  54. edc2877 Fix some redundant errors by changing CXXScopeSpec::isSet calls into by Jeffrey Yasskin · 15 years ago
  55. 216c278 Implement checking for template literal operator functions. This by Sean Hunt · 15 years ago
  56. 30019c0 Updated comment to reflect changes made in the most recent draft. by Sean Hunt · 15 years ago
  57. c39f697 Fixed 80-cols violation by Sean Hunt · 15 years ago
  58. fc2ca56 Return early from Sema::MarkDeclarationReferenced when we know there by Douglas Gregor · 15 years ago
  59. 06245bf Improve handling of friend types in several ways: by Douglas Gregor · 15 years ago
  60. 1d86935 Split Sema::ActOnFriendTypeDecl into Sema::CheckFriendTypeDecl (for by Douglas Gregor · 15 years ago
  61. 3aae609 Teach -Wsign-compare to treat 1 << blah as "idiomatically non-negative". by John McCall · 15 years ago
  62. c91cc66 Check access for the implicit calls to destructors that occur when we by John McCall · 15 years ago
  63. e8f5a17 Implement code completion for Objective-C method declarations and by Douglas Gregor · 15 years ago
  64. dba0b0b Minor clean up. by Fariborz Jahanian · 15 years ago
  65. 2846b2b default access for synthesize ivar is @protect. Fixes radar 7823675. by Fariborz Jahanian · 15 years ago
  66. 0bd0459 Patch to not build ivar ASTs when they are ilegally declared in categories. by Fariborz Jahanian · 15 years ago
  67. 209acbd Devote a special diagnostic to the typo by John McCall · 15 years ago
  68. 161755a Implement the protected access restriction ([class.protected]), which requires by John McCall · 15 years ago
  69. 2e4c7a5 When code completion produces an overload set as its results (e.g., by Douglas Gregor · 15 years ago
  70. fe0bdba Do not produce semicolons at the end of code-completion results by Douglas Gregor · 15 years ago
  71. 2f880e4 Only prove macros as code-completion results when we're in a case by Douglas Gregor · 15 years ago
  72. 22f5699 When sending a message to "id", apply some heuristics to try to narrow by Douglas Gregor · 15 years ago
  73. 719770d Make code-completion for Objective-C message sends to "id" work in the by Douglas Gregor · 15 years ago
  74. 13438f9 Implement support for code completion of an Objective-C message send to by Douglas Gregor · 15 years ago
  75. e968657 Use cast<> + OpaquePtr.getAs<Decl> to add extra checking of our assumptions. by Ted Kremenek · 15 years ago
  76. 5fcd52a Fix possible null dereference by bailing out of CheckObjCPropertyAttributes() early if the Decl* is null. by Ted Kremenek · 15 years ago
  77. 84139d6 Extend the type printing policy to allow one to turn off the printing by Douglas Gregor · 15 years ago
  78. 09d9fa1 Code completion results that refer to macros now get the cursor kind by Douglas Gregor · 15 years ago
  79. 24e1408 diagnose declaring class extension after its implementation (radar 7822210). by Fariborz Jahanian · 15 years ago
  80. 6aae87d Diagnose invalid code with -fobjc-nonfragile-abi2 when by Fariborz Jahanian · 15 years ago
  81. 29fa69a Sema/Obj-C: Narrow type, and simplify. by Daniel Dunbar · 15 years ago
  82. a19331f Sema/Obj-C: Simplify -- eliminate dead casts & provable asserts, and narrow type. by Daniel Dunbar · 15 years ago
  83. 2f59979 Rework our handling of copy construction of temporaries, which was a by Douglas Gregor · 15 years ago
  84. bcc12fd If a constructor is a dependent context, just set the base and member initializers as they are written. Fixes a bug where we wouldn't show initialization order warnings when instantiating. by Anders Carlsson · 15 years ago
  85. ea356fb Diagnose multiple base and member initializers in class templates. by Anders Carlsson · 15 years ago
  86. ec3332b More cleanup. by Anders Carlsson · 15 years ago
  87. 071d610 Constify. by Anders Carlsson · 15 years ago
  88. 58cfbde Minor cleanup. by Anders Carlsson · 15 years ago
  89. db73c68 Correct the calculation of access to more closely model the wording in by John McCall · 15 years ago
  90. 1927b1f Minor cleanup with the ternary operator by Douglas Gregor · 15 years ago
  91. b7a0926 Overhaul checking of non-type template arguments that should refer to by Douglas Gregor · 15 years ago
  92. 12c0ade Fix -Asserts warning, and protect against missing case. by Daniel Dunbar · 15 years ago
  93. 1eabb7d Improve diagnostics when an elaborated-type-specifer containing a by Douglas Gregor · 15 years ago
  94. 4033642 Change the representation of dependent elaborated-type-specifiers by Douglas Gregor · 15 years ago
  95. 4a2023f Extend DependentNameType with a keyword enum that specifies whether by Douglas Gregor · 15 years ago
  96. a3ce8ae Re-bind non-dependent CXXTemporaryObjectExpr nodes as temporaries when by Chandler Carruth · 15 years ago
  97. 5214683 Patch implements gcc's -Wno-protocol option to suppress warning by Fariborz Jahanian · 15 years ago
  98. 849b243 Reinstate my CodeModificationHint -> FixItHint renaming patch, without by Douglas Gregor · 15 years ago
  99. 4714c12 Rename TypenameType to DependentNameType in anticipation of some by Douglas Gregor · 15 years ago
  100. 275313c Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder by Douglas Gregor · 15 years ago