| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Actually produce base paths for CastExprs of kind CK_DerivedToBase. | Anders Carlsson | 2010-04-24 | 1 | -3/+5 |
* | Pass the base specifiers through to CheckDerivedToBaseConversion. No function... | Anders Carlsson | 2010-04-24 | 1 | -1/+1 |
* | CastExpr should not hold a pointer to the base path. More cleanup. | Anders Carlsson | 2010-04-24 | 1 | -6/+6 |
* | Add an InheritancePath parameter to the ImplicitCastExpr constructor. | Anders Carlsson | 2010-04-23 | 1 | -2/+4 |
* | Whenever we complain about a failed initialization of a function or | Douglas Gregor | 2010-04-22 | 1 | -1/+23 |
* | Switch the initialization of Objective-C message parameters (as occurs | Douglas Gregor | 2010-04-21 | 1 | -1/+4 |
* | Keep tack of whether a base in an InitializedEntity is an inherited virtual b... | Anders Carlsson | 2010-04-21 | 1 | -2/+6 |
* | Pass the InitializedEntity to Sema::CheckConstructorAccess and use it to repo... | Anders Carlsson | 2010-04-21 | 1 | -3/+3 |
* | Fix comment to reflect recent code change. | John Thompson | 2010-04-20 | 1 | -1/+1 |
* | reapply john's patch, he broke mainline again by changing the test. | Chris Lattner | 2010-04-20 | 1 | -1/+1 |
* | revert r101863, whcih is causing Sema/altivec-init.c to fail on a ton | Chris Lattner | 2010-04-20 | 1 | -1/+1 |
* | Altivec vector literal initializer count mismatch error removed. | John Thompson | 2010-04-20 | 1 | -1/+1 |
* | When checking the copy constructor for the optional copy during a | Douglas Gregor | 2010-04-18 | 1 | -3/+19 |
* | In C++98/03, when binding a reference to an rvalue of | Douglas Gregor | 2010-04-18 | 1 | -13/+73 |
* | Do not consider explicit constructors when performing a copy to a | Douglas Gregor | 2010-04-18 | 1 | -1/+2 |
* | Improve our handling of user-defined conversions as part of overload | Douglas Gregor | 2010-04-17 | 1 | -15/+35 |
* | Add raw_ostream operators to NamedDecl for convenience. Switch over all users... | Benjamin Kramer | 2010-04-17 | 1 | -2/+1 |
* | Collapse the three separate initialization paths in | Douglas Gregor | 2010-04-16 | 1 | -1/+7 |
* | Switch the checking of implicit casts for static_cast, C-style, and | Douglas Gregor | 2010-04-16 | 1 | -5/+8 |
* | Kill ForceRValue once and for all | Douglas Gregor | 2010-04-16 | 1 | -2/+0 |
* | Eliminate ForceRValue parameters from reference binding. Did I mention | Douglas Gregor | 2010-04-16 | 1 | -5/+1 |
* | Eliminate the Elidable parameter to PerformImplicitConversion; we | Douglas Gregor | 2010-04-16 | 1 | -1/+1 |
* | Teach typo correction about various language keywords. We can't | Douglas Gregor | 2010-04-14 | 1 | -1/+2 |
* | Use ASTVector instead of std::vector for the Exprs in InitListExpr. Performance | Ted Kremenek | 2010-04-13 | 1 | -6/+8 |
* | Rework our handling of copy construction of temporaries, which was a | Douglas Gregor | 2010-04-02 | 1 | -61/+48 |
* | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor | 2010-03-31 | 1 | -10/+8 |
* | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor | 2010-03-31 | 1 | -8/+10 |
* | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor | 2010-03-31 | 1 | -10/+8 |
* | Regularize support for naming conversion functions in using decls. | John McCall | 2010-03-31 | 1 | -1/+1 |
* | Propagate the "found declaration" (i.e. the using declaration instead of | John McCall | 2010-03-30 | 1 | -10/+17 |