1. 2fef752 When building the type of a destructor, make sure to keep the by Douglas Gregor · 15 years ago
  2. bb3310a Implement C++ DR481, which clarifies that the scope of template by Douglas Gregor · 15 years ago
  3. 6bc574d Implement C++ DR299, which allows an implicit conversion from a class by Douglas Gregor · 15 years ago
  4. c30614b Factor the conversion from a switch condition to an integral or by Douglas Gregor · 15 years ago
  5. cfa6a27 This patch fixes a bug whereby, clang skipped by Fariborz Jahanian · 15 years ago
  6. 6699220 Allow a using directive to refer to the implicitly-defined namespace by Douglas Gregor · 15 years ago
  7. 926c4b4 Partial fix for PR7267 based on comments by John McCall on an earlier patch. by Chandler Carruth · 15 years ago
  8. 4ced79f Implement dependent alignment attribute support. This is a bit gross given the by Chandler Carruth · 15 years ago
  9. d6ab232 When we see a 'template' disambiguator that marks the next identifier by Douglas Gregor · 15 years ago
  10. 1a15dae Fix the recently-added warning about 'typename' and 'template' by Douglas Gregor · 15 years ago
  11. ad00b77 Fix a point of semantics with using declaration hiding: method templates by John McCall · 15 years ago
  12. 5a57efd Tweak our handling of the notion of a standard conversion sequence by Douglas Gregor · 15 years ago
  13. 26a3142 Since the enum values for each arch's builtins overlap, it is not appropriate to check them when compiling or other archs. Fixes a problem where compiling for NEON would use x86 sema rules. by Nate Begeman · 15 years ago
  14. 57d12fd PR7245: Make binding a reference to a temporary without a usable copy by Jeffrey Yasskin · 15 years ago
  15. 2865474 Simplify the methods for creating a pointer, reference, member-pointer, by John McCall · 15 years ago
  16. 6206d53 Added AccessSpecDecl node. by Abramo Bagnara · 15 years ago
  17. bf1a028 Alter the interface of GetTypeForDeclarator to return a TypeSourceInfo*. by John McCall · 15 years ago
  18. 83a230c Remember type source information for Objective C property declarations. by John McCall · 15 years ago
  19. c71a491 Preserve more information from a block's original function declarator, if one by John McCall · 15 years ago
  20. 82dc009 Restructure how we interpret block-literal declarators. Correctly handle by John McCall · 15 years ago
  21. 369371c More refactoring. by John McCall · 15 years ago
  22. 5ac3bdb Teach code completion to adjust its completion priorities based on the by Douglas Gregor · 15 years ago
  23. c7e04da A more minimal fix for PR6762. by John McCall · 15 years ago
  24. 8e254cf Implement a code-completion hook for the receiver of an Objective-C by Douglas Gregor · 15 years ago
  25. 9f21f89 Sema: Replace getPragmaPackAlignment with AddAlignmentAttributesForRecord, which by Daniel Dunbar · 15 years ago
  26. ea75a82 Sema: Support for #pragma options align={reset,natural}. '#pragma options align' by Daniel Dunbar · 15 years ago
  27. 1fd6d44 Improve parser recovery when we encounter a dependent template name by Douglas Gregor · 15 years ago
  28. aec0371 Propagate access specifiers to anonymous union members nested within classes. by John McCall · 15 years ago
  29. e4da7a0 Added basic source locations to Elaborated and DependentName types. by Abramo Bagnara · 15 years ago
  30. 8069a73 Fix a GCC warning about inline functions not being defined. Until r104081, only by Chandler Carruth · 15 years ago
  31. 23173d7 Teach CursorVisitor about duplicate ObjCPropertyDecls that can arise because of a current by Ted Kremenek · 15 years ago
  32. 91f7ac7 Tweak typo-correction logic a bit regarding "super", so that we by Douglas Gregor · 15 years ago
  33. 4037833 fix rdar://7985267 - Don't emit an error about a non-pod argument by Chris Lattner · 15 years ago
  34. 5077c38 Implement semantic analysis and an AST representation for the named by Douglas Gregor · 15 years ago
  35. 509d477 Implement new default property synthesis rules. Essentially, no longer by Fariborz Jahanian · 15 years ago
  36. 6fb745b Rework when and how vtables are emitted, by tracking where vtables are by Douglas Gregor · 15 years ago
  37. 79d3f04 Objective-C++ Sema. Support for conversion of a C++ by Fariborz Jahanian · 15 years ago
  38. c63d2c8 When we emit an error during the implicit definition of a special by Douglas Gregor · 15 years ago
  39. 465d41b Merged Elaborated and QualifiedName types. by Abramo Bagnara · 15 years ago
  40. 380c213 Speculatively revert r103497, "Do not mark the virtual members of an by Daniel Dunbar · 15 years ago
  41. bbbe074 Do not mark the virtual members of an implicitly-instantiated class as by Douglas Gregor · 15 years ago
  42. 5764f61 Improve our handling of the -Wunused-variable warning in templates. In by Douglas Gregor · 15 years ago
  43. b4eeaff When we encounter a non-dependent type during template instantiation, by Douglas Gregor · 15 years ago
  44. 586596f Rework our handling of temporary objects within the conditions of by Douglas Gregor · 15 years ago
  45. 323ed74 Rearchitect -Wconversion and -Wsign-compare. Instead of computing them by John McCall · 15 years ago
  46. 17cb326 This patch deals with Sema Part of Setter/Getter synthesis by Fariborz Jahanian · 15 years ago
  47. e7089b0 When computing the template arguments for the instantiation of a by Douglas Gregor · 15 years ago
  48. d8d3441 For the sake of Objective-c++ overload resolution, by Fariborz Jahanian · 15 years ago
  49. 738698d Do not issue warning on unimplemented property in the class, if it by Fariborz Jahanian · 15 years ago
  50. d566381 Replace a char*/size pair with stringref. by Benjamin Kramer · 15 years ago
  51. 72e96fd Add an enum to CXXConstructExpr so we can determine if the construction expression constructs a non-virtual or virtual base. by Anders Carlsson · 15 years ago
  52. 06a9f36 Complete reimplementation of the synthesis for implicitly-defined copy by Douglas Gregor · 15 years ago
  53. 39957dc Added an RAII object that helps set up/tear down the Sema context by Douglas Gregor · 15 years ago
  54. 77bb1aa It turns out that basically every caller to RequireCompleteDeclContext by John McCall · 15 years ago
  55. 895162d Clean up our handling of local instantiation scopes, which keep track by Douglas Gregor · 15 years ago
  56. 63b4385 Rebuild the nested name specifiers in member-pointer declarator chunks when by John McCall · 15 years ago
  57. f581382 Properly switch into the declaring scope of a template when performing by John McCall · 15 years ago
  58. 1e3f5ba Ensure that cv-qualifiers are correctly removed for post-inc/decrements by Sean Hunt · 15 years ago
  59. 8ecdb65 Completely reimplement __builtin_offsetof, based on a patch by Roberto Amadini. by Douglas Gregor · 15 years ago
  60. e4498c6 More of Sema to implement initialization of ivar of c++ object types. by Fariborz Jahanian · 15 years ago
  61. 786cd15 Move CollectIvarsToConstructOrDestruct to Sema by Fariborz Jahanian · 15 years ago
  62. 31f17ec Make the InjectedClassNameType the canonical type of the current instantiation by John McCall · 15 years ago
  63. 57fdc8a Improve source-location information in a C++ typeid (type) expression by Douglas Gregor · 15 years ago
  64. 160b563 Refactor Objective-C @catch parameter checking by detangling it from by Douglas Gregor · 15 years ago
  65. f9d68e1 Add base paths for CK_BaseToDerived and CK_BaseToDerivedMemberPointer. by Anders Carlsson · 15 years ago
  66. 5cf86ba Actually produce base paths for CastExprs of kind CK_DerivedToBase. by Anders Carlsson · 15 years ago
  67. e25a96c Pass the base specifiers through to CheckDerivedToBaseConversion. No functionality change yet. by Anders Carlsson · 15 years ago
  68. f1b48b7 CastExpr should not hold a pointer to the base path. More cleanup. by Anders Carlsson · 15 years ago
  69. 7ab9d57 Rename InheritancePath to BasePath, rename CastExpr::CXXBaseVector to CXXBaseSpecifierArray. More to come. by Anders Carlsson · 15 years ago
  70. 107de90 Keep track of when DependentNameTypes have no associated keyword by Douglas Gregor · 15 years ago
  71. 4e6c0d1 Rework Parser-Sema interface for Objective-C @catch exception object by Douglas Gregor · 15 years ago
  72. 8f5e3dd Improve the AST representation of Objective-C @try/@catch/@finally by Douglas Gregor · 15 years ago
  73. 88465d3 Add an InheritancePath parameter to the ImplicitCastExpr constructor. by Anders Carlsson · 15 years ago
  74. bd4187b Kill off IDNS_ObjCImplementation and IDNS_ObjCCategoryName; they by Douglas Gregor · 15 years ago
  75. d1377b2 Implement template instantiation for Objective-C++ @throw statements. by Douglas Gregor · 15 years ago
  76. f49bb08 When a dependent Objective-C++ message send was able to resolve the by Douglas Gregor · 15 years ago
  77. 39968ad Remove the SelectorLoc argument to Sema::BuildInstanceMesssage and by Douglas Gregor · 15 years ago
  78. 3b8c53b Re-land the patch that merges two diagnostics into one now that it passes self-host :) by Anders Carlsson · 15 years ago
  79. d4b2853 Revert "Unify two diagnostics into one.", it breaks with an assertion failure on bootstrap. by Daniel Dunbar · 15 years ago
  80. 792898b Unify two diagnostics into one. by Anders Carlsson · 15 years ago
  81. a41a8c5 Whenever we complain about a failed initialization of a function or by Douglas Gregor · 15 years ago
  82. 1569f95 Migrate the responsibility for turning the receiver name in an by Douglas Gregor · 15 years ago
  83. 2725ca8 Rework the Parser-Sema interaction for Objective-C message by Douglas Gregor · 15 years ago
  84. 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
  85. 23402af Remove dead code. by Benjamin Kramer · 15 years ago
  86. 81d3466 Keep proper source location information for the type in an Objective-C by Douglas Gregor · 15 years ago
  87. c077e45 Do not diagnose unused-parameter errors in template instantiations. We by Douglas Gregor · 15 years ago
  88. 16573fa Keep track of the actual storage specifier written on a variable or by Douglas Gregor · 15 years ago
  89. 523d46a In C++98/03, when binding a reference to an rvalue of by Douglas Gregor · 15 years ago
  90. 3fbaf3e Improve our handling of user-defined conversions as part of overload by Douglas Gregor · 15 years ago
  91. 691ebc3 Consolidate most of the integer constant expression builtin requirement by Eric Christopher · 15 years ago
  92. 8f00dcf Switch Sema::FindCompositePointerType() over to InitializationSequence. by Douglas Gregor · 15 years ago
  93. ba70ab6 Make Sema::BuildCXXCastArgument static, since it now only has one caller. No functionality change by Douglas Gregor · 15 years ago
  94. d6e44a3 Collapse the three separate initialization paths in by Douglas Gregor · 15 years ago
  95. 74e386e Kill ForceRValue once and for all by Douglas Gregor · 15 years ago
  96. 74eb658 Move Sema::TryCopyInitialization into a static function in by Douglas Gregor · 15 years ago
  97. c27d6c5 Eliminate the ForceRValue parameter to Sema::AddOverloadCandidate by Douglas Gregor · 15 years ago
  98. 7ec7752 Eliminate the ForceRValue parameter from most of Sema's Add*Candidate functions. by Douglas Gregor · 15 years ago
  99. 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
  100. 471e2ce Eliminate the default value for the UserCast parameter of Sema::IsUserDefinedConversion. No functionality change by Douglas Gregor · 15 years ago