]> granicus.if.org Git - clang/shortlog
clang
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...
2010-04-23 Fariborz JahanianImprove on my previous diagnostics: per Doug's comment.
2010-04-23 Fariborz JahanianMore work toward implementing
2010-04-23 Chris LattnerImplement PR6845. We allow matching constraints to...
2010-04-23 Fariborz JahanianTrying to improve on a diagnostics for properties.
2010-04-23 Sebastian RedlRequire a complete type for the lhs of member pointer...
2010-04-23 Chris Lattnerfix typo
2010-04-23 Chris Lattnerrename test
2010-04-23 Chris Lattnerdavid conrad points out that {|} in inline assembly...
2010-04-23 Douglas GregorWhen instantiating a typedef of an anonymous tag type...
2010-04-23 Anders CarlssonCleanup.
2010-04-23 Anders CarlssonHandle copy initialization in BuildImplicitMemberInitia...
2010-04-23 Chris Lattneradd GNU C++ include paths for Fedora 11,12 x86_64,
2010-04-23 Daniel DunbarRevert "C++ doesn't really use "namespaces" for differe...
2010-04-23 Nick Lewyckyconcepts is not a keyword here and fix copy-pasto.
2010-04-23 Douglas GregorStrip cv-qualifiers when building C++ constructor and...
2010-04-23 Douglas GregorHandle compound assignment expressions (i += j) as...
2010-04-23 Anders CarlssonAdd another 'catch all' access diagnostic.
2010-04-23 Douglas GregorEmit a lame diagnostic when we can't mangle operator...
2010-04-23 Douglas GregorMangle dependent template names such as the nested...
2010-04-23 Anders CarlssonAdd an ImplicitInitializerKind enum and pass it to...
2010-04-23 Anders CarlssonFix a think-o that broke self-host.
2010-04-23 John McCallC++ doesn't really use "namespaces" for different kinds...
2010-04-23 Anders CarlssonChange the 'declared at' diagnostic to say 'declared...
2010-04-23 Anders CarlssonFactor code to initialize an implicit member out into...
2010-04-23 Douglas GregorWhen parsing a cast-expression that starts with a scope...
2010-04-23 Douglas GregorI hate default statements. Fixes PR6874.
2010-04-23 Anders CarlssonRemove calls to isDependentContext, since we handle...
2010-04-22 Douglas GregorTemplate instantiation for @try and @finally (but not...
2010-04-22 Douglas GregorMake TemplateDecl and ObjCContainerDecl abstract
2010-04-22 Douglas GregorKill off IDNS_ObjCImplementation and IDNS_ObjCCategoryN...
2010-04-22 Douglas GregorTemplate instantiation for the Objective-C "fast enumer...
2010-04-22 Douglas GregorTemplate instantiation for Objective-C++ @synchronized...
2010-04-22 Douglas GregorImplement template instantiation for Objective-C++...
next