| Commit message (Expand) | Author | Age | Files | Lines |
* | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor | 2010-08-12 | 1 | -617/+0 |
* | An identity conversion is better than any non-identity | Douglas Gregor | 2010-05-23 | 1 | -0/+6 |
* | Implement C++ support for vector and extended vector types. This | Douglas Gregor | 2010-05-18 | 1 | -0/+2 |
* | When printing an overload candidate that failed due to SFINAE, print a | Douglas Gregor | 2010-05-08 | 1 | -0/+4 |
* | Minor cleanup, and ban copying of OverloadCandidateSets. No | Douglas Gregor | 2010-05-08 | 1 | -0/+4 |
* | When printing a non-viable overload candidate that failed due to | Douglas Gregor | 2010-05-08 | 1 | -6/+23 |
* | Improve our handling of user-defined conversions as part of overload | Douglas Gregor | 2010-04-17 | 1 | -0/+27 |
* | Implement C++ [over.ics.user]p3, which restricts the final conversion | Douglas Gregor | 2010-04-12 | 1 | -1/+5 |
* | Fixed 80-cols violation | Alexis Hunt | 2010-04-07 | 1 | -1/+1 |
* | Remember the "found declaration" for an overload candidate, which is the | John McCall | 2010-03-19 | 1 | -8/+6 |
* | Warn about the deprecated string literal -> char* conversion. Fixes PR6428. | Douglas Gregor | 2010-02-28 | 1 | -1/+1 |
* | Add a new conversion rank to classify conversions between complex and scalar | Chandler Carruth | 2010-02-25 | 1 | -4/+5 |
* | Catch more uses of uninitialized implicit conversion sequences. | John McCall | 2010-02-25 | 1 | -14/+43 |
* | Thread a source location into the template-argument deduction routines. There | John McCall | 2010-02-08 | 1 | -1/+6 |
* | Note that an overload candidate was non-viable because template argument | John McCall | 2010-02-01 | 1 | -5/+19 |
* | Fix a major oversight in the comparison of standard conversion | Douglas Gregor | 2010-01-27 | 1 | -6/+17 |
* | Pass access specifiers around in overload resolution. | John McCall | 2010-01-26 | 1 | -0/+8 |
* | During overload resolution diagnostics, sort non-viable candidates by the qua... | John McCall | 2010-01-23 | 1 | -1/+10 |
* | Record some basic information about bad conversion sequences. Use that | John McCall | 2010-01-13 | 1 | -1/+62 |
* | Introduce a specific representation for the ambiguous implicit conversion | John McCall | 2010-01-12 | 1 | -6/+117 |
* | Reimplement reference initialization (C++ [dcl.init.ref]) using the | Douglas Gregor | 2009-12-09 | 1 | -0/+21 |
* | Implemented an implicit conversion from "noreturn" function types (and | Douglas Gregor | 2009-12-09 | 1 | -0/+1 |
* | This patch implements Sema for clause 13.3.3.1p4. | Fariborz Jahanian | 2009-11-06 | 1 | -0/+8 |
* | Don't allow the same function to enter the overload candidate set | Douglas Gregor | 2009-09-28 | 1 | -1/+10 |
* | Produce detailed diagnostics when overload | Fariborz Jahanian | 2009-09-23 | 1 | -1/+5 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -10/+10 |
* | Fix a crash bug when comparing overload quality of conversion operators with ... | Sebastian Redl | 2009-04-16 | 1 | -1/+1 |
* | Reintroduce r67870 (rval ref overloading), since I can't reproduce any test f... | Sebastian Redl | 2009-03-29 | 1 | -0/+4 |
* | Revert Sebastian's rvalue patch (r67870) since it caused test failures in | Anders Carlsson | 2009-03-28 | 1 | -4/+0 |
* | Better overload resolution for rvalue references. | Sebastian Redl | 2009-03-27 | 1 | -0/+4 |
* | Introduce _Complex conversions into the function overloading | Douglas Gregor | 2009-02-12 | 1 | -0/+3 |
* | Initial implementation of function overloading in C. | Douglas Gregor | 2009-02-11 | 1 | -15/+16 |
* | Add support for calls to overloaded member functions. Things to note: | Douglas Gregor | 2008-12-22 | 1 | -0/+9 |
* | Allow downcasts of pointers to Objective-C interfaces, with a | Douglas Gregor | 2008-12-19 | 1 | -0/+4 |
* | Implement the rest of C++ [over.call.object], which permits the object | Douglas Gregor | 2008-11-19 | 1 | -2/+13 |
* | Implement support for operator overloading using candidate operator | Douglas Gregor | 2008-11-12 | 1 | -2/+10 |
* | Initial, partially-baked support for implicit user-defined conversions by con... | Douglas Gregor | 2008-11-07 | 1 | -0/+6 |
* | Standard conversion sequences now have a CopyConstructor field, to | Douglas Gregor | 2008-11-03 | 1 | -0/+8 |
* | Implement basic support for converting constructors in user-defined | Douglas Gregor | 2008-10-31 | 1 | -0/+1 |
* | Implement overloading rules for reference binding | Douglas Gregor | 2008-10-29 | 1 | -11/+9 |
* | Tweak Sema::CheckReferenceInit so that it (optionally) computes an | Douglas Gregor | 2008-10-29 | 1 | -4/+15 |
* | Add support for conversions from a pointer-to-derived to a | Douglas Gregor | 2008-10-23 | 1 | -4/+4 |
* | Implement ranking of standard conversion sequences by their qualification | Douglas Gregor | 2008-10-22 | 1 | -3/+3 |
* | Preliminary support for function overloading | Douglas Gregor | 2008-10-21 | 1 | -0/+199 |