| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow conversion of pointer to an objective-c pointer to | Fariborz Jahanian | 2010-01-18 | 1 | -1/+11 |
| * | Fix a use of uninitialized memory in overload diagnostics. | John McCall | 2010-01-16 | 1 | -1/+4 |
| * | Candidates with arity mismatches are extra-special non-viable and need to | John McCall | 2010-01-15 | 1 | -16/+32 |
| * | Improve overload diagnostics some more by calling out qualifier mismatches | John McCall | 2010-01-14 | 1 | -3/+55 |
| * | Improve the diagnostic for bad conversions in overload resolution to talk | John McCall | 2010-01-14 | 1 | -1/+1 |
| * | Don't report ambiguities in the user-defined conversion if we weren't supposed | John McCall | 2010-01-13 | 1 | -1/+1 |
| * | Record some basic information about bad conversion sequences. Use that | John McCall | 2010-01-13 | 1 | -60/+89 |
| * | Improve the reporting of non-viable overload candidates by noting the reason | John McCall | 2010-01-13 | 1 | -44/+107 |
| * | So I was sitting around, trying vainly to think of something to commit, and then | John McCall | 2010-01-12 | 1 | -21/+22 |
| * | Reorganize some of the code to note overload candidates. Improves the | John McCall | 2010-01-12 | 1 | -39/+56 |
| * | Sort overload results by viability. | John McCall | 2010-01-12 | 1 | -10/+19 |
| * | Introduce a specific representation for the ambiguous implicit conversion | John McCall | 2010-01-12 | 1 | -135/+132 |
| * | When computing surrogates for calls to a value of object type, look | Douglas Gregor | 2010-01-11 | 1 | -2/+1 |
| * | Remove some pointless FIXMEs. No functionality change | Douglas Gregor | 2010-01-11 | 1 | -5/+0 |
| * | Implement name lookup for conversion function template specializations | Douglas Gregor | 2010-01-11 | 1 | -4/+0 |
| * | Change the printing of OR_Deleted overload results to print all the candidates, | John McCall | 2010-01-08 | 1 | -36/+80 |
| * | Reorganize PrintOverloadCandidates. No functionality change. | John McCall | 2010-01-08 | 1 | -113/+144 |
| * | Add an "implicit" bit to CXXThisExpr, so that we can track | Douglas Gregor | 2010-01-07 | 1 | -3/+8 |
| * | Improve the lead diagnostic for C++ object subscript expressions with | John McCall | 2010-01-07 | 1 | -13/+19 |
| * | Improve the diagnostics used to report implicitly-generated class members | John McCall | 2010-01-06 | 1 | -11/+49 |
| * | Implement typo correction for id-expressions, e.g., | Douglas Gregor | 2009-12-31 | 1 | -1/+1 |
| * | Correctly refer to element CVR qualifications when determining if a type is | Chandler Carruth | 2009-12-29 | 1 | -2/+21 |
| * | Handle using declarations in overloaded and template functions during ADL and | Chandler Carruth | 2009-12-29 | 1 | -3/+6 |
| * | move a few more symbols to .rodata/.data.rel.ro | Nuno Lopes | 2009-12-23 | 1 | -1/+1 |
| * | Fix DISABLE_SMART_POINTERS build | Douglas Gregor | 2009-12-23 | 1 | -5/+6 |
| * | Switch Sema::CreateOverloadedUnaryOp over to InitializationSequence. | Douglas Gregor | 2009-12-23 | 1 | -3/+8 |
| * | Switch parameter passing for overloaded binary operators to | Douglas Gregor | 2009-12-22 | 1 | -7/+31 |
| * | Eliminate the ASTContext argument to CXXConstructorDecl::isCopyConstructor, s... | Douglas Gregor | 2009-12-22 | 1 | -1/+1 |
| * | When converting from a type to itself or one of its base classes via a | Douglas Gregor | 2009-12-22 | 1 | -1/+2 |
| * | When a template-id refers to a single function template, and the | Douglas Gregor | 2009-12-21 | 1 | -0/+87 |
| * | Allow pointer convesion of an objective-c pointer to | Fariborz Jahanian | 2009-12-16 | 1 | -2/+28 |
| * | Shift things around so that it's easier to recover from a missing | John McCall | 2009-12-16 | 1 | -54/+105 |
| * | Introduce a centralized routine in Sema for diagnosing failed lookups (when | John McCall | 2009-12-16 | 1 | -1/+49 |
| * | Fix semantic diagnostics that embed English works, from Nicola Gigante! | Douglas Gregor | 2009-12-16 | 1 | -16/+16 |
| * | Fix PR5756 a different, better way: we don't have a "pointer | Douglas Gregor | 2009-12-13 | 1 | -25/+20 |
| * | Don't assume that all conversions to a void pointer are converting | Douglas Gregor | 2009-12-13 | 1 | -20/+25 |
| * | Consider conversion of objective-c pointer to 'bool' a | Fariborz Jahanian | 2009-12-11 | 1 | -1/+1 |
| * | Implement redeclaration checking and hiding semantics for using declarations.... | John McCall | 2009-12-10 | 1 | -4/+11 |
| * | Reimplement reference initialization (C++ [dcl.init.ref]) using the | Douglas Gregor | 2009-12-09 | 1 | -11/+15 |
| * | First pass at implementing C++ enum semantics: calculate (and store) an | John McCall | 2009-12-09 | 1 | -9/+11 |
| * | Whitespace fix. | Eli Friedman | 2009-12-09 | 1 | -2/+1 |
| * | Rename Sema::IsOverload to Sema::CheckOverload. Teach it to ignore unresolved | John McCall | 2009-12-09 | 1 | -13/+15 |
| * | Implemented an implicit conversion from "noreturn" function types (and | Douglas Gregor | 2009-12-09 | 1 | -3/+29 |
| * | Honor using declarations in overload resolution. Most of the code for | John McCall | 2009-12-03 | 1 | -56/+86 |
| * | r90313, in which OverloadedFunctionDecl is removed and never spoken of again. | John McCall | 2009-12-02 | 1 | -22/+23 |
| * | Rework how we support C++ implicit member accesses. If we can resolve an | John McCall | 2009-12-01 | 1 | -42/+75 |
| * | Eliminate the use of OverloadedFunctionDecl in member expressions. | John McCall | 2009-11-30 | 1 | -51/+41 |
| * | Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. | Benjamin Kramer | 2009-11-28 | 1 | -1/+0 |
| * | Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and | John McCall | 2009-11-24 | 1 | -61/+30 |
| * | Do not mark declarations as used when performing overload resolution. Fixes P... | Douglas Gregor | 2009-11-23 | 1 | -0/+15 |