1. 75f21af Perform the function-to-pointer adjustment during template argument by Douglas Gregor · 14 years ago
  2. cd05e81 When perform exact-qualifier-match template argument deduction, by John McCall · 14 years ago
  3. 9c72c60 Propagate whether an id-expression is the immediate argument of by John McCall · 14 years ago
  4. 2a7fb27 Move more stuff out of Sema.h. by John McCall · 14 years ago
  5. 7cd088e Struggle mightily against header inclusion in Sema.h. by John McCall · 14 years ago
  6. 1951085 Another step in the process of making the parser depend on Sema: by John McCall · 14 years ago
  7. e4f26e5 When deducing the element type of an array, ignore qualifiers if by John McCall · 14 years ago
  8. e737f50 Move Sema's headers into include/clang/Sema, renaming a few along the way. by Douglas Gregor · 14 years ago
  9. caadc12 Remove some incorrect assertions when deduction template arguments in by Douglas Gregor · 14 years ago
  10. 57e9778 TDK_InconsistentQuals is really totally different from TDK_Inconsistent. by John McCall · 14 years ago
  11. db0bc47 Permit template argument deduction to add qualifiers within ObjC object by John McCall · 14 years ago
  12. fa86954 Preserve calling convention etc. across template instantiations. by Eli Friedman · 14 years ago
  13. 3350095 Split DependentNameType into two types. DependentNameType represents the by John McCall · 14 years ago
  14. c12c5bb Substantially alter the design of the Objective C type AST by introducing by John McCall · 14 years ago
  15. c000834 When performing template argument deduction, match Objective C pointers by John McCall · 14 years ago
  16. fe52c91 Be more careful about picking a template parameter when we fail to substitute explicit template arguments into a function template by Douglas Gregor · 14 years ago
  17. ec20f46 When printing an overload candidate that failed due to SFINAE, print a by Douglas Gregor · 14 years ago
  18. f1a8445 Improve overload-candidate diagnostic for a function template that by Douglas Gregor · 14 years ago
  19. 516e6e0 When performing partial ordering of class template partial by Douglas Gregor · 14 years ago
  20. 31dce8f For template argument deduction from class template partial by Douglas Gregor · 14 years ago
  21. 96db310 Access-check during template argument deduction from the context of the by John McCall · 14 years ago
  22. f581382 Properly switch into the declaring scope of a template when performing by John McCall · 14 years ago
  23. d4598a2 When instantiating a function template specialization following by Douglas Gregor · 14 years ago
  24. 31f17ec Make the InjectedClassNameType the canonical type of the current instantiation by John McCall · 14 years ago
  25. 4714c12 Rename TypenameType to DependentNameType in anticipation of some by Douglas Gregor · 14 years ago
  26. 02024a9 After performing template argument deduction for a function template, by Douglas Gregor · 14 years ago
  27. 9d0e441 When deducing an integral template argument for a non-type template by Douglas Gregor · 14 years ago
  28. 2b0749a4 Improve our handling of local instantiation scopes in two related ways: by Douglas Gregor · 14 years ago
  29. 3cb0ebd Create a new InjectedClassNameType to represent bare-word references to the by John McCall · 15 years ago
  30. ad5e738 Split out types that are non-canonical unless dependent as their own by John McCall · 15 years ago
  31. 5769d61 Thread a source location into the template-argument deduction routines. There by John McCall · 15 years ago
  32. a7ef130 Require a complete type before examining base classes during template argument by Chandler Carruth · 15 years ago
  33. 7bb12da Extract a common base class between UnresolvedLookupExpr and by John McCall · 15 years ago
  34. eff9213 Implement C++ [temp.deduct.call]p6, template argument deduction for overloaded by John McCall · 15 years ago
  35. c373d48 Implement access control for overloaded functions. Suppress access control by John McCall · 15 years ago
  36. c781f9c After dyn_cast'ing, it generally makes sense to check the *output* of by Douglas Gregor · 15 years ago
  37. 9e68871 When resolving a single function template specialization to a by Douglas Gregor · 15 years ago
  38. 48026d2 Implement name lookup for conversion function template specializations by Douglas Gregor · 15 years ago
  39. 4424713 Make sure to use ASTContext::getAs*ArrayType() when decomposing array by Douglas Gregor · 15 years ago
  40. e724246 More fixes to the handling of CVR-comparisons on array types. Adds a method to by Chandler Carruth · 15 years ago
  41. 28e318c Correctly refer to element CVR qualifications when determining if a type is by Chandler Carruth · 15 years ago
  42. f5f7d86 Get rid of FixedWidthIntType, as suggested by Chris and Eli. by Anders Carlsson · 15 years ago
  43. 4b52e25 When a template-id refers to a single function template, and the by Douglas Gregor · 15 years ago
  44. c78a69d Introduce an assertion to ensure that template argument deduction does by Douglas Gregor · 15 years ago
  45. ed97649 Fix "using typename" and the instantiation of non-dependent using declarations. by John McCall · 15 years ago
  46. 85b4521 Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. by Benjamin Kramer · 15 years ago
  47. 51ffb0c Implement support for default template arguments of function templates. by Douglas Gregor · 15 years ago
  48. d5532b6 Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations" into by John McCall · 15 years ago
  49. a4923eb First part of changes to eliminate problems with cv-qualifiers and by Douglas Gregor · 15 years ago
  50. fd47648 Revert r88718, which does NOT solve the constructor-template-as-copy-constructor issue. Big thanks to John for finding this by Douglas Gregor · 15 years ago
  51. 15755cb Template argument deduction of a non-type template parameter from a by Douglas Gregor · 15 years ago
  52. cad84b7 A constructor template cannot be instantiated to a copy by Douglas Gregor · 15 years ago
  53. db0d4b7 Template argument deduction for template template parameters. This by Douglas Gregor · 15 years ago
  54. 788cd06 Introduce a new representation for template template by Douglas Gregor · 15 years ago
  55. 833ca99 Track source information for template arguments and template specialization by John McCall · 15 years ago
  56. ed9c0f9 Implement support for semantic checking and template instantiation of by Douglas Gregor · 15 years ago
  57. 9994a34 Audit the code for places where it is assumed that every base specifier refers to a RecordType. Add assertions or conditions as appropriate. This fixes another crash in the Apache stdlib vector. by Sebastian Redl · 15 years ago
  58. e27ec8a Store the builtin types as CanQualTypes. Expand a bit on the CanQual API, by John McCall · 15 years ago
  59. 467b27b Canonicality is a property of qualified types, not unqualified types. by John McCall · 15 years ago
  60. 4a5c15f Improve template argument deduction in the case where the parameter by Douglas Gregor · 15 years ago
  61. d5a423b WIP implementation of explicit instantiation of function templates, by Douglas Gregor · 15 years ago
  62. b9aa6b2 WIP implementation of explicit function template specialization. This by Douglas Gregor · 15 years ago
  63. 0953e76 Refactor the representation of qualifiers to bring ExtQualType out of the by John McCall · 15 years ago
  64. 183700f Change all the Type::getAsFoo() methods to specializations of Type::getAs(). by John McCall · 15 years ago
  65. 63f07c5 Make the construction of the code-completion string for a function by Douglas Gregor · 15 years ago
  66. f882574 Add an assertion and a test case, in a fruitless attempt to track down an existing bug by Douglas Gregor · 15 years ago
  67. 9eea08b Slightly improved template argument deduction for use in partial by Douglas Gregor · 15 years ago
  68. bf4ea56 Implement partial ordering of class template partial specializations by Douglas Gregor · 15 years ago
  69. e73bb60 Refactor MarkDeductedTemplateParameters into by Douglas Gregor · 15 years ago
  70. 1282029 Tighten up checking of non-dependent arguments as part of template by Douglas Gregor · 15 years ago
  71. 8a51491 Implement partial ordering of function template specializations by Douglas Gregor · 15 years ago
  72. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  73. 357bbd0 Tighten up the conversion from a single-level template argument list by Douglas Gregor · 15 years ago
  74. ce3ff2b Clarify the difference between substitution and instantiation by renaming by John McCall · 15 years ago
  75. 65ec1fd Implement conversion function templates, along with the ability to use by Douglas Gregor · 15 years ago
  76. d497206 Get rid of Stmt::Clone now that we can reference count statements instead. by Anders Carlsson · 15 years ago
  77. 6217b80 Change uses of: by Ted Kremenek · 15 years ago
  78. f290e0d Fix the problems with template argument deduction and array types for by Douglas Gregor · 15 years ago
  79. b084a05 Canonicalize the types produced by template argument deduction. by Douglas Gregor · 15 years ago
  80. 9e9fae4 Improve template argument deduction for array types, so that a parameter by Douglas Gregor · 15 years ago
  81. c15cb2a Remove ObjCQualifiedInterfaceType:-) by Steve Naroff · 15 years ago
  82. 97fbaa2 Remove ASTContext::getCanonicalDecl() and use Decl::getCanonicalDecl in its place. by Argyrios Kyrtzidis · 15 years ago
  83. 35366a6 Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods by Ted Kremenek · 15 years ago
  84. 5cad1f7 Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), Type::getAsMemberPointerType(), Type::getAsTagType(), and Type::getAsRecordType() with their Type::getAs<XXX> equivalents. by Ted Kremenek · 15 years ago
  85. 808825c Replace Type::getAsReferenceType() with Type::getAs<ReferenceType>(). by Ted Kremenek · 15 years ago
  86. 1a1a6e2 Add member template 'Type::getAs<T>', which converts a Type* to a respective T*. by Ted Kremenek · 15 years ago
  87. 83314aa Implement template argument deduction when taking the address of a by Douglas Gregor · 15 years ago
  88. 8fdc3c4 Template argument deduction from a call has improved a bit by Douglas Gregor · 15 years ago
  89. de0cb8b Improve template argument deduction from a call. In particular, by Douglas Gregor · 15 years ago
  90. cca9e96 Keep track of more information within the template instantiation stack, e.g., by Douglas Gregor · 15 years ago
  91. 16134c6 Cope with explicitly-specified function template arguments when there by Douglas Gregor · 15 years ago
  92. 6db8ed4 When explicit template arguments are provided for a function call, by Douglas Gregor · 15 years ago
  93. 127102b Keep track of function template specializations, to eliminate by Douglas Gregor · 15 years ago
  94. 4112877 Set the rest of the flags we need to perform template argument by Douglas Gregor · 15 years ago
  95. 508f1c8 During template argument deduction from a function call, allow by Douglas Gregor · 15 years ago
  96. f670c8c Template argument deduction is no longer responsible for checking by Douglas Gregor · 15 years ago
  97. 500d331 Improve template argument deduction for reference parameters when by Douglas Gregor · 15 years ago
  98. 1637be7 Implicit instantiation for function template specializations. by Douglas Gregor · 15 years ago
  99. e53060f Improved semantic analysis and AST respresentation for function templates. by Douglas Gregor · 15 years ago
  100. fb25052 Check in a new template argument list builder that should work better for variadic templates. by Anders Carlsson · 15 years ago