Age | Commit message (Expand) | Author |
2012-02-13 | Introduce support for template instantiation of lambda | Douglas Gregor |
2012-02-10 | Track whether a function type has a trailing return type as type sugar. Use this | Richard Smith |
2012-02-08 | Make sure template argument deduction is consistently performed in an unevalu... | Eli Friedman |
2012-01-30 | SmallBitVectorize the deduced parameter set. | Benjamin Kramer |
2012-01-23 | Minor fixups for auto deduction of initializer lists. | Sebastian Redl |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
2012-01-20 | Replace a dubious use of SmallVectorImpl with a proper copy. | Benjamin Kramer |
2012-01-17 | Auto deduction support for std::initializer_list, including for-range support... | Sebastian Redl |
2012-01-17 | Template argument deduction for std::initializer_list arguments from initiali... | Sebastian Redl |
2012-01-17 | Rename the first of 11 DeduceTemplateArguments overloads. | Sebastian Redl |
2012-01-17 | Introduce a static Sema::MarkDeducedTemplateParameters() that only depends | Argyrios Kyrtzidis |
2011-11-23 | Add feature to diagnostics that will provide more information on function | Richard Trieu |
2011-11-15 | Resolve placeholder expressions before trying to deduce | John McCall |
2011-10-12 | When we determine that a function template specialization produced as | Douglas Gregor |
2011-10-09 | Per the note in C++0x [temp.deduct.call]p4, don't attempt template | Douglas Gregor |
2011-10-06 | Support for C1x _Atomic specifier (see testcase). This is primarily being co... | Eli Friedman |
2011-09-23 | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
2011-09-22 | Don't allow template argument deduction to deduce a placeholder type, | Douglas Gregor |
2011-08-30 | Fix a typo when determining whether to strip cv-qualifiers during template ar... | Douglas Gregor |
2011-07-26 | Objective-C++ ARC: When performing template argument deduction for a | Douglas Gregor |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-06-18 | Accept no-return stripping conversions for pointer type arguments after | Chandler Carruth |
2011-06-17 | Objective-ARC++: infer template type arguments of | Douglas Gregor |
2011-06-17 | Fix refactoro, silencing an MSVC warning. Thanks, Francois. | Douglas Gregor |
2011-06-17 | Extend the deduced/actual argument type checking of C++ | Douglas Gregor |
2011-06-17 | Factor the checking of the deduced argument type against the actual | Douglas Gregor |
2011-06-16 | Implement the consistency checking for C++ [temp.deduct.call]p3, which | Douglas Gregor |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-06-15 | Eliminate a 'default' case in template argument deduction, where we | Douglas Gregor |
2011-06-15 | Eliminate an unnecessary include. FIXMEs -=1 | Douglas Gregor |
2011-06-03 | When performing template argument deduction given a function argument | Douglas Gregor |
2011-06-03 | When checking the instantiation of a default template argument against | Douglas Gregor |
2011-05-24 | Implement a new type node, UnaryTransformType, designed to represent a | Sean Hunt |
2011-05-21 | It's considered poor form to create references to the overloaded | Douglas Gregor |
2011-05-01 | Re-applies the patch first applied way back in r106099, with | Chandler Carruth |
2011-04-30 | When comparing parameters of reference-to-qualified type during | Douglas Gregor |
2011-04-28 | More cleanup of template argument deduction and its handling of | Douglas Gregor |
2011-04-27 | Clean up the handling of non-CVR qualifiers in template argument | Douglas Gregor |
2011-03-17 | Fix PR9488: 'auto' type substitution can fail (for instance, if it creates a ... | Richard Smith |
2011-03-06 | Fixed TypedefDecl and TemplateTypeParameter source range. | Abramo Bagnara |
2011-03-06 | When performing template argument deduction for a non-reference | Douglas Gregor |
2011-03-03 | When we use the default template arguments of a template template | Douglas Gregor |
2011-03-02 | Push nested-name-specifier source location information into template | Douglas Gregor |
2011-02-21 | Tweaks to C++0x deduced auto type support: | Richard Smith |
2011-02-20 | Implement the C++0x deduced 'auto' feature. | Richard Smith |
2011-02-19 | Handle the resolution of a reference to a function template (which | Douglas Gregor |
2011-01-27 | Fix whitespace. | NAKAMURA Takumi |
2011-01-27 | 7bit-ize. | NAKAMURA Takumi |
2011-01-26 | Rvalue references for *this: tentative parsing and template argument deduction. | Douglas Gregor |