| Commit message (Expand) | Author | Age | Files | Lines |
* | Per the note in C++0x [temp.deduct.call]p4, don't attempt template | Douglas Gregor | 2011-10-09 | 1 | -6/+9 |
* | Support for C1x _Atomic specifier (see testcase). This is primarily being co... | Eli Friedman | 2011-10-06 | 1 | -1/+18 |
* | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie | 2011-09-23 | 1 | -2/+0 |
* | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -2/+2 |
* | Don't allow template argument deduction to deduce a placeholder type, | Douglas Gregor | 2011-09-22 | 1 | -0/+4 |
* | Fix a typo when determining whether to strip cv-qualifiers during template ar... | Douglas Gregor | 2011-08-30 | 1 | -1/+1 |
* | Objective-C++ ARC: When performing template argument deduction for a | Douglas Gregor | 2011-07-26 | 1 | -0/+11 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -79/+79 |
* | Accept no-return stripping conversions for pointer type arguments after | Chandler Carruth | 2011-06-18 | 1 | -1/+8 |
* | Objective-ARC++: infer template type arguments of | Douglas Gregor | 2011-06-17 | 1 | -0/+9 |
* | Fix refactoro, silencing an MSVC warning. Thanks, Francois. | Douglas Gregor | 2011-06-17 | 1 | -1/+1 |
* | Extend the deduced/actual argument type checking of C++ | Douglas Gregor | 2011-06-17 | 1 | -1/+12 |
* | Factor the checking of the deduced argument type against the actual | Douglas Gregor | 2011-06-17 | 1 | -73/+84 |
* | Implement the consistency checking for C++ [temp.deduct.call]p3, which | Douglas Gregor | 2011-06-16 | 1 | -13/+139 |
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -0/+7 |
* | Eliminate a 'default' case in template argument deduction, where we | Douglas Gregor | 2011-06-15 | 1 | -4/+124 |
* | Eliminate an unnecessary include. FIXMEs -=1 | Douglas Gregor | 2011-06-15 | 1 | -1/+0 |
* | When performing template argument deduction given a function argument | Douglas Gregor | 2011-06-03 | 1 | -0/+6 |
* | When checking the instantiation of a default template argument against | Douglas Gregor | 2011-06-03 | 1 | -1/+1 |
* | Implement a new type node, UnaryTransformType, designed to represent a | Alexis Hunt | 2011-05-24 | 1 | -0/+7 |
* | It's considered poor form to create references to the overloaded | Douglas Gregor | 2011-05-21 | 1 | -1/+3 |
* | Re-applies the patch first applied way back in r106099, with | Chandler Carruth | 2011-05-01 | 1 | -4/+5 |
* | When comparing parameters of reference-to-qualified type during | Douglas Gregor | 2011-04-30 | 1 | -2/+5 |
* | More cleanup of template argument deduction and its handling of | Douglas Gregor | 2011-04-28 | 1 | -4/+41 |
* | Clean up the handling of non-CVR qualifiers in template argument | Douglas Gregor | 2011-04-27 | 1 | -5/+3 |
* | Fix PR9488: 'auto' type substitution can fail (for instance, if it creates a ... | Richard Smith | 2011-03-17 | 1 | -3/+8 |
* | Fixed TypedefDecl and TemplateTypeParameter source range. | Abramo Bagnara | 2011-03-06 | 1 | -1/+2 |
* | When performing template argument deduction for a non-reference | Douglas Gregor | 2011-03-06 | 1 | -7/+8 |
* | When we use the default template arguments of a template template | Douglas Gregor | 2011-03-03 | 1 | -4/+4 |
* | Push nested-name-specifier source location information into template | Douglas Gregor | 2011-03-02 | 1 | -5/+18 |
* | Tweaks to C++0x deduced auto type support: | Richard Smith | 2011-02-21 | 1 | -7/+7 |
* | Implement the C++0x deduced 'auto' feature. | Richard Smith | 2011-02-20 | 1 | -5/+101 |
* | Handle the resolution of a reference to a function template (which | Douglas Gregor | 2011-02-19 | 1 | -7/+11 |
* | Fix whitespace. | NAKAMURA Takumi | 2011-01-27 | 1 | -392/+392 |
* | 7bit-ize. | NAKAMURA Takumi | 2011-01-27 | 1 | -8/+8 |
* | Rvalue references for *this: tentative parsing and template argument deduction. | Douglas Gregor | 2011-01-26 | 1 | -5/+5 |
* | Rvalue references for *this: | Douglas Gregor | 2011-01-26 | 1 | -0/+1 |
* | Implement the rvalue-reference deduction transformation (from T&& -> | Douglas Gregor | 2011-01-25 | 1 | -6/+33 |
* | Implement core issue 1164, which concerns the partial ordering of | Douglas Gregor | 2011-01-21 | 1 | -47/+87 |
* | Implement the special template argument deduction rule for T&& in a | Douglas Gregor | 2011-01-21 | 1 | -0/+12 |
* | Implement support for non-type template parameter packs whose type is | Douglas Gregor | 2011-01-19 | 1 | -5/+7 |
* | Generalize some operations on qualifiers. QualType::getQualifiers() and | John McCall | 2011-01-18 | 1 | -1/+2 |
* | Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and | Jeffrey Yasskin | 2011-01-18 | 1 | -3/+0 |
* | Tweak the partial ordering rules for function templates to prefer a | Douglas Gregor | 2011-01-16 | 1 | -2/+30 |
* | Teach PackExpansionExpr to keep track of the number of pack expansions | Douglas Gregor | 2011-01-14 | 1 | -3/+0 |
* | Fix a few warnings stemming from my inability to properly fill out | Douglas Gregor | 2011-01-14 | 1 | -0/+18 |
* | Add TemplateArgument::CreatePackCopy() to create a new parameter pack | Douglas Gregor | 2011-01-11 | 1 | -10/+7 |
* | Implement partial ordering of class template partial specializations | Douglas Gregor | 2011-01-11 | 1 | -6/+31 |
* | Implement C++ [temp.func.order]p5 more directly, by passing down the | Douglas Gregor | 2011-01-11 | 1 | -149/+145 |
* | Implement the last bullet of [temp.deduct.type]p5 and part of the last | Douglas Gregor | 2011-01-11 | 1 | -1/+13 |