| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rework when and how vtables are emitted, by tracking where vtables are | Douglas Gregor | 2010-05-13 | 1 | -5/+22 |
| * | Merged Elaborated and QualifiedName types. | Abramo Bagnara | 2010-05-11 | 1 | -1/+1 |
| * | Speculatively revert r103497, "Do not mark the virtual members of an | Daniel Dunbar | 2010-05-11 | 1 | -12/+2 |
| * | Do not mark the virtual members of an implicitly-instantiated class as | Douglas Gregor | 2010-05-11 | 1 | -2/+12 |
| * | Fixed DISABLE_SMART_POINTERS breakage | Douglas Gregor | 2010-05-06 | 1 | -4/+3 |
| * | Rework our handling of temporary objects within the conditions of | Douglas Gregor | 2010-05-06 | 1 | -4/+15 |
| * | Rearchitect -Wconversion and -Wsign-compare. Instead of computing them | John McCall | 2010-05-06 | 1 | -2/+3 |
| * | The array form of 'new' can never have initializers. | Anders Carlsson | 2010-05-03 | 1 | -0/+9 |
| * | Simplify. | Anders Carlsson | 2010-05-03 | 1 | -4/+4 |
| * | When determining a standard conversion sequence involves resolving the | Douglas Gregor | 2010-04-29 | 1 | -19/+15 |
| * | Improve source-location information in a C++ typeid (type) expression | Douglas Gregor | 2010-04-26 | 1 | -67/+85 |
| * | Improve the diagnostic when we find something we did not expect in a | Douglas Gregor | 2010-04-25 | 1 | -2/+1 |
| * | Add base paths for CK_BaseToDerived and CK_BaseToDerivedMemberPointer. | Anders Carlsson | 2010-04-24 | 1 | -2/+4 |
| * | Actually produce base paths for CastExprs of kind CK_DerivedToBase. | Anders Carlsson | 2010-04-24 | 1 | -6/+11 |
| * | Add BasePath arguments to all cast expr constructors. | Anders Carlsson | 2010-04-24 | 1 | -1/+4 |
| * | 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/+3 |
| * | Keep track of when DependentNameTypes have no associated keyword | Douglas Gregor | 2010-04-24 | 1 | -1/+1 |
| * | Add an InheritancePath parameter to the ImplicitCastExpr constructor. | Anders Carlsson | 2010-04-23 | 1 | -3/+5 |
| * | Require a complete type for the lhs of member pointer dereference operations ... | Sebastian Redl | 2010-04-23 | 1 | -0/+5 |
| * | Call PerformCopyInitialization to properly initialize the exception temporary | John McCall | 2010-04-22 | 1 | -15/+12 |
| * | Restore r101841 without modification. Also mark 'operator delete' as used for | John McCall | 2010-04-20 | 1 | -0/+9 |
| * | Revert r101841 and follow-up. | John McCall | 2010-04-20 | 1 | -7/+0 |
| * | Don't bother looking for (or diagnosing problems with) the 'operator delete' | John McCall | 2010-04-20 | 1 | -0/+7 |
| * | Keep track of the actual storage specifier written on a variable or | Douglas Gregor | 2010-04-19 | 1 | -1/+3 |
| * | Switch Sema::FindCompositePointerType() over to InitializationSequence. | Douglas Gregor | 2010-04-16 | 1 | -39/+69 |
| * | Move Sema::PerformImplicitConversion over to where Sema::TryImplicitConversio... | Douglas Gregor | 2010-04-16 | 1 | -24/+0 |
| * | Make Sema::BuildCXXCastArgument static, since it now only has one caller. No ... | Douglas Gregor | 2010-04-16 | 1 | -38/+40 |
| * | Collapse the three separate initialization paths in | Douglas Gregor | 2010-04-16 | 1 | -12/+1 |
| * | Kill ForceRValue once and for all | Douglas Gregor | 2010-04-16 | 1 | -5/+0 |
| * | Eliminate the Elidable parameter to PerformImplicitConversion; we | Douglas Gregor | 2010-04-16 | 1 | -23/+8 |
| * | Diagnose attempts to throw an abstract class type. | Douglas Gregor | 2010-04-15 | 1 | -0/+5 |
| * | When a member pointer is dereferenced, the class it points into must be compl... | Sebastian Redl | 2010-04-10 | 1 | -0/+3 |
| * | Make CXXScopeSpec invalid when incomplete, and propagate that into any | Jeffrey Yasskin | 2010-04-08 | 1 | -2/+2 |
| * | Check access for the implicit calls to destructors that occur when we | John McCall | 2010-04-07 | 1 | -1/+5 |
| * | Minor cleanup with the ternary operator | Douglas Gregor | 2010-04-01 | 1 | -2/+2 |
| * | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor | 2010-03-31 | 1 | -4/+4 |
| * | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor | 2010-03-31 | 1 | -4/+4 |
| * | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor | 2010-03-31 | 1 | -4/+4 |
| * | Regularize support for naming conversion functions in using decls. | John McCall | 2010-03-31 | 1 | -11/+14 |
| * | Propagate the "found declaration" (i.e. the using declaration instead of | John McCall | 2010-03-30 | 1 | -4/+9 |
| * | the big refactoring bits of PR3782. | Rafael Espindola | 2010-03-30 | 1 | -2/+4 |
| * | Remove unused static function | Douglas Gregor | 2010-03-26 | 1 | -17/+0 |
| * | When trying to determine whether one operand of a conditional | Douglas Gregor | 2010-03-26 | 1 | -7/+9 |
| * | Eliminate the non-InitializedEntity PerformCopyInitialization() and | Douglas Gregor | 2010-03-26 | 1 | -3/+8 |
| * | Switch semantic analysis of the conditional operator from using | Douglas Gregor | 2010-03-26 | 1 | -88/+71 |
| * | Kill off two more uses of Sema::CheckReferenceInit in favor of the new | Douglas Gregor | 2010-03-25 | 1 | -20/+18 |
| * | Remember the "found declaration" for an overload candidate, which is the | John McCall | 2010-03-19 | 1 | -12/+13 |
| * | from code inspection, we were treating placement news with one argument as | John McCall | 2010-03-18 | 1 | -7/+16 |
| * | Warn about comparing an unsigned expression with 0 in tautological ways. | John McCall | 2010-03-11 | 1 | -1/+1 |