]> granicus.if.org Git - clang/shortlog
clang
2009-03-02 Daniel DunbarMake sure to invoke (not call) to objc_exception_throw...
2009-03-02 Daniel DunbarFix completely broken thinko in GetClassGlobal.
2009-03-02 Daniel DunbarDon't set nounwind on functions when in using the new...
2009-03-02 Daniel DunbarCleanup handling of function attributes in calls.
2009-03-02 Mike StumpPush checking down, also, give the user a hit as to...
2009-03-02 Douglas GregorRework the way we find locally-scoped external declarat...
2009-03-01 Anders CarlssonAdd BLOCK_HAS_DESCRIPTOR to global blocks.
2009-03-01 Mike StumpBe sure to mark blocks with no imports as being global.
2009-03-01 Chris Lattnersimplify some code.
2009-03-01 Steve NaroffFix <rdar://problem/6248764> parser rejects: bad receiv...
2009-03-01 Douglas GregorFix PR3509 by providing correct starting locations...
2009-03-01 Steve NaroffFix <rdar://problem/6619539> incompatible pointer types...
2009-03-01 Ted KremenekRename AnonTypedRegion to TypedViewRegion.
2009-03-01 Ted KremenekAdjust wording of bug names.
2009-03-01 Daniel DunbarObj-C non fragile ABI: Use GetClassGlobal in one more...
2009-03-01 Daniel DunbarObj-C non fragile ABI: Add GetInterfaceEHType for getti...
2009-03-01 Daniel DunbarNeXT: Unify code for creating a class global.
2009-03-01 Daniel DunbarObjCAtCatchStmt's ParamStmt is always a DeclStmt.
2009-03-01 Chris Lattnertestcase for mike's fix for PR3612
2009-03-01 Daniel DunbarThis test requires blocks.
2009-03-01 Anders CarlssonRemove debugging code.
2009-03-01 Anders CarlssonEmit errors about unsupported blocks features.
2009-03-01 Anders CarlssonInitialize NSConcreteStackBlock
2009-03-01 Anders CarlssonDo some blocks cleanup and simplification. Fix a crash...
2009-03-01 Chris Lattneradjust to changes in the mainline llvm .ll printer.
2009-03-01 Chris Lattner"This patch uses the new ObjCImplDecl class to merge...
2009-02-28 Anders CarlssonWhoops, actually remove the VLA/VM check in FinalizeDec...
2009-02-28 Anders CarlssonFix invalid VLAs/VMs in Sema::ActOnVariableDeclarator...
2009-02-28 Steve NaroffRemove PrevFunctionScope slot (it isn't needed)...use...
2009-02-28 Ted KremenekRevert 65707 (causes stack memory to be referenced...
2009-02-28 Fariborz JahanianObscure code gen bug related to sending
2009-02-28 Chris LattnerFix a crash in test/Parser/control-scope.c that testrun...
2009-02-28 Chris Lattnerremove static ctor.
2009-02-28 Chris Lattnerimprove compatibility with the VC++'08 C++ compiler...
2009-02-28 Chris Lattnerfix inverted conditional, rdar://6633188
2009-02-28 Chris Lattner"This patch addresses two FIXME on ObjCCategoryImplDecl:
2009-02-28 Chris Lattnerbrain thinking memcpy, fingers thinking memset :)
2009-02-28 Chris Lattnerafter going around in circles a few times, finally...
2009-02-28 Anders CarlssonTargetInfo::validateAsmConstraint now takes a reference...
2009-02-28 Steve NaroffMinor name change (move the ObjC prefix to a more appro...
2009-02-28 Steve NaroffFix <rdar://problem/6451399> problems with labels and...
2009-02-28 Gabor GreifAdapt help string to what the code is doing (default...
2009-02-28 Mike StumpFirst cut CodeGen support for __block variables.
2009-02-28 Eli FriedmanCheck a few more kinds of declarations that make a...
2009-02-28 Eli FriedmanStart of checking for gotos which jump to an illegal...
2009-02-28 Eli FriedmanFix obvious shortcoming in the implementations of Evalu...
2009-02-28 Ted KremenekUpdate checker build.
2009-02-28 Douglas GregorEliminate CXXRecordType
2009-02-28 Douglas GregorAdd a FIXME for something I can't look at just yet
2009-02-28 Douglas GregorTemplate instantiation for function types
2009-02-28 Fariborz JahanianAlignment of pointers in __objc_classlist must be on...
2009-02-28 Douglas GregorImplement template instantiation for pointer, reference...
2009-02-27 Eli FriedmanFix enumeration in switch warnings. No behavior change.
2009-02-27 Eli FriedmanFix enumeration in switch warnings, plus misc comment...
2009-02-27 Mike StumpFix PR3612. We ensure that we add builtins to the...
2009-02-27 Fariborz JahanianDiagnose gc attribute mismatch of property and its...
2009-02-27 Chris LattnerGive a code insertion hint for how to fix 'implicit...
2009-02-27 Douglas GregorFix a typo
2009-02-27 Ted KremenekWhen retrieving the location of a Node, for MemberExprs...
2009-02-27 Ted KremenekIn BuildAnonymousStructUnionMemberReference, we shouldn...
2009-02-27 Douglas GregorImplement the basic approach for instantiating types...
2009-02-27 Chris Lattnerminor wording changes.
2009-02-27 Chris Lattnerupgrade various 'implicit int' warnings from an ext...
2009-02-27 Chris Lattnercleanup
2009-02-27 Chris Lattnercleanup
2009-02-27 Mike StumpSilence warnings.
2009-02-27 Ted KremenekWhen checking printf-arguments for functions with ...
2009-02-27 Douglas GregorClean up and document code modification hints.
2009-02-27 Chris Lattnerchange a diagnostic message from something pedantically...
2009-02-27 Daniel DunbarOops, Ted beat me to it. I'll just play angry god and...
2009-02-27 Daniel DunbarAdd coverage of "member of anonymous union redeclares...
2009-02-27 Ted KremenekAdd test case for PR 3675.
2009-02-27 Ted KremenekUpdate checker build.
2009-02-27 Eli FriedmanChange the AST generated for offsetof a bit so that...
2009-02-27 Ted KremenekDon't report 'Parser Rejects' for conftest files.
2009-02-27 Ted KremenekCorrectly check for ccc-analyzer in the same directory...
2009-02-27 Eli FriedmanChange the way clang generates union types a bit so...
2009-02-27 Eli FriedmanSome additional ICE tests.
2009-02-27 Eli FriedmanSome minor improvements to Evaluate.
2009-02-27 Eli FriedmanFix minor memory leak. Add comment describing what...
2009-02-27 Eli FriedmanMinor cleanup: use getDeclAlignInBytes helper.
2009-02-27 Eli FriedmanMake isICE assert when Evaluate can't evaluate an ICE...
2009-02-27 Mike StumpThe middle operand in ?: is optional, really.
2009-02-26 Douglas GregorCreate a new TypeNodes.def file that enumerates all...
2009-02-26 Chris Lattnermake ASTContext::WCharTy a bit more sensical. In C...
2009-02-26 Chris Lattnerfix a bozobug.
2009-02-26 Chris Lattnerrename test
2009-02-26 Chris Lattnerok, not as broken as I thought, just confusing. This...
2009-02-26 Chris Lattnerallow wide strings to initialize arrays compatible...
2009-02-26 Ted KremenekPass -ffreestanding' to clang.
2009-02-26 Fariborz JahanianDo not issue bogus error on __weak/__strong ivar access.
2009-02-26 Chris Lattnerfix some sema problems with wide strings and hook up...
2009-02-26 Daniel DunbarAdd -emit-llvm-only option (generate LLVM IR & run...
2009-02-26 Fariborz JahanianCouple of meta-data segments were wrong. This patch...
2009-02-26 Douglas GregorMake the type associated with a ClassTemplateSpecializa...
2009-02-26 Ted KremenekPathDiagnosticPiece now automatically strips off traili...
2009-02-26 Devang PatelAdd support to emit debug info for objective-c interfaces.
2009-02-26 Ted KremenekRefine some grammar in the retain/release diagnostics.
2009-02-26 Douglas GregorIntroduce code modification hints into the diagnostics...
2009-02-26 Daniel DunbarAdd Type::hasPointerRepresentation predicate.
next