aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaTemplateDeduction.cpp
AgeCommit message (Expand)Author
2009-06-25Improved semantic analysis and AST respresentation for functionDouglas Gregor
2009-06-23Check in a new template argument list builder that should work better for var...Anders Carlsson
2009-06-18Some cleanups suggested by ChrisDouglas Gregor
2009-06-17First step toward fixing <rdar://problem/6613046> refactor clang objc type re...Steve Naroff
2009-06-17Support dependent extended vector types and template instantiationDouglas Gregor
2009-06-16Since integral template arguments can't have dependent types we don't need an...Anders Carlsson
2009-06-16Make DeduceNonTypeTemplateArgument take an APSInt instead of an APInt.Anders Carlsson
2009-06-15Add a new 'Pack' argument kind to TemplateArgument. This is not yet used.Anders Carlsson
2009-06-14Introduce a SFINAE "trap" that keeps track of the number of errorsDouglas Gregor
2009-06-13Remove a bunch of unnecessary template argument deduction code that wasDouglas Gregor
2009-06-13When some template parameters of a class template partialDouglas Gregor
2009-06-12Address comments from Doug - Add a Sema::SemaRef.BuildBlockPointerType and us...Anders Carlsson
2009-06-12It looks like we've finished off matching of class template partial specializ...Douglas Gregor
2009-06-12Improve template argument deduction to keep track of why templateDouglas Gregor
2009-06-12Deducation and instantiation of block types.Anders Carlsson
2009-06-11Once we have deduced the template arguments of a class templateDouglas Gregor
2009-06-10Template argument deduction for member pointers.Douglas Gregor
2009-06-09Implement template argument deduction for class templateDouglas Gregor
2009-06-08Address comments from Doug.Anders Carlsson
2009-06-08Document the template argument deduction patterns that Anders' patch supportsDouglas Gregor
2009-06-08Template argument deduction for function types.Anders Carlsson
2009-06-05Make TemplateArgumentListBuilder take an ASTContext (because we're probably g...Anders Carlsson
2009-06-05Make the TemplateArgumentList take a TemplateArgumentListBuilder.Anders Carlsson
2009-06-05Several improvements to template argument deduction:Douglas Gregor
2009-06-04Template argument deduction for incomplete and constant array types. Doug, pl...Anders Carlsson
2009-06-04Template argument deduction for referencesDouglas Gregor
2009-06-04When performing template argument deduction, ensure that multipleDouglas Gregor