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