| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix for PR7694: make sure to pass in a RecordType to CheckBaseClassAccess; | Eli Friedman | 2010-07-23 | 1 | -1/+1 |
| * | Introduce a new cast kind for an "lvalue bitcast", which handles | Douglas Gregor | 2010-07-13 | 1 | -2/+5 |
| * | Whenever we're creating an expression that is typically an rvalue | Douglas Gregor | 2010-07-13 | 1 | -4/+7 |
| * | Allow C-style casts and reinterpret_casts between block pointers and | Douglas Gregor | 2010-07-08 | 1 | -7/+29 |
| * | Give Type::isIntegralType() an ASTContext parameter, so that it | Douglas Gregor | 2010-06-16 | 1 | -8/+5 |
| * | Introduce Type::isIntegralOrEnumerationType(), to cover those places | Douglas Gregor | 2010-06-16 | 1 | -1/+1 |
| * | Tweak our handling of the notion of a standard conversion sequence | Douglas Gregor | 2010-06-09 | 1 | -1/+1 |
| * | When deciding whether reinterpret_cast casts away constness we need to look a... | Anders Carlsson | 2010-06-04 | 1 | -2/+7 |
| * | Use CanQualType to enforce the use of a canonical type argument to | Douglas Gregor | 2010-05-21 | 1 | -1/+1 |
| * | Permit Objective C object pointers to be const_casted. | John McCall | 2010-05-18 | 1 | -1/+3 |
| * | Rework when and how vtables are emitted, by tracking where vtables are | Douglas Gregor | 2010-05-13 | 1 | -0/+8 |
| * | Objective-C++ Sema - Allow static_cast of one objc pointer to | Fariborz Jahanian | 2010-05-12 | 1 | -1/+5 |
| * | Allow static_cast to objective-c pointers. | Fariborz Jahanian | 2010-05-10 | 1 | -2/+3 |
| * | Add base paths for CK_BaseToDerived and CK_BaseToDerivedMemberPointer. | Anders Carlsson | 2010-04-24 | 1 | -14/+22 |
| * | Add base paths to CK_UncheckedDerivedToBase and CK_DerivedToBaseMemberPointer. | Anders Carlsson | 2010-04-24 | 1 | -8/+12 |
| * | Actually produce base paths for CastExprs of kind CK_DerivedToBase. | Anders Carlsson | 2010-04-24 | 1 | -21/+29 |
| * | Add BasePath arguments to all cast expr constructors. | Anders Carlsson | 2010-04-24 | 1 | -3/+11 |
| * | Collapse the three separate initialization paths in | Douglas Gregor | 2010-04-16 | 1 | -83/+29 |
| * | Switch the checking of implicit casts for static_cast, C-style, and | Douglas Gregor | 2010-04-16 | 1 | -17/+15 |
| * | Kill ForceRValue once and for all | Douglas Gregor | 2010-04-16 | 1 | -1/+0 |
| * | Always diagnose and complain about problems in | Douglas Gregor | 2010-04-14 | 1 | -8/+10 |
| * | Propagate the "found declaration" (i.e. the using declaration instead of | John McCall | 2010-03-30 | 1 | -3/+6 |
| * | Optimize PartialDiagnostic's memory-allocation behavior by placing a | Douglas Gregor | 2010-03-29 | 1 | -4/+4 |
| * | Kill off two more uses of Sema::CheckReferenceInit in favor of the new | Douglas Gregor | 2010-03-25 | 1 | -2/+2 |
| * | Switch static_cast from the old reference-initialization code (via | Douglas Gregor | 2010-03-24 | 1 | -20/+17 |
| * | Perform access control for the implicit base and member destructor calls | John McCall | 2010-03-16 | 1 | -4/+4 |
| * | Perform overload resolution when static_cast'ing from a | Douglas Gregor | 2010-03-07 | 1 | -4/+34 |
| * | Eliminate the ASTContext parameter from RecordDecl::getDefinition() | Douglas Gregor | 2010-02-11 | 1 | -1/+1 |
| * | Improve access control diagnostics. Perform access control on member-pointer | John McCall | 2010-02-10 | 1 | -6/+8 |
| * | Patch to allow reinterpret_cast on objective-c pointers. | Fariborz Jahanian | 2010-02-03 | 1 | -7/+28 |
| * | Implement the lvalue-to-rvalue conversion where needed. The | Douglas Gregor | 2010-02-03 | 1 | -4/+4 |
| * | Preserve type source information for C++ named casts through template | John McCall | 2010-01-15 | 1 | -3/+16 |
| * | Preserve type source information in explicit cast expressions. | John McCall | 2010-01-15 | 1 | -6/+8 |
| * | Introduce a specific representation for the ambiguous implicit conversion | John McCall | 2010-01-12 | 1 | -1/+1 |
| * | Fix support for const_cast<>s of array types which actual change the | Chandler Carruth | 2009-12-29 | 1 | -2/+3 |
| * | Remove some dead variables clang-analyzer found. | Benjamin Kramer | 2009-12-25 | 1 | -2/+0 |
| * | Make sure that reinterpret_cast gets a CastKind on all successful | Douglas Gregor | 2009-12-22 | 1 | -1/+5 |
| * | Fix semantic diagnostics that embed English works, from Nicola Gigante! | Douglas Gregor | 2009-12-16 | 1 | -1/+1 |
| * | Patch to allow C-style cast from 'void *' to block pointer type. | Fariborz Jahanian | 2009-12-11 | 1 | -0/+5 |
| * | Reimplement reference initialization (C++ [dcl.init.ref]) using the | Douglas Gregor | 2009-12-09 | 1 | -1/+4 |
| * | More detailed analysis of typecast to an objective-c pointer | Fariborz Jahanian | 2009-12-08 | 1 | -8/+14 |
| * | Patch to allow cstyle cast of objective-c pointers in objective-c++ | Fariborz Jahanian | 2009-12-08 | 1 | -0/+4 |
| * | CastsAwayConstness shouldn't care if member pointers point into different cla... | Sebastian Redl | 2009-11-18 | 1 | -1/+25 |
| * | First part of changes to eliminate problems with cv-qualifiers and | Douglas Gregor | 2009-11-16 | 1 | -4/+2 |
| * | Set the cast kind for a few more code paths. | Eli Friedman | 2009-11-16 | 1 | -2/+8 |
| * | When performing a static downcast as part of a static_cast, make sure | Douglas Gregor | 2009-11-15 | 1 | -12/+17 |
| * | - Have TryStaticImplicitCast set the cast kind to NoOp when binding a referen... | Sebastian Redl | 2009-11-14 | 1 | -36/+39 |
| * | When type-checking a static cast (or the static_cast part of a C-style | Douglas Gregor | 2009-11-14 | 1 | -0/+13 |
| * | Set CK_BaseToDerived in TryStaticDowncast. | Anders Carlsson | 2009-11-12 | 1 | -10/+17 |
| * | If we have a C-style cast, functional cast, or a static_cast to a | Douglas Gregor | 2009-11-06 | 1 | -2/+2 |