]> granicus.if.org Git - clang/shortlog
clang
2011-03-29 John ThompsonFixed build error.
2011-03-29 Francois PichetAdd a triple to make the test friendly on no windows...
2011-03-29 Francois PichetAccept __declspec(dllimport) for function defined at...
2011-03-29 Chandler CarruthFix a bug in how we were resolving the address of overl...
2011-03-29 Ted KremenekAdd workaround for Sema issue found in <rdar://problem...
2011-03-28 Argyrios KyrtzidisDon't do the checks of Sema::DiagnoseEqualityWithExtraP...
2011-03-28 Fariborz JahanianImplements property of reference types. Adding
2011-03-28 Daniel DunbarIntegrated-As: Support -Wa,-L when using the integrated...
2011-03-28 Daniel DunbarFrontend/cc1as: Add support for -L.
2011-03-28 Anton Yartsevrefactoring
2011-03-28 Fariborz JahanianAlso 'self' in blocks need be handled specially.
2011-03-28 Eli FriedmanRemove stray null from the middle of a comment. (Found...
2011-03-28 Matt Beaumont-GayFix PR9572 and neighboring lurking crashers.
2011-03-27 Chandler CarruthReduce indentation using early exits and add a couple...
2011-03-27 Chandler CarruthAdd my test case for r128353. I think this is the last...
2011-03-27 Chandler CarruthAdd tests for the uninitialized checks added in r128376...
2011-03-27 Ken DyckConvert offset parameter in LayoutPrimaryAndSecondaryVT...
2011-03-27 Ken DyckConvert VTableBuilder::MostDerivedClassOffset to CharUn...
2011-03-27 Ken DyckConvert FinalOverriders::MostDerivedClassOffset to...
2011-03-27 Chandler CarruthFlip the default for showing include stacks on notes...
2011-03-27 Fariborz Jahanian'self' is objective-c's 'self' objc pointer only in
2011-03-27 Francois PichetImprove recovery (error + fix-it) when parsing type...
2011-03-27 Ken DyckRemove a fixed FIXME comment (the base offset has alrea...
2011-03-27 Ken DyckConvert the offset parameters of AddMethods() to CharUn...
2011-03-27 Ken DyckConvert the BaseOffsetInLayoutClass parameter of Comput...
2011-03-27 Ken DyckConvert offset members in MethodInfo to CharUnits....
2011-03-27 Anton YartsevAltiVec vector comparison logic now affect only vectors...
2011-03-27 Douglas GregorClang supports __STDC_HOSTED__. Patch by Jonathan Sauer
2011-03-27 Chandler CarruthDiagnose uninitialized uses of a variable within its...
2011-03-27 Anton Yartsevsupported: AltiVec vector initialization with a single...
2011-03-27 John McCallWe were emitting construction v-tables with internal...
2011-03-27 NAKAMURA Takumiwww/get_started.html: Fix a few URLs.
2011-03-27 Chandler CarruthAdd an option to suppress include stack printing on...
2011-03-27 Chandler CarruthAdd -f[no-]strict-overflow to the Clang driver. Use...
2011-03-26 Douglas GregorImprove -Wheader-hygiene to warn about using directives...
2011-03-26 Fariborz JahanianMore coherent diagnostic attempting to assign to a...
2011-03-26 Argyrios KyrtzidisFor Diagnostic::Reset() also reset the state related...
2011-03-26 Chris Lattnerfix the second part of rdar://8366474 - clang fails...
2011-03-26 Fariborz JahanianMake diagnostic clearer.
2011-03-26 Oscar FuentesRemoved workaround for unspecified build problem on...
2011-03-26 Anders CarlssonDon't add a symbolic region for 'this' if the member...
2011-03-26 Benjamin KramerMake helpers static.
2011-03-26 Douglas GregorAdd a __has_feature check for the 'availability' attribute
2011-03-26 Douglas GregorOn Mac OS X, the presence of an 'availability' attribut...
2011-03-26 David ChisnallReformatted doc comments so that they are now difficult...
2011-03-26 Douglas GregorTest attribute merging for the availability attribute.
2011-03-26 Douglas GregorExtend the new 'availability' attribute with support...
2011-03-26 John McCallAllow GC qualifiers to be added/removed by conversions...
2011-03-26 John McCallDon't warn about the 'extern' in 'extern "C"' on a...
2011-03-26 John McCallFix the recovery from missing semis on @property declar...
2011-03-26 John McCallProperly move attributes to the decl spec when applying...
2011-03-26 Ken DyckConvert the OffsetInLayoutClass parameter of
2011-03-26 Ken DyckConvert FinalOverriders::Offset to CharUnits. No change...
2011-03-26 Ken DyckConvert offset in MethodBaseOffsetPairTy to CharUnits...
2011-03-26 Ken DyckConvert the offsets in SubobjectOffsetMapTy to CharUnit...
2011-03-26 Ken DyckConvert several local variables to CharUnits. No change...
2011-03-26 Ted KremenekTweak grammar in checker description.
2011-03-25 Craig SilversteinTraverseNestedNameSpecifier -> TraverseNestedNameSpecif...
2011-03-25 Devang PatelProvide blockDecl's startLoc to startFunction. This...
2011-03-25 Daniel DunbarObj-C/NeXT: Update and reapply 108847, now that changes...
2011-03-25 Eli FriedmanSilly mistake in integer constant folding cleanup.
2011-03-25 Daniel DunbarDriver/Darwin: Dsymutil actions should put the dSYM...
2011-03-25 David ChisnallRefactor CGObjCMac to use the shared code for EH stuff.
2011-03-25 Anders Carlssonwe can now claim to fully support the override control...
2011-03-25 Anders CarlssonFixup comments.
2011-03-25 Anders CarlssonRemove the last of ClassVirtSpecifiers.
2011-03-25 Anders CarlssonReplace the call to ParseOptionalCXX0XClassVirtSpecifie...
2011-03-25 Anders CarlssonGet rid of handling of the 'explicit' keyword from...
2011-03-25 Anders CarlssonUnbreak CMake build.
2011-03-25 David ChisnallAdded some doc comments.
2011-03-25 David ChisnallContinuing work on ObjC tidyup:
2011-03-25 Anders CarlssonRemove warnings about using override control keywords...
2011-03-25 Anders CarlssonFix some clang warnings.
2011-03-25 Anders CarlssonRemove 'new' from virt-specifier since it's going to...
2011-03-25 Nick LewyckyApply the nonnull attribute to constructor expressions...
2011-03-25 Eli FriedmanSwitch constant evaluation of float casts over to cast...
2011-03-25 Eli FriedmanCleanup integral and vector constant evaluation of...
2011-03-24 John ThompsonFixed some of the incompatibilities with gcc.
2011-03-24 Douglas GregorMinor fix in the injection of labels, since we want...
2011-03-24 John McCallInsomniac refactoring: change how the parser allocates...
2011-03-24 Douglas GregorFix the insertion of label declarations into the identi...
2011-03-24 Eli FriedmanMake sure we aggressively attach nounwind (etc.) to...
2011-03-24 Ken DyckConvert the BaseOffset member of BaseSubobject to CharU...
2011-03-24 Anders CarlssonAdd a new warning for exit-time destructors.
2011-03-24 Ted KremenekRework checker "packages" and groups to be more hierarc...
2011-03-23 John McCallCall out ObjC parameter types as a different kind of...
2011-03-23 David ChisnallFixed type error in last commit (forgot that now that...
2011-03-23 Ted KremenekFix CFG-construction bug when run from AnalysisBasedWar...
2011-03-23 Douglas GregorUnbreak test
2011-03-23 Fariborz JahanianSupport for Transparent unions used as overloadable
2011-03-23 Marshall ClowAdd a test for !ptr-to-member (should fail)
2011-03-23 Andrew TrickRevert r128156 because of CodeGenObjC/messages.m and...
2011-03-23 David ChisnallRemove the redundant loads / stores to globals that...
2011-03-23 David ChisnallInitial work on refactoring GNU runtime code (long...
2011-03-23 Devang PatelUpdate type cache when a type is completed.
2011-03-23 Douglas GregorTeach DelayedDiagnostic to copy its string, rather...
2011-03-23 Douglas GregorIgnore weak_import on Objective-C property and method...
2011-03-23 Chris Lattnerswitch a few Driver APIs to use llvm::ArrayRef, cleanin...
2011-03-23 Chris Lattnerremove a dead variable.
2011-03-23 Ted KremenekFix crash in clang_getInstantiationLoc() when SourceMan...
next