1. 7a614d8 Implement support for C++11 in-class initialization of non-static data members. by Richard Smith · 13 years ago
  2. 3bde0ce This change is breaking selfhost. Revert it until I have more time to study it. by Sean Hunt · 13 years ago
  3. 53e669f Implement caching of copy assignment operator lookup. by Sean Hunt · 13 years ago
  4. c530d17 Implement caching for copy constructors in similar situations. by Sean Hunt · 13 years ago
  5. b320e0c Implement caching of default constructors on the resolution table. This by Sean Hunt · 13 years ago
  6. 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
  7. 9ae60d5 Implement a new warning for when adding a default argument to a method by Sean Hunt · 13 years ago
  8. 8271317 Update our diagnostics to properly account for move operations. by Sean Hunt · 13 years ago
  9. ffe37fd Implement a little bit of cleanup and a lot more of the base work by Sean Hunt · 13 years ago
  10. cd10dec Implement explicit specialization of explicitly-defaulted constructors. by Sean Hunt · 13 years ago
  11. eb88ae5 Correctly propagate defaultedness across template instantiation. This by Sean Hunt · 13 years ago
  12. 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
  13. e340682 Add a missing case for default constructor deletion. by Sean Hunt · 13 years ago
  14. b7ec906 Downgrade the error about re-opening an inline namespace as non-inline by Douglas Gregor · 13 years ago
  15. 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
  16. 493ff72 After consultation with doug, revert r131515. by Sean Hunt · 13 years ago
  17. 1d78032 Revert r121528 as it breaks a simple testcase, which leads to, among by Sean Hunt · 13 years ago
  18. 0320a1d Implement implicit exception specifications of destructors. by Sebastian Redl · 13 years ago
  19. 71a682f Implement an additional fix for infinite recursion of deleted special by Sean Hunt · 13 years ago
  20. d02fec8 Force declaration of implicit members in C++0x mode. by Sean Hunt · 13 years ago
  21. be63122 Fix some minor bugs and add a lot more test cases for defaulted by Sean Hunt · 13 years ago
  22. 1f2f384 Implement some tests for defaulted constructors. To do this I had to by Sean Hunt · 13 years ago
  23. 2b18808 What I hope to be an implementation of defaulted copy assignment operators. by Sean Hunt · 13 years ago
  24. 7f41019 More progress towards defaulted copy assignment by Sean Hunt · 13 years ago
  25. 30de05c Start implementing defaulted copy assignment by Sean Hunt · 13 years ago
  26. daebfef Fix copy constructor deletion detection with array types. by Sean Hunt · 13 years ago
  27. 49634cf Defaulting copy constructors now works reasonably well. by Sean Hunt · 13 years ago
  28. 2be7e90 Implement defaulting of destructors. by Sean Hunt · 13 years ago
  29. cb45a0f Hrm by Sean Hunt · 13 years ago
  30. e4246a6 Properly parse the 'default' and 'delete' keywords. by Sean Hunt · 13 years ago
  31. 1e23865 Make it so that we actually generate definitions for explicitly by Sean Hunt · 13 years ago
  32. ca46d13 Implement deletion of explicitly defaulted default constructors. by Sean Hunt · 13 years ago
  33. a6bff2c Commit some missing changes to the previous patch. by Sean Hunt · 13 years ago
  34. cdee3fe Implement implicit deletion of default constructors. by Sean Hunt · 13 years ago
  35. f961ea5 Re-do R131114 without breaking code. by Sean Hunt · 13 years ago
  36. c840649 Reimplement Sema::MatchTemplateParametersToScopeSpecifier() based on by Douglas Gregor · 13 years ago
  37. 680404e Revert 131114. This fixes PR9884. by Rafael Espindola · 13 years ago
  38. 001cad9 Further implement defaulting constructors. by Sean Hunt · 13 years ago
  39. a780da7 The last of the trivial constructor changes, make CXXSpecialMember by Sean Hunt · 13 years ago
  40. 37b8c9e Clean up trivial default constructors now. by Sean Hunt · 13 years ago
  41. 023df37 Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" and by Sean Hunt · 13 years ago
  42. 010157f When checking for a prior declaration of the name of a namespace, skip by Douglas Gregor · 13 years ago
  43. bb85f8e Per Richard's suggestion, rename DefLoc to DefaultLoc where it appears. by Sean Hunt · 13 years ago
  44. 10620eb Modify some deleted function methods to better reflect reality: by Sean Hunt · 13 years ago
  45. fe2695e Do defaulted constructors properly. by Sean Hunt · 13 years ago
  46. 5f802e5 Revert r130912 in order to approach defaulted functions from the other by Sean Hunt · 13 years ago
  47. 3e4c6c4 Implement support for C++0x alias templates. by Richard Smith · 13 years ago
  48. ad7ec12 Implement some framework for defaulted constructors. by Sean Hunt · 13 years ago
  49. c159870 Change cycle detection to be based off of a warning flag. by Sean Hunt · 13 years ago
  50. ebcbe1d there i fixed it by Sean Hunt · 13 years ago
  51. fe57eef Implement a better version of delegating constructor cycle detection. by Sean Hunt · 13 years ago
  52. fa74c23 Ensure that delegating constructor loop detection uses canonical declarations. by Sean Hunt · 13 years ago
  53. b76af9c Ensure that destructors are properly inovked when an exception leaves by Sean Hunt · 13 years ago
  54. 01aacc0 Move the AST modifications to after the cycle detection in by Sean Hunt · 13 years ago
  55. b79bf1d Remove unused variable, but keep function call with side-effect. by Nick Lewycky · 13 years ago
  56. 059ce0d Fully implement delegating constructors! by Sean Hunt · 13 years ago
  57. 58a2cd8 Synthesizing the definition of an implicit member is an AST modification, so notify any mutation listeners of it. This fixes a crasher in chained PCH, where an implicit destructor in a PCH gets a definition in a chained PCH, which is then lost. However, any further use of the destructor would cause its definition to be regenerated in the final file, hiding the bug. by Sebastian Redl · 13 years ago
  58. 7884403 At the end of the translation unit, defining a vtable can introduce by Douglas Gregor · 13 years ago
  59. 8387e2a Add -fdelayed-template-parsing option. Using this option all templated function definitions are parsed at the end of the translation unit only if it is required by an actual instantiation. As such all the symbols of the TU are available during name lookup. by Francois Pichet · 13 years ago
  60. b65abda Don't enter a qualified scope for an invalid decl. by Argyrios Kyrtzidis · 13 years ago
  61. cf320c6 For consistency, change suffix from war_ to warn_ for some Microsoft warnings I introduced lately. by Francois Pichet · 13 years ago
  62. 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 13 years ago
  63. 8cf9049 Refactor 129240 to merge the old default argument into the new parameter. by Francois Pichet · 13 years ago
  64. 8d051e0 MSVC accepts that default parameters be redefined for member functions by Francois Pichet · 13 years ago
  65. 429bb27 Use ExprResult& instead of Expr *& in Sema by John Wiegley · 13 years ago
  66. 2166948 Make -Wheader-hygiene not complain about USING_NAMESPACE_THROUGH_MACRO in a non-header file. by Nico Weber · 13 years ago
  67. 3334b0b Fix PR9572 and neighboring lurking crashers. by Matt Beaumont-Gay · 13 years ago
  68. 1d71cbf Reduce indentation using early exits and add a couple of comments. No by Chandler Carruth · 13 years ago
  69. 9172aa6 Improve -Wheader-hygiene to warn about using directives inside linkage by Douglas Gregor · 13 years ago
  70. 1d20927 Fixup comments. by Anders Carlsson · 13 years ago
  71. 2c3ee54 Get rid of handling of the 'explicit' keyword from class-head. We still parse it though, although that will change shortly. by Anders Carlsson · 13 years ago
  72. 909a70d Apply the nonnull attribute to constructor expressions too. by Nick Lewycky · 13 years ago
  73. 2b32dad Add a new warning for exit-time destructors. by Anders Carlsson · 13 years ago
  74. 80558d2 Fix Objective-C++ exceptions (GNU runtime). by David Chisnall · 13 years ago
  75. d6a49bb Add an opt-in -Wheader-hygiene, which current diagnoses the use of by Douglas Gregor · 13 years ago
  76. 7f0a915 Fixed inconsistency when adding TemplateParameterListsInfo. by Abramo Bagnara · 13 years ago
  77. a085da8 Fix PR9488: 'auto' type substitution can fail (for instance, if it creates a reference-to-void type). Don't crash if it does. by Richard Smith · 13 years ago
  78. 8026f6d Instead of storing an ASTContext* in FunctionProtoTypes with computed noexcept specifiers, unique FunctionProtoTypes with a ContextualFoldingSet, as suggested by John McCall. by Sebastian Redl · 13 years ago
  79. f9c32eb Revert "Disable delegating constructors for 2.9" by Sebastian Redl · 13 years ago
  80. 9d0af36 Disable delegating constructors for 2.9 by Sebastian Redl · 13 years ago
  81. caa35e4 Revert "Disable inherited constructors for 2.9." by Sebastian Redl · 13 years ago
  82. a808c54 Disable inherited constructors for 2.9. by Sebastian Redl · 13 years ago
  83. 60618fa Propagate the new exception information to FunctionProtoType. by Sebastian Redl · 13 years ago
  84. 796aa44 Forgotten part of previous commit. by Abramo Bagnara · 13 years ago
  85. f4e3cfb Add support for the OpenCL vec_step operator, by generalising and by Peter Collingbourne · 13 years ago
  86. c57c17d Avoid do drop outer template parameter lists on the floor. by Abramo Bagnara · 13 years ago
  87. f525160 Teach libclang's token-annotation logic about context-sensitive by Douglas Gregor · 13 years ago
  88. a2026c9 Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source range for declarations using postfix types. by Abramo Bagnara · 13 years ago
  89. acba90f Fixed NamespaceDecl source range. by Abramo Bagnara · 13 years ago
  90. ff676cb Fixed source range for all DeclaratorDecl's. by Abramo Bagnara · 13 years ago
  91. 8b5b409 Reinstate r127112, "Propagate new-style exception spec information to ExtProtoInfo.", this time with the missing header. by Sebastian Redl · 13 years ago
  92. 708a866 Revert r127112, "Propagate new-style exception spec information to ExtProtoInfo." by NAKAMURA Takumi · 13 years ago
  93. 06bfa84 Propagate new-style exception spec information to ExtProtoInfo. by Sebastian Redl · 13 years ago
  94. c54061a Move private structs into anonymous namespaces. by Benjamin Kramer · 14 years ago
  95. 0266aa3 -Woverloaded-virtual shouldn't warn for static functions. Fixes rdar://9083431 & http://llvm.org/PR9396. by Argyrios Kyrtzidis · 14 years ago
  96. 55a9637 Removed left brace location from LinkageSpecDecl. by Abramo Bagnara · 14 years ago
  97. 5f6bcbe Fixed end source location for LinkageSpecDecl. by Abramo Bagnara · 14 years ago
  98. 9e87687 Reinstate the introduction of source-location information for by Douglas Gregor · 14 years ago
  99. 2786864 Revert r126748, my second attempt at nested-name-specifier source by Douglas Gregor · 14 years ago
  100. be38c5f Reinstate r126737, extending the generation of type-source location by Douglas Gregor · 14 years ago