1. d6471f7 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 13 years ago
  2. 6df6548 Correctly parse braced member initializers (even in delayed parsing) and correctly pass by Sebastian Redl · 13 years ago
  3. eb2d1f1 Removing a bunch of dead returns/breaks after llvm_unreachables. by David Blaikie · 13 years ago
  4. a120d01 When checking for weak vtables, check whether the actual definition of by Douglas Gregor · 13 years ago
  5. b219cfc Switch assert(0/false) llvm_unreachable. by David Blaikie · 13 years ago
  6. d836c0d Don't finalize checking of base and member initializers for a by Douglas Gregor · 13 years ago
  7. 690b2db Only trigger the initialize-an-array-via-elementwise-copy/move code by Douglas Gregor · 13 years ago
  8. 77b6de0 ArrayRef-ifying the fields passed to Sema::ActOnFields by David Blaikie · 13 years ago
  9. 4278c65 ArrayRef-ifying Function/BlockDecl's setParams by David Blaikie · 13 years ago
  10. f250365 Diagnose attempts to write a templated data member, from Stepan by Douglas Gregor · 13 years ago
  11. 3f224b2 Fix a pretty nasty bug in noreturn destructors that cascaded into lots by Chandler Carruth · 13 years ago
  12. 24dd9ad Removed an unused field and its accessors methods. by Erik Verbruggen · 13 years ago
  13. a495066 In constructors, don't generate implicit initializers for members of anonymous structs contained within anonymous unions. by Richard Smith · 13 years ago
  14. 9aca87d Remove function which is unused as of r139996. Thanks to David Blaikie for bringing this to my attention. by Richard Smith · 13 years ago
  15. 416f63e PR10304: Do not call destructors for data members from union destructors. Prior to C++11, this by Richard Smith · 13 years ago
  16. c115f63 PR10954: variant members should not be implicitly initialized in constructors if no by Richard Smith · 13 years ago
  17. 62ec1f2 Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear that this flag must be used only for Microsoft extensions and not emulation; to avoid confusion with the new LangOptions::MicrosoftMode flag. by Francois Pichet · 13 years ago
  18. e761230 __module_private__ is inherited by redeclarations of an entity, and by Douglas Gregor · 13 years ago
  19. 90ab75b Changed references of BaseTy, MemInitTy, CXXScopeTy, TemplateParamsTy to CXXBaseSpecifier, CXXCtorInitializer, NestedNameSpecifier, TemplateParameterList and removed their typedefs. by Richard Trieu · 13 years ago
  20. 8d267c5 Modules: introduce the __module_private__ declaration specifier, which by Douglas Gregor · 13 years ago
  21. f81e5a9 Change all references of type ExprTy to Expr and get rid of the typedefs. by Richard Trieu · 13 years ago
  22. b2b5658 When performing a derived-to-base cast on the right-hand side of the by Douglas Gregor · 13 years ago
  23. 74e611a Add test case for defaulted copy and move structure validation. by Sebastian Redl · 13 years ago
  24. bf3380a Teach -Wdangling-field to warn about temporaries bound to references as well. by Chandler Carruth · 13 years ago
  25. 81c6477 Add a simple new warning to catch blatantly dangling pointer and by Chandler Carruth · 13 years ago
  26. 45d3d71 When defining the implicit move assignment operator, don't perform by Douglas Gregor · 13 years ago
  27. 1155c42 Allow C99 hexfloats in C++0x mode. This change resolves the standards by Douglas Gregor · 13 years ago
  28. 85ea7aa Declare and define implicit move constructor and assignment operator. by Sebastian Redl · 13 years ago
  29. af1fc7a Track in the AST whether a function is constexpr. by Richard Smith · 13 years ago
  30. af0f4d0 Implement function template specialization at class scope extension in Microsoft mode. A new AST node is introduced: ClassScopeFunctionSpecialization. This node holds a FunctionDecl that is not yet specialized; then during the class template instantiation the ClassScopeFunctionSpecialization will spawn the actual function specialization. by Francois Pichet · 13 years ago
  31. 136da1c When adding the base and member initializers for an implicitly-defined by Douglas Gregor · 13 years ago
  32. 4dc41c9 Rewrite default initialization of anonymous structs/unions within a by Douglas Gregor · 13 years ago
  33. 6b167f4 Don't emit memcpy for copying fields of arrays of volatile elements. by Fariborz Jahanian · 13 years ago
  34. dfe6543 Lazily deserialize Sema::VTableUses. Plus, fix the utterly and by Douglas Gregor · 13 years ago
  35. 0129b56 Turn Sema::DelegatingCtorDecls into a LazyVector. by Douglas Gregor · 13 years ago
  36. 4027853 Mechanically rename SourceManager::getInstantiationLoc and by Chandler Carruth · 13 years ago
  37. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  38. 4110e13 Speculatively revert 135649 to bring back the g++ testing bots. by Eric Christopher · 13 years ago
  39. 98c6bda When copping out on a friend template declaration, be sure to mark its by Sean Hunt · 13 years ago
  40. 0ff6f8f Replace r134583's fix for PR10290 with one which also works for non-value-dependent cases. by Richard Smith · 13 years ago
  41. e7003b7 Eliminate an incomplete/incorrect attempt to provide support for C++0x by Douglas Gregor · 13 years ago
  42. 98a5403 Fix a bug where a local variable named 'self' is causing by Fariborz Jahanian · 13 years ago
  43. cdb8076 Fixed PR10243. by Abramo Bagnara · 13 years ago
  44. c41b878 Don't try to type-check a copy construction of an exception by Douglas Gregor · 13 years ago
  45. 9a30c99 ActOnCXXConditionDeclaration should take into account that by Douglas Gregor · 13 years ago
  46. d8bba9c Add support for C++ namespace-aware typo correction, e.g., correcting by Douglas Gregor · 13 years ago
  47. db7abf7 Remove the call to GetTypeForDeclarator in Sema::ActOnCXXConditionDeclaration. by Argyrios Kyrtzidis · 13 years ago
  48. 1ab0d90 Fix a couple more issues related to r133854: by Richard Smith · 13 years ago
  49. cf5abc7 Support for catching objc pointer objects in c++ catch-statement by Fariborz Jahanian · 13 years ago
  50. 9d96bce Alloa catching Objective-C id's being thrown with C++ throw by Fariborz Jahanian · 13 years ago
  51. 0d9106f Changes ParenListExpr to always require a type. by Manuel Klimek · 13 years ago
  52. 1ccbc54 Ensure that we delete implict copy members when explicit move members by Sean Hunt · 13 years ago
  53. 661c67a Attempt to reapply this patch for caching copy assignment operator by Sean Hunt · 13 years ago
  54. 4857947 De-Unicode-ify in comments. by NAKAMURA Takumi · 13 years ago
  55. b77115d When synthesizing implicit copy/move constructors and copy/move assignment by John McCall · 13 years ago
  56. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  57. 7a614d8 Implement support for C++11 in-class initialization of non-static data members. by Richard Smith · 13 years ago
  58. 3bde0ce This change is breaking selfhost. Revert it until I have more time to study it. by Sean Hunt · 13 years ago
  59. 53e669f Implement caching of copy assignment operator lookup. by Sean Hunt · 13 years ago
  60. c530d17 Implement caching for copy constructors in similar situations. by Sean Hunt · 13 years ago
  61. b320e0c Implement caching of default constructors on the resolution table. This by Sean Hunt · 13 years ago
  62. 383616c Remove all references to InitializationSequence::FailedSequence from outside SemaInit.cpp. Replace them with the boolean conversion or the new Failed() function. This is a first step towards removing InitializationSequence::SequenceKind. No functionality change. by Sebastian Redl · 13 years ago
  63. 9ae60d5 Implement a new warning for when adding a default argument to a method by Sean Hunt · 13 years ago
  64. 8271317 Update our diagnostics to properly account for move operations. by Sean Hunt · 13 years ago
  65. ffe37fd Implement a little bit of cleanup and a lot more of the base work by Sean Hunt · 13 years ago
  66. cd10dec Implement explicit specialization of explicitly-defaulted constructors. by Sean Hunt · 13 years ago
  67. eb88ae5 Correctly propagate defaultedness across template instantiation. This by Sean Hunt · 13 years ago
  68. b2ee830 Emulate a MSVC bug where if during an using declaration name lookup, the declaration found is unaccessible (private) and that declaration was bring into scope via another using declaration whose target declaration is accessible (public) then no error is generated. by Francois Pichet · 13 years ago
  69. e340682 Add a missing case for default constructor deletion. by Sean Hunt · 13 years ago
  70. b7ec906 Downgrade the error about re-opening an inline namespace as non-inline by Douglas Gregor · 13 years ago
  71. 0ee3391 Reapply r121528, fixing PR9941 by delaying the exception specification check for destructors until the class is complete and destructors have been adjusted. by Sebastian Redl · 13 years ago
  72. 493ff72 After consultation with doug, revert r131515. by Sean Hunt · 13 years ago
  73. 1d78032 Revert r121528 as it breaks a simple testcase, which leads to, among by Sean Hunt · 13 years ago
  74. 0320a1d Implement implicit exception specifications of destructors. by Sebastian Redl · 13 years ago
  75. 71a682f Implement an additional fix for infinite recursion of deleted special by Sean Hunt · 13 years ago
  76. d02fec8 Force declaration of implicit members in C++0x mode. by Sean Hunt · 13 years ago
  77. be63122 Fix some minor bugs and add a lot more test cases for defaulted by Sean Hunt · 13 years ago
  78. 1f2f384 Implement some tests for defaulted constructors. To do this I had to by Sean Hunt · 13 years ago
  79. 2b18808 What I hope to be an implementation of defaulted copy assignment operators. by Sean Hunt · 13 years ago
  80. 7f41019 More progress towards defaulted copy assignment by Sean Hunt · 13 years ago
  81. 30de05c Start implementing defaulted copy assignment by Sean Hunt · 13 years ago
  82. daebfef Fix copy constructor deletion detection with array types. by Sean Hunt · 13 years ago
  83. 49634cf Defaulting copy constructors now works reasonably well. by Sean Hunt · 13 years ago
  84. 2be7e90 Implement defaulting of destructors. by Sean Hunt · 13 years ago
  85. cb45a0f Hrm by Sean Hunt · 13 years ago
  86. e4246a6 Properly parse the 'default' and 'delete' keywords. by Sean Hunt · 13 years ago
  87. 1e23865 Make it so that we actually generate definitions for explicitly by Sean Hunt · 13 years ago
  88. ca46d13 Implement deletion of explicitly defaulted default constructors. by Sean Hunt · 13 years ago
  89. a6bff2c Commit some missing changes to the previous patch. by Sean Hunt · 13 years ago
  90. cdee3fe Implement implicit deletion of default constructors. by Sean Hunt · 13 years ago
  91. f961ea5 Re-do R131114 without breaking code. by Sean Hunt · 13 years ago
  92. c840649 Reimplement Sema::MatchTemplateParametersToScopeSpecifier() based on by Douglas Gregor · 13 years ago
  93. 680404e Revert 131114. This fixes PR9884. by Rafael Espindola · 13 years ago
  94. 001cad9 Further implement defaulting constructors. by Sean Hunt · 13 years ago
  95. a780da7 The last of the trivial constructor changes, make CXXSpecialMember by Sean Hunt · 13 years ago
  96. 37b8c9e Clean up trivial default constructors now. by Sean Hunt · 13 years ago
  97. 023df37 Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" and by Sean Hunt · 13 years ago
  98. 010157f When checking for a prior declaration of the name of a namespace, skip by Douglas Gregor · 13 years ago
  99. bb85f8e Per Richard's suggestion, rename DefLoc to DefaultLoc where it appears. by Sean Hunt · 13 years ago
  100. 10620eb Modify some deleted function methods to better reflect reality: by Sean Hunt · 13 years ago