]> granicus.if.org Git - clang/shortlog
clang
2010-04-27 Douglas GregorDuring template instantiation, set the naming class of
2010-04-27 Benjamin KramerMore simplifications.
2010-04-27 Fariborz JahanianMove CollectIvarsToConstructOrDestruct to Sema
2010-04-27 Benjamin KramerSimplify some code. No change in functionality.
2010-04-27 Douglas GregorWhen checking the redeclaration context of a typedef...
2010-04-27 Douglas GregorDon't look into incomplete types when trying to warn...
2010-04-27 Douglas GregorCMake: Fix DESTDIR-related installation problem on...
2010-04-27 Douglas GregorWhen instantiating UnresolvedLookupExpr and UnresolvedM...
2010-04-27 Daniel DunbarSimplify.
2010-04-27 Daniel DunbarAdd Driver support for -fno-constant-cfstrings.
2010-04-27 David ChisnallEnsure return from a message to nil is always 0 (GNU...
2010-04-27 Daniel DunbarFix comments.
2010-04-27 Enea ZaffanellaWrap a couple of long lines. (Test commit.)
2010-04-27 John McCallImprove the diagnostic you get when making a qualified...
2010-04-27 John McCallMake the InjectedClassNameType the canonical type of...
2010-04-26 Fariborz JahanianNew method to construct/destruct ivars that have non...
2010-04-26 Devang PatelEnable debug info for local variables at -O1+.
2010-04-26 Douglas GregorImprove source-location information in a C++ typeid...
2010-04-26 Chris Lattnerfix PR6936: don't generate line marker directives when...
2010-04-26 Fariborz JahanianDiagnose declaration of reference typed ivars.
2010-04-26 Chris Lattnerwordsmith an objc warning, rdar://7900756
2010-04-26 Douglas GregorIntroduce Type::isStructureOrClassType(), which does...
2010-04-26 Fariborz JahanianCleanup error recovery for a missing '-'|'+'
2010-04-26 Douglas GregorImplement template instantiation for implicit property...
2010-04-26 Douglas GregorImplement template instantiation for ObjCPropertyRefExpr.
2010-04-26 Chris Lattneremit dtors with the right calling convention in -fno...
2010-04-26 Douglas GregorImplement template instantiation for value-dependent...
2010-04-26 Chris Lattnerremove alignment specifier on this. CAn't this test...
2010-04-26 Fariborz JahanianTest case for NeXt's -fno-constant-cfstrings option.
2010-04-26 Douglas GregorImplement template instantiation for Objective-C @catch
2010-04-26 Douglas GregorRefactor Objective-C @catch parameter checking by detan...
2010-04-26 Douglas GregorMake the static type of the exception variable in an...
2010-04-26 Douglas GregorEnsure that we have completed a type before attempting...
2010-04-26 Daniel Dunbartests: Force a triple.
2010-04-25 Douglas GregorWhen name lookup finds a single declaration that was...
2010-04-25 Douglas GregorImprove the diagnostic when we find something we did...
2010-04-25 Daniel DunbarIRgen/NeXT: Fix several alignment issues with Objective...
2010-04-25 Daniel Dunbartests: Convert test to FileCheck.
2010-04-25 Daniel DunbarIRgen/NeXT: Reuse EmitImageInfo for both fragile and...
2010-04-25 Douglas GregorWhen performing name lookup for an operator name, be...
2010-04-25 Chris Lattnerexclude cmake build directories from being installed
2010-04-25 Anders CarlssonLand another cleanup patch.
2010-04-25 Anders CarlssonLand this test.
2010-04-25 Douglas GregorTweak test for destruction of copied temporary objects
2010-04-25 Douglas GregorWhen copying a temporary object to initialize an entity...
2010-04-25 Anders CarlssonRevert enough of my patches to fix self-host again :(
2010-04-24 Douglas GregorWhen we create a temporary of class type that we don...
2010-04-24 Anders CarlssonCleanup SynthesizeCXXCopyConstructor.
2010-04-24 Anders CarlssonClean up SynthesizeCXXCopyAssignment a little.
2010-04-24 Anders CarlssonRenameGetAddressOfBaseOfCompleteClass to GetAddressOfDi...
2010-04-24 Anders CarlssonAdd an explicit UsuallyTinyPtrVector that takes a singl...
2010-04-24 Anders CarlssonMore cleanup.
2010-04-24 Anders CarlssonSimplify EmitClassMemberwiseCopy now that it's only...
2010-04-24 Nick LewyckySwitch this to new API.
2010-04-24 Anders CarlssonDefineImplicitCopyConstructor now uses SetBaseOrMemberI...
2010-04-24 Anders CarlssonWhen building implicit base initializers, add a derived...
2010-04-24 Anders CarlssonRename GetAddressOfBaseClass to OldGetAddressOfBaseClass.
2010-04-24 Anders CarlssonGet rid of the old GetNonVirtualBaseClassOffset and...
2010-04-24 Anders CarlssonChange CodeGenFunction::GetAddressOfDerivedClass to...
2010-04-24 Anders CarlssonConvert more call sites over to the new GetAddressOfBas...
2010-04-24 Douglas GregorWhen we attempt to create a temporary object of class...
2010-04-24 Anders CarlssonAdd a new GetAddressOfBaseClass overload that takes...
2010-04-24 Douglas GregorWhen we are performing copy initialization of a class...
2010-04-24 Daniel DunbarHeaders: Hide intptr_t and uintptr_t definitions behind...
2010-04-24 Benjamin KramerFix pasto, add a comment.
2010-04-24 Benjamin KramerFactor code. No functionality change.
2010-04-24 Anders CarlssonAdd base paths for CK_BaseToDerived and CK_BaseToDerive...
2010-04-24 Anders CarlssonAdd base paths to CK_UncheckedDerivedToBase and CK_Deri...
2010-04-24 Anders CarlssonActually produce base paths for CastExprs of kind CK_De...
2010-04-24 Anders CarlssonAdd BasePath arguments to all cast expr constructors.
2010-04-24 Daniel DunbarDriver/Darwin: Fix Objective-C non-fragile ABI and...
2010-04-24 Douglas GregorWhen we take the address of a declaration to bind it...
2010-04-24 Daniel DunbarNeXT: Clean up dispatch method policy selection.
2010-04-24 Daniel DunbarSimplify.
2010-04-24 Anders CarlssonPass the base specifiers through to CheckDerivedToBaseC...
2010-04-24 Anders CarlssonCastExpr should not hold a pointer to the base path...
2010-04-24 Douglas GregorTweak test case slightly
2010-04-24 Douglas GregorBe more careful around dependent nested-name-specifiers...
2010-04-24 Anders CarlssonisValue is set to false by default.
2010-04-24 Anders CarlssonRename InheritancePath to BasePath, rename CastExpr...
2010-04-24 Douglas GregorKeep track of when DependentNameTypes have no associate...
2010-04-24 Benjamin KramerUpdate prototypes.
2010-04-24 Dan GohmanFix a place in inline asm lowering which was creating...
2010-04-24 John McCallRecommit r102215, this time being more careful to only...
2010-04-24 Nick LewyckyTeach clang -fixit to modify files in-place, or -fixit...
2010-04-24 Devang PatelRevert accidental check-in.
2010-04-24 Devang PatelRevert r102215. This causes clang crash while compiling...
2010-04-23 Fariborz JahanianWith -fno-constant-cfstrrings, class NSConstantString
2010-04-23 Douglas GregorRework Parser-Sema interface for Objective-C @catch...
2010-04-23 Douglas GregorImprove the AST representation of Objective-C @try...
2010-04-23 Fariborz JahanianMore -fno-constant-cfstrings API work.
2010-04-23 Anders CarlssonAdd an InheritancePath parameter to the ImplicitCastExp...
2010-04-23 John McCallTransition the last acceptable-result filter kind in...
2010-04-23 Argyrios KyrtzidisMake Parser::ConsumeAndStoreUntil() more consistent...
2010-04-23 Anders CarlssonDestroy the inheritance path.
2010-04-23 Anders CarlssonAdd an inheritance path member variable to CastExpr...
2010-04-23 Anders CarlssonTurn CXXMethodVector into a generic class template.
2010-04-23 Daniel DunbarNeXT/EH: When generating the rethrow code for a finally...
2010-04-23 Daniel DunbarNeXT/EH: Tidy up EH code a bit, don't emit the catch...
2010-04-23 John McCallRecommit my change to how C++ does elaborated type...
next