| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a typo (the the => the) | Sylvestre Ledru | 2012-07-23 | 1 | -1/+1 |
* | No longer assuming the number of prototype arguments is always less than the ... | Aaron Ballman | 2012-07-20 | 1 | -1/+1 |
* | Fix OverloadCandidateSet::clear to not leak PartialDiagnostics, found by Samuel | Richard Smith | 2012-07-18 | 1 | -1/+4 |
* | Unrevert r158887, reverted in r158949, along with a fix for the bug which | Richard Smith | 2012-06-25 | 1 | -3/+3 |
* | Documentation cleanup: making \param and \returns docs match the code. | James Dennett | 2012-06-22 | 1 | -1/+1 |
* | Diagnostics cleanup: Fixing \params to match the code. | James Dennett | 2012-06-22 | 1 | -24/+4 |
* | Documentation cleanup: | James Dennett | 2012-06-22 | 1 | -5/+3 |
* | Revert r158887. This fixes pr13168. | Rafael Espindola | 2012-06-21 | 1 | -3/+3 |
* | If an object (such as a std::string) with an appropriate c_str() member function | Richard Smith | 2012-06-21 | 1 | -3/+3 |
* | Fix -Wc++11-narrowing warnings for narrowing negative values to larger unsigned | Richard Smith | 2012-06-19 | 1 | -8/+11 |
* | Remove some debugging code that snuck into r158691. | Kaelyn Uhrain | 2012-06-19 | 1 | -5/+0 |
* | Improve the error message when a function overload candidate is rejected | Kaelyn Uhrain | 2012-06-19 | 1 | -5/+20 |
* | Documentation cleanup: | James Dennett | 2012-06-15 | 1 | -1/+1 |
* | Add missing narrowing check: converting from a signed integral type to a wider | Richard Smith | 2012-06-13 | 1 | -5/+11 |
* | PR12964: __int128 and unsigned __int128 are promoted integral types, be sure to | Richard Smith | 2012-06-10 | 1 | -17/+23 |
* | When adding built-in operator candidates for overload resolution | Douglas Gregor | 2012-06-04 | 1 | -26/+110 |
* | DR1152 / PR12931 / PR6177: A candidate function which requires binding a const | Richard Smith | 2012-05-24 | 1 | -1/+1 |
* | PR11857: When the wrong number of arguments are provided for a function | Richard Smith | 2012-05-11 | 1 | -3/+8 |
* | A little tweak to the SFINAE condition reporting. Don't say: | Richard Smith | 2012-05-09 | 1 | -2/+12 |
* | When we suppress an error due to SFINAE, stash the diagnostic away with the | Richard Smith | 2012-05-07 | 1 | -8/+42 |
* | Move Sema::VerifyIntegerConstantExpression() and | Douglas Gregor | 2012-05-04 | 1 | -30/+23 |
* | Switch RequireLiteralType() off of PartialDiagnostic. | Douglas Gregor | 2012-05-04 | 1 | -3/+3 |
* | Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType() | Douglas Gregor | 2012-05-04 | 1 | -14/+22 |
* | move some stuff to .rodata | Nuno Lopes | 2012-04-21 | 1 | -1/+1 |
* | Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it. | Richard Smith | 2012-04-17 | 1 | -0/+2 |
* | s/isAtomicConversion/tryAtomicConversion/g, per Jordy's suggestion. | Douglas Gregor | 2012-04-12 | 1 | -11/+11 |
* | Compute standard conversion sequences for conversions to atomic | Douglas Gregor | 2012-04-12 | 1 | -7/+44 |
* | Clean up last commit as per dgregor's comments. | David Chisnall | 2012-04-11 | 1 | -7/+7 |
* | Allow c++ initialisers to initialise _Atomic fields. | David Chisnall | 2012-04-11 | 1 | -0/+7 |
* | Allow a conversion from the empty initializer list {} to an | Douglas Gregor | 2012-04-04 | 1 | -0/+10 |
* | When computing the conversion sequence in overload resolution | John McCall | 2012-04-04 | 1 | -0/+2 |
* | Finish PR10217: Ensure we say that a special member was implicitly, not | Richard Smith | 2012-04-02 | 1 | -4/+7 |
* | Extend -Wc++11-narrowing to cover converted constant expressions as well as b... | Eli Friedman | 2012-03-29 | 1 | -9/+6 |
* | Even more careful consideration of C++11 13.3.3.1p4. Fixes PR12241. | Sebastian Redl | 2012-03-27 | 1 | -11/+21 |
* | Teach APValue printer to print boolean 0 and 1 as 'false' and 'true'. Fix up | Richard Smith | 2012-03-23 | 1 | -5/+15 |
* | More careful consideration of C++11 13.3.3.1p4. Fixes PR12257. | Sebastian Redl | 2012-03-20 | 1 | -7/+19 |
* | When emitting a diagnostic about two-phase name lookup, don't do useless | Nick Lewycky | 2012-03-14 | 1 | -0/+3 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -33/+33 |
* | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall | 2012-03-10 | 1 | -2/+4 |
* | Qualifiers on a canonical array type go on the outermost type, not the | Douglas Gregor | 2012-03-10 | 1 | -6/+0 |
* | [AST/Sema/libclang] Replace getSourceRange().getBegin() with getLocStart(). | Daniel Dunbar | 2012-03-09 | 1 | -20/+20 |
* | Literal operators can't have default arguments. | Richard Smith | 2012-03-09 | 1 | -7/+0 |
* | Support for raw and template forms of numeric user-defined literals, | Richard Smith | 2012-03-09 | 1 | -71/+50 |
* | AST representation for user-defined literals, plus just enough of semantic | Richard Smith | 2012-03-07 | 1 | -0/+103 |
* | Single- and zero-element initializer lists to scalars are list-initialization... | Sebastian Redl | 2012-02-28 | 1 | -0/+1 |
* | Implement a FIXME for conversion sequence distinction. Should fix PR12092. | Sebastian Redl | 2012-02-27 | 1 | -2/+10 |
* | ArrayRef'ize various functions in the AST/Parser/Sema. | Ahmed Charles | 2012-02-25 | 1 | -120/+135 |
* | Fix a regression from r151117: ADL requires that we attempt to complete any | Richard Smith | 2012-02-25 | 1 | -6/+5 |
* | Implement C++11 [over.match.copy]p1b2, which allows the use of | Douglas Gregor | 2012-02-24 | 1 | -5/+9 |
* | Teach overload resolution to prefer user-defined conversion via a | Douglas Gregor | 2012-02-22 | 1 | -0/+48 |