1. 3cdbbdc PR15390: If a function returns a pointer to a function, that function type by Richard Smith · 12 years ago
  2. 4b02dff Add quotation marks to template names in diagnostics. by David Blaikie · 12 years ago
  3. 714b509 Don't crash when diagnosing path-constrained protected by John McCall · 12 years ago
  4. 4da0903 Don't crash if we try to apply 'alignas' to a variable declared with an by Richard Smith · 12 years ago
  5. 4e1125f Update to use references to attribute groups instead of listing the attributes on the call/invoke instructions. by Bill Wendling · 12 years ago
  6. 671b321 Implement C++11 [dcl.align]p6-p8, and C11 6.7.5/7. This had to be split out of by Richard Smith · 12 years ago
  7. 637619b Only suppress instance context if a member is actually by John McCall · 12 years ago
  8. 478bbf3 Try to get buildbots to pass these tests. by Bill Wendling · 12 years ago
  9. 3bba3ef Attempt to clean up tests for non-X86 platforms. by Bill Wendling · 12 years ago
  10. 2f98ad3 Remove target-specific features. by Bill Wendling · 12 years ago
  11. f7a9da0 Modify the tests to use attribute group references instead of listing the by Bill Wendling · 12 years ago
  12. ddf117e Add a test for r174980, that we used to accept by Dmitri Gribenko · 12 years ago
  13. 1b9e8f7 Accept over-qualified constructor in MSVC emulation mode by Dmitri Gribenko · 12 years ago
  14. 66b2277 Call __cxa_begin_catch with the current exception before by John McCall · 12 years ago
  15. ce6a10e Don't check whether a friend declaration is correctly formed when instantiating, by Nick Lewycky · 12 years ago
  16. a4dc51b Add some missing diagnostics for C++11 narrowing conversions. by Richard Smith · 12 years ago
  17. be507b6 Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign. by Richard Smith · 12 years ago
  18. 1031884 Don't do delayed exception-specification checking on an invalid by Douglas Gregor · 12 years ago
  19. 29805ca Improve 'failed template argument deduction' diagnostic for the case where we by Richard Smith · 12 years ago
  20. e28f6ab Unresolved lookups can have using declarations that refer to by Douglas Gregor · 12 years ago
  21. d9bf418 [Sema] Constrain test added in r173873 with expected-error-re by David Blaikie · 12 years ago
  22. 1d87fba Provide a fixit for constexpr non-static data members. by David Blaikie · 12 years ago
  23. a367e9d Move -Wstatic-float-init fixit into a note & don't recover as if constexpr by David Blaikie · 12 years ago
  24. 485b312 PR15100: look through type sugar when determining whether we have one of the by Richard Smith · 12 years ago
  25. 2f83694 Fold tests for C++ 'main' into a single file. by Richard Smith · 12 years ago
  26. f727e1c Don't crash while printing APValues that are lvalues casted to a by Douglas Gregor · 12 years ago
  27. 3a2b7a1 Finish semantic analysis for [[carries_dependency]] attribute. by Richard Smith · 12 years ago
  28. d98f708 Tests and a minor bugfix for [dcl.attr.depend]p1 (C++11 [[carries_dependency]] by Richard Smith · 12 years ago
  29. b4b1d69 Sync 'in class initialization of static const double' extension up with GCC, by Richard Smith · 12 years ago
  30. c7629d9 Handle universal character names and Unicode characters outside of literals. by Jordan Rose · 12 years ago
  31. 22eaced Once we've collected the template arguments for a by Douglas Gregor · 12 years ago
  32. 459455b Add test for PR12938, fixed by Richard Smith in r172691 by David Blaikie · 12 years ago
  33. dca97dd Test that we correctly handle reversion of line splicing etc in raw string by Richard Smith · 12 years ago
  34. cd8ab51 Implement C++11 semantics for [[noreturn]] attribute. This required splitting by Richard Smith · 12 years ago
  35. 4195637 Refactor to call ActOnFinishFullExpr on every full expression. Teach by Richard Smith · 12 years ago
  36. 714fcc1 Fix regression in r172376. Don't try to detect missing 'constexpr' specifiers by Richard Smith · 12 years ago
  37. 21c8fa8 PR12008: defer adding the implicit 'const' to a constexpr member function until by Richard Smith · 12 years ago
  38. 601e6e8 Fixed an assertion failure triggered by invalid code. by Enea Zaffanella · 12 years ago
  39. 0f46e64 Improve diagnostic wording for when an implicitly-deleted special member by Richard Smith · 12 years ago
  40. d538ed9 Implement AST dumper for Decls. http://llvm-reviews.chandlerc.com/D52 by Alexander Kornienko · 12 years ago
  41. 1d28caf PR14558: Compute triviality of special members (etc) at the end of the class by Richard Smith · 12 years ago
  42. afee0ff PR14550: If a system header contains a bogus constexpr function definition, by Richard Smith · 12 years ago
  43. bc2a35d Finish implementing 'selected constructor' rules for triviality in C++11. In by Richard Smith · 12 years ago
  44. ac71351 Properly compute triviality for explicitly-defaulted or deleted special members. by Richard Smith · 12 years ago
  45. d5bc867 Implement C++03 [dcl.init]p5's checking for value-initialization of references by Richard Smith · 12 years ago
  46. 5046439 Per [dcl.fct.def.default]p1, don't allow variadic special members to be defaulted. by Richard Smith · 12 years ago
  47. 030a664 Fix http://stackoverflow.com/questions/13521163 by Richard Smith · 12 years ago
  48. 30cddae Teach Lexer::getSpelling about raw string literals. Specifically, if a raw by Richard Smith · 12 years ago
  49. acf796b Store on the CXXRecordDecl whether the class has, or would have, a copy by Richard Smith · 12 years ago
  50. b8abff6 C++ core issue 1344, PR10618: promote "addition of default argument makes this by Richard Smith · 12 years ago
  51. 746619a Fix regression in r168477. Use canonical decl when looking for base class by Richard Smith · 12 years ago
  52. f62c690 Fix CXXRecordDecl::forallBases to not look through bases which are dependent by Richard Smith · 12 years ago
  53. 1a6c43a Test that we correctly deal with multiple copy constructors when detecting by Richard Smith · 12 years ago
  54. 044c8aa Fix some wrong-code bugs in implicitly-defined assignment operators: by Richard Smith · 12 years ago
  55. 3a9fefe Fix more try scoping bugs introduced by r167650. by David Blaikie · 12 years ago
  56. 3d512d8 Handle redeclarations of catch variables in catch blocks. by David Blaikie · 12 years ago
  57. c4027c8 PR14296: function parameter name collisions in function try/catch by David Blaikie · 12 years ago
  58. f64231e Teach Clang parser to reject C++11 attributes that appertain to declaration specifiers. by Michael Han · 12 years ago
  59. c3f1742 When capturing 'this' in a lambda, make sure to update the set of by Douglas Gregor · 12 years ago
  60. 03e6fda PR14141 (part of DR1351): An implicitly-deduced "any" exception specification by Richard Smith · 12 years ago
  61. aa9a8ce DR1473: Do not require a space between operator"" and the ud-suffix in a by Richard Smith · 12 years ago
  62. 444d384 Rework implementation of DR1492: Apply the resolution to operator delete too, by Richard Smith · 12 years ago
  63. 8e8fb3b Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. by Andy Gibbs · 12 years ago
  64. 4a529d2 Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "expected" is at the start of the word and will no longer accept typos such as "junkexpected-*" as a valid "expected-*" directive. A very few test-cases had to be amended to adhere to the new rule. by Andy Gibbs · 12 years ago
  65. b1502bc DR1442: In a range-based for statement, namespace 'std' is not an associated by Richard Smith · 12 years ago
  66. 6678a05 Tests for DR1507. by Richard Smith · 12 years ago
  67. 5708c18 Implement C++ 10.3p16 - overrides involving deleted functions must match. by David Blaikie · 12 years ago
  68. 16de3db Move test to a more appropriate place. by Eli Friedman · 12 years ago
  69. 915c07d Fix pretty-printing for variables declared in a condition. Patch by Grzegorz Jablonski. by Eli Friedman · 12 years ago
  70. 708f69b DR1492: In a definition of a destructor, the exception specification must be by Richard Smith · 12 years ago
  71. 9b29f4f Implement GCC's -Wint-to-pointer-cast. by David Blaikie · 12 years ago
  72. a143a9d Fix -ast-print for uses of operator->. by Eli Friedman · 12 years ago
  73. 3ea19c8 Fix a crash-on-invalid when parsing a reference to an invalid auto declaration by David Blaikie · 12 years ago
  74. d1a55a6 Egriegious hack to support libstdc++4.6's broken <atomic> header, which defines by Richard Smith · 12 years ago
  75. 6880f49 Improve C++11 attribute parsing. by Michael Han · 12 years ago
  76. 72ab277 When processing an InitListExpr and skipping the initialization of an invalid by Richard Smith · 12 years ago
  77. 0738198 Teach Type::getAs<TemplateSpecializationType> that a TemplateSpecializationType by Richard Smith · 12 years ago
  78. b6b5b97 PR13890: Warn on abstract final classes. by David Blaikie · 12 years ago
  79. d4a282b Make the wchar_t promotion test consistent across different hosts by specifying a target triple. by David Blaikie · 12 years ago
  80. d6f80da Per C++11 [class.friend]p3, the 'friend' keyword must appear first in a by Richard Smith · 12 years ago
  81. 407c847 Fix a small FIXME involving template partial ordering and by Eli Friedman · 12 years ago
  82. 9cef006 Fix function template partial ordering rules for static vs. non-static by Eli Friedman · 12 years ago
  83. 97c6739 Fix a small bug in the way we handle builtin candidates for by Eli Friedman · 12 years ago
  84. 7fcd136 Fix incorrect comment. by Richard Smith · 12 years ago
  85. b5ea91c Fix up after r163846. Sorry! by Richard Smith · 12 years ago
  86. 2bcb984 Revert r163829. The world (or libstdc++, at least) is not ready. by Richard Smith · 12 years ago
  87. e7ff919 Implement C++11 [conv.prom]p4: an enumeration with a fixed underlying type has by Richard Smith · 12 years ago
  88. 7537945 Promote the warning about extra qualification on a declaration from a by Douglas Gregor · 12 years ago
  89. ceb0762 Remove speculative fix for C++ core issue 1407, since it was resolved as NAD. by Richard Smith · 12 years ago
  90. 9a4db03 PR13811: Add a FunctionParmPackExpr node to handle references to function by Richard Smith · 12 years ago
  91. 6964b3f PR9023: A template template parameter whose template parameter list contains an by Richard Smith · 12 years ago
  92. 8123b6e Clarified diagnostics for range-based for loops with invalid ranges by Sam Panzer · 12 years ago
  93. 8bddeb5 When computing the effective context for access control, by John McCall · 12 years ago
  94. 42f48fb Instantiate class template specializations during ADL. by John McCall · 12 years ago
  95. 40b2e19 When disambiguating an expression-statement from a declaraton-statement, if the by Richard Smith · 12 years ago
  96. e1715b6 Better diagnostics for range-based for loops with bad range types. by Sam Panzer · 12 years ago
  97. 1f2e1a9 Check access to friend declarations. There's a number of different by John McCall · 12 years ago
  98. a4b3965 PR13499: Don't try to check whether 'override' has been validly applied until by Richard Smith · 12 years ago
  99. 5121781 Explicitly defaulted constructors cannot be used for default initialization. by Aaron Ballman · 12 years ago
  100. aa1e192 Update source location in test. by Benjamin Kramer · 12 years ago