| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | More incremental progress towards not including Expr.h in Sema.h. | John McCall | 2010-08-25 | 1 | -35/+31 |
* | Move some of SemaOverload's API to various places in Overload.h, and kill | John McCall | 2010-08-24 | 1 | -40/+15 |
* | Remove a header dependency from Sema.h at the cost of some type safety. | John McCall | 2010-08-24 | 1 | -2/+6 |
* | Struggle mightily against header inclusion in Sema.h. | John McCall | 2010-08-24 | 1 | -0/+1 |
* | OwningExprResult -> ExprResult. This patch brought to you by | John McCall | 2010-08-24 | 1 | -15/+15 |
* | Relax the construction of a definition for implicit, trivial default | Chandler Carruth | 2010-08-23 | 1 | -4/+15 |
* | Sundry incremental steps towards killing off Action. | John McCall | 2010-08-23 | 1 | -14/+9 |
* | Another step in the process of making the parser depend on Sema: | John McCall | 2010-08-20 | 1 | -1/+1 |
* | Don't try to initialize a reference with a constructed temporary if either | John McCall | 2010-08-17 | 1 | -0/+5 |
* | PR3344: Downgrade "too many braces around scalar initializer" to a warning. | Eli Friedman | 2010-08-14 | 1 | -7/+7 |
* | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor | 2010-08-12 | 1 | -3/+3 |
* | Allow reference binding of a reference of Objective-C object type to | Douglas Gregor | 2010-08-07 | 1 | -5/+44 |
* | Store inheritance paths after CastExprs instead of inside them. | John McCall | 2010-08-07 | 1 | -9/+9 |
* | Make sure that implicit qualification and derived-to-base conversions of xval... | Sebastian Redl | 2010-07-26 | 1 | -4/+8 |
* | Added extra check when looking for location of '=' in | Fariborz Jahanian | 2010-07-21 | 1 | -2/+3 |
* | Fix source location of the initializer in | Fariborz Jahanian | 2010-07-21 | 1 | -3/+4 |
* | Update ImplicitCastExpr to be able to represent an XValue. | Sebastian Redl | 2010-07-20 | 1 | -22/+68 |
* | Whenever we're creating an expression that is typically an rvalue | Douglas Gregor | 2010-07-13 | 1 | -5/+7 |
* | When forming a function call or message send expression, be sure to | Douglas Gregor | 2010-07-13 | 1 | -1/+1 |
* | Reinstate the fix for PR7556. A silly use of isTrivial() was | Douglas Gregor | 2010-07-08 | 1 | -3/+2 |
* | Revert r107828 and r107827, the fix for PR7556, which seems to be | Douglas Gregor | 2010-07-07 | 1 | -2/+3 |
* | Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect its | Douglas Gregor | 2010-07-07 | 1 | -1/+1 |
* | Do not use CXXZeroValueInitExpr for class types. Instead, use | Douglas Gregor | 2010-07-07 | 1 | -2/+1 |
* | Fix an issue with opencl init list checking. | Nate Begeman | 2010-07-07 | 1 | -2/+7 |
* | Introduce a new routine, LookupConstructors(), and use it for all | Douglas Gregor | 2010-07-02 | 1 | -16/+4 |
* | Add a new routine Sema::LookupDestructor and make all destructor-lookup calls... | Douglas Gregor | 2010-07-01 | 1 | -2/+2 |
* | Remove unnecessary ASTContext parameter from | Douglas Gregor | 2010-07-01 | 1 | -1/+1 |
* | When performing copy initialization via user-defined conversions, | Douglas Gregor | 2010-07-01 | 1 | -13/+3 |
* | Make both old and new versions of reference binding use the new classificatio... | Sebastian Redl | 2010-06-30 | 1 | -24/+30 |
* | Fix a comment typo. | Sebastian Redl | 2010-06-30 | 1 | -1/+1 |
* | Don't complain about missing field initializers when the initializer | Douglas Gregor | 2010-06-18 | 1 | -1/+1 |
* | Use MaybeCreateCXXExprWithTemporaries for potential destruction of | Fariborz Jahanian | 2010-06-07 | 1 | -0/+7 |
* | PR7245: Make binding a reference to a temporary without a usable copy | Jeffrey Yasskin | 2010-06-07 | 1 | -3/+7 |
* | More refactoring. | John McCall | 2010-06-04 | 1 | -27/+29 |
* | Add a new failure kind, FK_Incomplete, to InitializationSequence, to | Douglas Gregor | 2010-05-20 | 1 | -1/+11 |
* | Substantially alter the design of the Objective C type AST by introducing | John McCall | 2010-05-15 | 1 | -1/+1 |
* | Recognize when the named return value optimization applies in a | Douglas Gregor | 2010-05-15 | 1 | -9/+39 |
* | Rework when and how vtables are emitted, by tracking where vtables are | Douglas Gregor | 2010-05-13 | 1 | -0/+9 |
* | Merged Elaborated and QualifiedName types. | Abramo Bagnara | 2010-05-11 | 1 | -2/+2 |
* | Reapply the reference-binding patch applied below, along with a fix to | Douglas Gregor | 2010-05-07 | 1 | -3/+5 |
* | Diagnose deprecated/unavailable functions selected by overload resolution. | John McCall | 2010-05-06 | 1 | -0/+4 |
* | Complain when we try to initialize an object of Objective-C class type | Douglas Gregor | 2010-05-03 | 1 | -3/+7 |
* | Add an enum to CXXConstructExpr so we can determine if the construction expre... | Anders Carlsson | 2010-05-02 | 1 | -2/+11 |
* | When explicitly building a temporary object (CXXTemporaryObjectExpr), | Douglas Gregor | 2010-04-27 | 1 | -1/+2 |
* | Introduce Type::isStructureOrClassType(), which does the obvious | Douglas Gregor | 2010-04-26 | 1 | -1/+1 |
* | Ensure that we have completed a type before attempting initialization | Douglas Gregor | 2010-04-26 | 1 | -39/+48 |
* | When copying a temporary object to initialize an entity for which the | Douglas Gregor | 2010-04-25 | 1 | -2/+8 |
* | When we create a temporary of class type that we don't immediately | Douglas Gregor | 2010-04-24 | 1 | -5/+46 |
* | When we attempt to create a temporary object of class type, be sure | Douglas Gregor | 2010-04-24 | 1 | -1/+5 |
* | When we are performing copy initialization of a class type via its | Douglas Gregor | 2010-04-24 | 1 | -8/+31 |