| 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 | -780/+0 |
* | Allow reference binding of a reference of Objective-C object type to | Douglas Gregor | 2010-08-07 | 1 | -1/+8 |
* | Fix source location of the initializer in | Fariborz Jahanian | 2010-07-21 | 1 | -0/+2 |
* | Update ImplicitCastExpr to be able to represent an XValue. | Sebastian Redl | 2010-07-20 | 1 | -2/+8 |
* | Use MaybeCreateCXXExprWithTemporaries for potential destruction of | Fariborz Jahanian | 2010-06-07 | 1 | -1/+9 |
* | Add a new failure kind, FK_Incomplete, to InitializationSequence, to | Douglas Gregor | 2010-05-20 | 1 | -1/+3 |
* | Recognize when the named return value optimization applies in a | Douglas Gregor | 2010-05-15 | 1 | -13/+27 |
* | Whenever we complain about a failed initialization of a function or | Douglas Gregor | 2010-04-22 | 1 | -1/+5 |
* | Switch the initialization of Objective-C message parameters (as occurs | Douglas Gregor | 2010-04-21 | 1 | -1/+6 |
* | Keep tack of whether a base in an InitializedEntity is an inherited virtual b... | Anders Carlsson | 2010-04-21 | 1 | -6/+14 |
* | In C++98/03, when binding a reference to an rvalue of | Douglas Gregor | 2010-04-18 | 1 | -2/+21 |
* | Collapse the three separate initialization paths in | Douglas Gregor | 2010-04-16 | 1 | -0/+4 |
* | Propagate the "found declaration" (i.e. the using declaration instead of | John McCall | 2010-03-30 | 1 | -1/+2 |
* | Switch semantic analysis of the conditional operator from using | Douglas Gregor | 2010-03-26 | 1 | -0/+7 |
* | Remember the "found declaration" for an overload candidate, which is the | John McCall | 2010-03-19 | 1 | -2/+5 |
* | Access checking for implicit user-defined conversions. | John McCall | 2010-02-01 | 1 | -2/+10 |
* | Rework base and member initialization in constructors, with several | Douglas Gregor | 2010-01-31 | 1 | -3/+8 |
* | Fix reference binding of const lvalue references to bit-fields, which | Douglas Gregor | 2010-01-29 | 1 | -0/+12 |
* | Fix the EntityKind order so that all entity kinds that can be copied (using c... | Anders Carlsson | 2010-01-23 | 1 | -5/+5 |
* | Separate EK_ArrayOrVectorElement into EK_ArrayElement and EK_VectorElement; a... | Anders Carlsson | 2010-01-23 | 1 | -3/+6 |
* | Allow the first parameter of operator new to be a cv-qualified | Douglas Gregor | 2009-12-22 | 1 | -1/+1 |
* | Switch parameter-passing for calls via function pointers (where we | Douglas Gregor | 2009-12-22 | 1 | -2/+9 |
* | Switch InitializedEntity from TypeLoc down to just QualTypes, since we don't ... | Douglas Gregor | 2009-12-22 | 1 | -33/+20 |
* | Initialization improvements: addition of string initialization and a few | Eli Friedman | 2009-12-19 | 1 | -2/+10 |
* | Switch more of Sema::CheckInitializerTypes over to | Douglas Gregor | 2009-12-19 | 1 | -1/+5 |
* | Switch the initialization required by return statements over to the | Douglas Gregor | 2009-12-18 | 1 | -5/+26 |
* | Eliminate Sema::CheckValueInitialization; its callers now use | Douglas Gregor | 2009-12-16 | 1 | -14/+59 |
* | Switch the C++ new expression over to InitializationSequence, rather | Douglas Gregor | 2009-12-16 | 1 | -4/+15 |
* | Implement value initialization in InitializationSequence; untested | Douglas Gregor | 2009-12-15 | 1 | -4/+15 |
* | Minor cleanups for constructor initialization in InitializationSequence | Douglas Gregor | 2009-12-14 | 1 | -1/+1 |
* | Constructor initialization for InitializationSequence. Untested WIP. | Douglas Gregor | 2009-12-14 | 1 | -2/+13 |
* | Implement user-defined conversions in InitializationSequence. WPI that | Douglas Gregor | 2009-12-14 | 1 | -1/+6 |
* | Fix a recent regression from the initialization changes. | Eli Friedman | 2009-12-11 | 1 | -1/+1 |
* | Move initialization via initializer list over to InitializationSequences. | Douglas Gregor | 2009-12-10 | 1 | -6/+28 |
* | Reimplement reference initialization (C++ [dcl.init.ref]) using the | Douglas Gregor | 2009-12-09 | 1 | -0/+530 |
* | Improve source location information for C++ member initializers in a | Douglas Gregor | 2009-12-02 | 1 | -0/+0 |