1. f5d8f46 Promote the static getNRVOCandidate() function, which computed the by Douglas Gregor · 14 years ago
  2. b939a19 Implement core issue 1164, which concerns the partial ordering of by Douglas Gregor · 14 years ago
  3. b13ede9 Add test for overload resolution's preference for binding an rvalue by Douglas Gregor · 14 years ago
  4. 0baa922 Eliminate an unused variable by Douglas Gregor · 14 years ago
  5. 68ed68b Update the reference-binding implementation used for overload by Douglas Gregor · 14 years ago
  6. 2ad746a Implement the special template argument deduction rule for T&& in a by Douglas Gregor · 14 years ago
  7. c80e811 Sema: process non-inheritable attributes on function declarations early by Peter Collingbourne · 14 years ago
  8. 6070039 Sema: support for processing non-inheritable declaration attributes early by Peter Collingbourne · 14 years ago
  9. a97d70b Generalise support for non-inheritable attributes by Peter Collingbourne · 14 years ago
  10. fb5d7ef Improve the diagnostic that complains about binding an rvalue by Douglas Gregor · 14 years ago
  11. b2855ad More work to bring reference binding up to the latest C++0x by Douglas Gregor · 14 years ago
  12. 564cb06 When performing reference binding via a conversion function, perform by Douglas Gregor · 14 years ago
  13. 411c25c Initialize a variable, found by Ted. by Fariborz Jahanian · 14 years ago
  14. 8619edd Fix a use of uninitialized variables, found by Ted! by Douglas Gregor · 14 years ago
  15. c5db24d Start refactoring reference binding to more closely match the C++0x by Douglas Gregor · 14 years ago
  16. 2e1c730 Diagnose when a virtual member function marked final is overridden. by Anders Carlsson · 14 years ago
  17. 69d8316 Add some tests for reference-collapsing and referencing binding by Douglas Gregor · 14 years ago
  18. 9eefa22 When instantiating member functions, propagate whether the member function is marked 'final' and 'override'. by Anders Carlsson · 14 years ago
  19. 3ffe183 When checking for functions marked override, ignore dependent contexts. by Anders Carlsson · 14 years ago
  20. 4ebf160 Make CheckOverrideControl a member of Sema. by Anders Carlsson · 14 years ago
  21. 9e682d9 Diagnose virtual member functions marked override but not overriding any virtual member functions. by Anders Carlsson · 14 years ago
  22. aae5af2 Only allow virtual member functions to be marked 'override' and 'final'. by Anders Carlsson · 14 years ago
  23. 69a8735 Pass the VirtSpecifiers along to Sema::ActOnCXXMemberDeclarator. by Anders Carlsson · 14 years ago
  24. 706df2f Fix PR8884 by skipping transparent contexts. The test is for LikageSpec. I by Rafael Espindola · 14 years ago
  25. 83eecbe When building a user-defined conversion sequence, keep track of the by Douglas Gregor · 14 years ago
  26. f2ae526 Sema::BuildCXXMemberCallExpr() can fail due to access or ambiguities, by Douglas Gregor · 14 years ago
  27. dfc331e Explicitly track the number of call arguments provided when performing by Douglas Gregor · 14 years ago
  28. 5ce5f52 Downgrade the "variadic templates are a C++0x feature" error to an by Douglas Gregor · 14 years ago
  29. a779d9c Implement basic support for the use of variadic templates and blocks by Douglas Gregor · 14 years ago
  30. 6952f1e Implement support for non-type template parameter packs whose type is by Douglas Gregor · 14 years ago
  31. 61f438a NonTypeTemplateParmDecls always have TypeSourceInfo. There's no sense by Douglas Gregor · 14 years ago
  32. 92c3a04 Warn about the use of unparenthesized |= in conditionals (which may be by Douglas Gregor · 14 years ago
  33. 2998d6b When building the copy expression for a __block variable, make sure by John McCall · 14 years ago
  34. 3b65751 Change the canonical representation of array types to store qualifiers on the by John McCall · 14 years ago
  35. f4c7371 Change QualType::getTypePtr() to return a const pointer, then change a by John McCall · 14 years ago
  36. 6e5658d lib/Sema/SemaExpr.cpp: __null should be LongLongTy on LLP64 Win64. by NAKAMURA Takumi · 14 years ago
  37. c21fed3 Teach UninitializedValuesV2 to implicitly reason about C++ by Ted Kremenek · 14 years ago
  38. e188933 Properly do a float -> _Complex double conversion, fixes rdar://8875946. by Argyrios Kyrtzidis · 14 years ago
  39. 62c28c8 Generalize some operations on qualifiers. QualType::getQualifiers() and by John McCall · 14 years ago
  40. dbee341 Add support for explicit constructor calls in Microsoft mode. For example: by Francois Pichet · 14 years ago
  41. dec0984 Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and by Jeffrey Yasskin · 14 years ago
  42. 22c4120 Handle base and member destructors in CheckFallThrough. by Anders Carlsson · 14 years ago
  43. b918d0f Convert "#pragma unused(...)" into tokens for the parser. by Argyrios Kyrtzidis · 14 years ago
  44. b971dbd Change ParseOptionalCXX0XVirtSpecifierSeq to take a VirtSpecifiers struct. by Anders Carlsson · 14 years ago
  45. 0dc5f9a Fix a bug where the -Wmissing-noreturn would always treat constructors with base or member initializers as noreturn. by Anders Carlsson · 14 years ago
  46. 2d75bbd Emit an extension diagnostic for C99 designated initializers that appear in C++ code by Douglas Gregor · 14 years ago
  47. 9da95e6 Tweak the partial ordering rules for function templates to prefer a by Douglas Gregor · 14 years ago
  48. 1aee05d Introduce a new kind of TemplateName that captures a substituted by Douglas Gregor · 14 years ago
  49. 610068c Add initial prototype for implementation of by Ted Kremenek · 14 years ago
  50. c7793c7 Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr, by Douglas Gregor · 14 years ago
  51. 2be29f4 Teach template template argument pack expansions to keep track of the by Douglas Gregor · 14 years ago
  52. 6a24bfd Handle substitutions into function parameter packs whose patterns by Douglas Gregor · 14 years ago
  53. 689ebfc The variable 'ReusedDecl' is written but never read. by Ted Kremenek · 14 years ago
  54. fe62b06 The variable 'isTemplateSpecialization' is no longer by Ted Kremenek · 14 years ago
  55. e6df5f6 Remove unused store to variable 'Name'. Found by clang static analyzer. by Ted Kremenek · 14 years ago
  56. 67fd125 Teach PackExpansionExpr to keep track of the number of pack expansions by Douglas Gregor · 14 years ago
  57. 07a77b4 When we're instantiating a direct variable initializer that has a pack by Douglas Gregor · 14 years ago
  58. cded4f6 Keep track of the number of expansions to be produced from a type pack by Douglas Gregor · 14 years ago
  59. 0bc15d9 Fix a few warnings stemming from my inability to properly fill out by Douglas Gregor · 14 years ago
  60. c3069d6 Start implementing support for substitution into pack expansions that by Douglas Gregor · 14 years ago
  61. c421f54 Only apply the parameter pack matching of C++0x [temp.arg.template]p3 by Douglas Gregor · 14 years ago
  62. 4f1d282 Allow us to transform pack expansion expressions. by Douglas Gregor · 14 years ago
  63. a034782 Implement C++0x [temp.arg.template]p3, which allows slightly fuzzy by Douglas Gregor · 14 years ago
  64. ab7ddf0 Refactor and simplify Sema::TemplateParameterListsAreEqual. We had a by Douglas Gregor · 14 years ago
  65. 1d5d0b9 Add the location of the right parenthesis of a C++ named cast by Douglas Gregor · 14 years ago
  66. 2fc1bb7 Teach TreeTransform how to transform a pack expansion type into by Douglas Gregor · 14 years ago
  67. ae278a3 Slight bugfix to the attribute-distribution logic for GC attributes. by John McCall · 14 years ago
  68. 2432320 Add a comment for r123231. by Francois Pichet · 14 years ago
  69. 203e6a3 Add TemplateArgument::CreatePackCopy() to create a new parameter pack by Douglas Gregor · 14 years ago
  70. 77d6bb9 Implement partial ordering of class template partial specializations by Douglas Gregor · 14 years ago
  71. 5c7bf42 Implement C++ [temp.func.order]p5 more directly, by passing down the by Douglas Gregor · 14 years ago
  72. 2b57aef Added warning about invalid register specification for local variables. by Abramo Bagnara · 14 years ago
  73. a15a5ee In Microsoft mode, force 64 bit hex integer constants to signed type if the LL or i64 suffix is used. This MSVC behavior. by Francois Pichet · 14 years ago
  74. 483dd2f Ensure that the result type of an Objective-C class message send is by Douglas Gregor · 14 years ago
  75. 21371ea When mapping from a function parameter pack to the set of function by Douglas Gregor · 14 years ago
  76. 7d5c0c1 Implement the last bullet of [temp.deduct.type]p5 and part of the last by Douglas Gregor · 14 years ago
  77. 3cae5c9 Implement more of C++0x [temp.arg.explicit]p9, allowing extension of by Douglas Gregor · 14 years ago
  78. 0216f81 Repent for my copy-and-paste sins, factoring out the code that forms by Douglas Gregor · 14 years ago
  79. 5429385 Factor out the code to set up template argument deduction for a set of by Douglas Gregor · 14 years ago
  80. d373119 Work-in-progress implementation of C++0x [temp.arg.explicit]p9, which by Douglas Gregor · 14 years ago
  81. cbb6748 Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, by Sean Hunt · 14 years ago
  82. 97fcc49 Check for delegating constructors and (currently) return an error about them. by Sean Hunt · 14 years ago
  83. eeef924 Remove a kludge from analysis based warnings that used to detect by Chandler Carruth · 14 years ago
  84. 65197b4 Add semantic checking that the "thousands grouping" by Ted Kremenek · 14 years ago
  85. 91fc73e When instantiating the arguments to an initializer, use the by Douglas Gregor · 14 years ago
  86. bd5f9f7 Fix a valgrind error when transforming function prototypes with by Douglas Gregor · 14 years ago
  87. 12c9c00 Implement substitution of a function parameter pack for its set of by Douglas Gregor · 14 years ago
  88. a009b59 Factor out the template transformation of a sequence of function by Douglas Gregor · 14 years ago
  89. f5c65ff Implement template argument deduction from a call to a function by Douglas Gregor · 14 years ago
  90. 9d156a7 Introduce an AttributedType, but don't actually use it anywhere yet. by John McCall · 14 years ago
  91. 0bbacf8 Fast-path an arity check when performing template argument deduction that compares two parameter-type-lists. No functionality change. by Douglas Gregor · 14 years ago
  92. c8a16fb Eliminate an unnecessary dance where we tried to cope with the lack of by Douglas Gregor · 14 years ago
  93. 603cfb4 Initial implementation of function parameter packs. This implementation allows: by Douglas Gregor · 14 years ago
  94. 2b77cb8 Don't warn on missing 'copy' attribute on a 'block' by Fariborz Jahanian · 14 years ago
  95. 7b1cf30 hasInit() -> hasDefaultArg() by Douglas Gregor · 14 years ago
  96. 1fe85ea Add Decl::isParameterPack(), which covers both function and template by Douglas Gregor · 14 years ago
  97. 135ffa7 Propagate the "deduced from array bound" bit when comparing deduced by Douglas Gregor · 14 years ago
  98. d53e16a When we're converting deduced template arguments to the type of the by Douglas Gregor · 14 years ago
  99. b1fa3dc Use the proper enum as parameter, instead of unsigned. No functionality change. by Argyrios Kyrtzidis · 14 years ago
  100. 1d65ebb Eliminate two "unsupported" errors relating to variadic templates: one by Douglas Gregor · 14 years ago