]> granicus.if.org Git - clang/shortlog
clang
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.
2009-02-26 Ted KremenekUse Loc::IsLocType() instead of isPointerType() and...
2009-02-26 Daniel DunbarRemove PointerLikeType.
2009-02-26 Daniel DunbarChange PointersToResolve to list the pointee type to...
2009-02-26 Daniel DunbarDrop uses of getAsPointerLikeType.
2009-02-26 Steve NaroffFix <rdar://problem/6574319> clang issues error on...
2009-02-26 Daniel DunbarDrop uses of isPointerLikeType.
2009-02-26 Mike StumpAdd end of line at end.
2009-02-26 Chris Lattnerthis got moved to top level
2009-02-26 Fariborz JahanianFix an inconsistance in objc2's meta-data related to
2009-02-26 Steve NaroffFix <rdar://problem/6614945> method not found.
2009-02-26 Chris Lattnermove this makefile goop up to the top level llvm makefile.
2009-02-26 Anders CarlssonAdd test for enum types
2009-02-26 Ted KremenekFor scan-build based analyses, use the '-analyzer-earge...
2009-02-26 Anders CarlssonSet tab width to 2 on a number of CG related files
2009-02-26 Anders CarlssonClassify enum types correctly
2009-02-26 Steve NaroffFix http://llvm.org/bugs/show_bug.cgi?id=3544.
2009-02-26 Sebastian RedlMake more AST nodes and semantic checkers dependent...
2009-02-26 Steve NaroffFix ObjCInterfaceDecl::lookupInstanceMethod()/lookupCla...
2009-02-26 Eli FriedmanRemove short-circuit evaluation and the extension warni...
2009-02-26 Eli FriedmanRewrite of isIntegerConstantExpr to be centered around...
2009-02-26 Anton KorobeynikovEnable export maps also on {Free, Net}BSD.
2009-02-26 Mike StumpFixup spacing.
2009-02-26 Daniel Dunbarx86_64 ABI: Qualified id types are passed as pointers.
2009-02-26 Owen AndersonAdd an export map for clang on Linux.
2009-02-26 Eli FriedmanZap the Sema constant initializer checking code that...
2009-02-26 Eli FriedmanFix for PR3663/3669: use TryToFixInvalidVariablyModifie...
2009-02-26 Douglas GregorUse RecordFirst/RecordLast range checks in DeclContext
2009-02-25 Douglas GregorImplementing parsing of template-ids as class-names...
2009-02-25 Mike StumpCodeGen support for copied BlockDeclRefExprs.
2009-02-25 Ted KremenekFix subtle bug in EvalEagerlyAssume: Check if the previ...
2009-02-25 Ted KremenekFix recently introduced switch case fallthrough bug.
2009-02-25 Douglas GregorCope with use of the token '>>' inside a template argum...
2009-02-25 Ted Kremenekscan-build now looks for ccc-analyzer first in the...
2009-02-25 Ted KremenekAdd experimental logic in GRExprEngine::EvalEagerlyAssu...
2009-02-25 Douglas GregorImprove location information on "reused" class template...
2009-02-25 Douglas GregorPerform additional semantic checking of class template
2009-02-25 Ted KremenekDo not automatically run the 'missing -dealloc' check...
2009-02-25 Daniel DunbarTemporarily disable clearing of insert point (to indica...
2009-02-25 Daniel DunbarAllow constant initializers to reference their defining...
2009-02-25 Douglas GregorInclude the appropriate header for malloc
2009-02-25 Daniel DunbarFold GeneraticStaticBlockVarDecl into callers.
2009-02-25 Douglas GregorImplement parsing of nested-name-specifiers that involv...
2009-02-25 Daniel DunbarPull COdeGenFunction::CreateStaticBlockVarDecl (just...
2009-02-25 Chris Lattneradd c++ search path for GCC 4.2, PR3668, patch by Pawel...
2009-02-25 Anders CarlssonUse CheckAssignmentConstraints for checking the cleanup...
2009-02-25 Douglas GregorC99 DR #316 implies that the function parameter types...
2009-02-25 Gabor Greiffix (hopefully) some validation errors
2009-02-25 Gabor Greifminor tweaks to readability
2009-02-25 Chris Lattnerupdate
2009-02-25 Chris LattnerHeaders are basically done, debug info is just about...
2009-02-25 Chris Lattnerclang seems "generally useful" for c and objc by now...
2009-02-25 Eli FriedmanMinor cleanup for IntToBlockPointer so it applies to...
2009-02-25 Ted Kremenekretain/release checker: Implement basic tracking of...
2009-02-25 Ted KremenekImplement 'Add' method for GRStatePartialTrait<Immutabl...
2009-02-25 Devang PatelFix comments.
2009-02-25 Devang PatelEnable debug info emission for objc methods.
2009-02-25 Ted KremenekUpdate checker build.
2009-02-25 Daniel DunbarRemove a FIXME; I was mistaken in believing gcc rejecte...
2009-02-25 Ted KremenekFix condition in ccc-analyzer that would cause the...
2009-02-24 Fariborz JahanianMinor refactoring.
2009-02-24 Fariborz Jahanianpatch for two things.
2009-02-24 Ted KremenekFix broken logic from my last commit. Branches only...
2009-02-24 Ted KremenekFix diagnostic regression where the leak diagnostic...
2009-02-24 Devang PatelIf Loc is invalid (e.g. "self" in Objective-C) then...
2009-02-24 Chris Lattnerhandle @encode interactions with array initializers.
2009-02-24 Chris Lattnerrename CheckStringLiteralInit to CheckStringInit and...
2009-02-24 Chris Lattnermake SemaRef be a reference to sema, not a pointer.
2009-02-24 Chris Lattnermove InitListChecker to be private to SemaInit.cpp
2009-02-24 Chris LattnerMake CheckSingleInitializer a static function in SemaIn...
2009-02-24 Chris Lattnermake CheckStringLiteralInit a static function in SemaIn...
2009-02-24 Chris Lattnerchange IsStringLiteralInit into a static function in...
2009-02-24 Chris Lattnermove some initialization checking code from SemaDecl.cpp
2009-02-24 Chris Lattnerfirst wave of fixes for @encode sema support. This...
2009-02-24 Ted Kremenekccc-analyzer: Don't analyze files with '-arch ppc'...
2009-02-24 Chris Lattnersome minor cleanups, handle ObjCEncodeExpr in a couple...
2009-02-24 Chris Lattnerimprove comments.
2009-02-24 Fariborz JahanianSet flag for -fobjc-gc in IMAGE_INFO variable.
2009-02-24 Douglas GregorWhen we're declaring an object or function with linkage...
2009-02-24 Douglas GregorExtend the implicit declaration and checking against...
2009-02-24 Ted Kremenekretain/release checker:
2009-02-24 Daniel DunbarFix IRgen of constant expressions referring to external...
2009-02-24 Daniel DunbarSome initial Obj-C zero cost EH support.
2009-02-24 Daniel DunbarAdd a very primitive clang based multifile 'delta'.
2009-02-24 Daniel DunbarAdd a note about an IRgen optimization opportunity.
next