Age | Commit message (Expand) | Author |
2009-07-29 | Change uses of: | Ted Kremenek |
2009-07-22 | Fix the problems with template argument deduction and array types for | Douglas Gregor |
2009-07-22 | Canonicalize the types produced by template argument deduction. | Douglas Gregor |
2009-07-22 | Improve template argument deduction for array types, so that a parameter | Douglas Gregor |
2009-07-18 | Remove ObjCQualifiedInterfaceType:-) | Steve Naroff |
2009-07-18 | Remove ASTContext::getCanonicalDecl() and use Decl::getCanonicalDecl in its p... | Argyrios Kyrtzidis |
2009-07-17 | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek |
2009-07-17 | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek |
2009-07-17 | Replace Type::getAsReferenceType() with Type::getAs<ReferenceType>(). | Ted Kremenek |
2009-07-16 | Add member template 'Type::getAs<T>', which converts a Type* to a respective T*. | Ted Kremenek |
2009-07-08 | Implement template argument deduction when taking the address of a | Douglas Gregor |
2009-07-07 | Template argument deduction from a call has improved a bit | Douglas Gregor |
2009-07-07 | Improve template argument deduction from a call. In particular, | Douglas Gregor |
2009-07-01 | Keep track of more information within the template instantiation stack, e.g., | Douglas Gregor |
2009-07-01 | Cope with explicitly-specified function template arguments when there | Douglas Gregor |
2009-06-30 | When explicit template arguments are provided for a function call, | Douglas Gregor |
2009-06-29 | Keep track of function template specializations, to eliminate | Douglas Gregor |
2009-06-26 | Set the rest of the flags we need to perform template argument | Douglas Gregor |
2009-06-26 | During template argument deduction from a function call, allow | Douglas Gregor |
2009-06-26 | Template argument deduction is no longer responsible for checking | Douglas Gregor |
2009-06-26 | Improve template argument deduction for reference parameters when | Douglas Gregor |
2009-06-26 | Implicit instantiation for function template specializations. | Douglas Gregor |
2009-06-25 | Improved semantic analysis and AST respresentation for function | Douglas Gregor |
2009-06-23 | Check in a new template argument list builder that should work better for var... | Anders Carlsson |
2009-06-18 | Some cleanups suggested by Chris | Douglas Gregor |
2009-06-17 | First step toward fixing <rdar://problem/6613046> refactor clang objc type re... | Steve Naroff |
2009-06-17 | Support dependent extended vector types and template instantiation | Douglas Gregor |
2009-06-16 | Since integral template arguments can't have dependent types we don't need an... | Anders Carlsson |
2009-06-16 | Make DeduceNonTypeTemplateArgument take an APSInt instead of an APInt. | Anders Carlsson |
2009-06-15 | Add a new 'Pack' argument kind to TemplateArgument. This is not yet used. | Anders Carlsson |
2009-06-14 | Introduce a SFINAE "trap" that keeps track of the number of errors | Douglas Gregor |
2009-06-13 | Remove a bunch of unnecessary template argument deduction code that was | Douglas Gregor |
2009-06-13 | When some template parameters of a class template partial | Douglas Gregor |
2009-06-12 | Address comments from Doug - Add a Sema::SemaRef.BuildBlockPointerType and us... | Anders Carlsson |
2009-06-12 | It looks like we've finished off matching of class template partial specializ... | Douglas Gregor |
2009-06-12 | Improve template argument deduction to keep track of why template | Douglas Gregor |
2009-06-12 | Deducation and instantiation of block types. | Anders Carlsson |
2009-06-11 | Once we have deduced the template arguments of a class template | Douglas Gregor |
2009-06-10 | Template argument deduction for member pointers. | Douglas Gregor |
2009-06-09 | Implement template argument deduction for class template | Douglas Gregor |
2009-06-08 | Address comments from Doug. | Anders Carlsson |
2009-06-08 | Document the template argument deduction patterns that Anders' patch supports | Douglas Gregor |
2009-06-08 | Template argument deduction for function types. | Anders Carlsson |
2009-06-05 | Make TemplateArgumentListBuilder take an ASTContext (because we're probably g... | Anders Carlsson |
2009-06-05 | Make the TemplateArgumentList take a TemplateArgumentListBuilder. | Anders Carlsson |
2009-06-05 | Several improvements to template argument deduction: | Douglas Gregor |
2009-06-04 | Template argument deduction for incomplete and constant array types. Doug, pl... | Anders Carlsson |
2009-06-04 | Template argument deduction for references | Douglas Gregor |
2009-06-04 | When performing template argument deduction, ensure that multiple | Douglas Gregor |