]> granicus.if.org Git - clang/shortlog
clang
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.
2009-02-24 Chris LattnerFix PR3635 by handling ## magically
2009-02-24 Douglas GregorIn C, when we see a function declaration within a local...
2009-02-24 Anders CarlssonPrevent accidental copying of CodeGenFunction and CodeG...
2009-02-24 Anders CarlssonPass the CodeGenModule object to GenerateBlockFunction...
2009-02-24 Mike StumpEnsure that we can't break or continue out of a block.
2009-02-24 Ted Kremenekscan-build: Prune off any trailing '/' characters in...
2009-02-24 Ted KremenekFix <rdar://problem/6611677>: Add basic transfer functi...
2009-02-24 Daniel DunbarFix two @synchronized bugs found by inspection: the...
2009-02-24 Ted KremenekPTH: Cache *un-cleaned* spellings for literals instead...
2009-02-24 Douglas GregorImprove merging of function declarations. Specifically:
2009-02-24 Ted KremenekPTH: When emitting tokens for literals with cached...
2009-02-23 Ted KremenekUpdated checker build.
2009-02-23 Daniel Dunbarccc: Don't remove result files on error when -save...
2009-02-23 Ted KremenekMove PTHStatCache within the anonymous namespace.
2009-02-23 Ted KremenekTidy up 'ExecutionContinues' to distinguish between...
2009-02-23 Ted KremenekFind 'clang' in 'bin' subdirectory instead of 'cbin'.
2009-02-23 Ted KremenekTidy up the path diagnostic generation logic in BugRepo...
2009-02-23 Chris Lattnerfix rdar://6611778, a redefinition of an interface...
2009-02-23 Daniel DunbarGoodbye old-ccc; please use tools/ccc/ccc.
2009-02-23 Fariborz JahanianWe should not generate __weak write barrier on indirect...
2009-02-23 Steve Naroff- Generate error for protocol qualifiers on 'Class'.
2009-02-23 Steve NaroffRevert http://llvm.org/viewvc/llvm-project?view=rev...
2009-02-23 Chris LattnerAdd copy assignment operator, caught by doug.
2009-02-23 Ted KremenekAdd more boilerplate logic to more accurately reason...
2009-02-23 Daniel DunbarAdd low level support for generating invoke instead...
2009-02-23 Ted KremenekFix 80 col. violations.
2009-02-23 Ted KremenekPer Chris L.'s suggestion, use getAsFunctionType()...
2009-02-23 Steve NaroffRemove isSuperExpr(), which ignores any casts on 'super'.
2009-02-23 Eli FriedmanA few small improvements to Evaluate for stuff I noted...
2009-02-23 Ted Kremenekretain/release checker: For now don't track the retain...
2009-02-23 Ted KremenekMore retain/release naming convention tests.
2009-02-23 Ted KremenekRemove typo.
2009-02-23 Ted Kremenek'[NSAutoreleasePool addObject:]' has an 'autorelease...
2009-02-23 Steve NaroffSema::ActOnInstanceMessage(): Tighen up the lookup...
2009-02-23 Ted KremenekAdd test case for PR 2599.
2009-02-22 Steve NaroffMinor cleanup, replace bool with qual_empty().
2009-02-22 Steve NaroffContains the following (related to problems found while...
2009-02-22 Anders CarlssonMake sure to reset the DidCallStackSave variable before...
2009-02-22 Fariborz JahanianMore objc gc work. Match gcc's treatment of ivar access
2009-02-22 Mike StumpCopy some clenaups from Eli to code that I copied....
2009-02-22 Mike StumpCleanp code with some recent suggestions.
2009-02-22 Eli FriedmanA bit of Evaluate cleanup. Also, a full audit of what...
2009-02-22 Ted KremenekUpdate to checker-0.162 (fixed header issue in tar...
2009-02-22 Ted KremenekReverted back to checker-0.161 because of a header...
2009-02-22 Ted KremenekUpdated checker build.
2009-02-22 Daniel Dunbarx86_64 ABI: Actually, we can always pass things we...
2009-02-22 Daniel Dunbarccc: Remove unknown host warning, it was breaking gcc...
2009-02-22 Eli FriedmanFix test to be legal on 64-bit systems.
2009-02-22 Ted KremenekFix regression in naming convention derivation: a metho...
2009-02-22 Eli FriedmanEliminate a bunch of code which should be dead.
next