]> granicus.if.org Git - clang/shortlog
clang
2009-04-25 Steve NaroffFixup comment.
2009-04-25 Steve NaroffFix a major bug in PCHReader::ReadSelectorBlock().
2009-04-25 Chris LattnerChange SemaType's "GetTypeForDeclarator" and "ConvertDe...
2009-04-25 Chris Lattnerchange a couple more c++ sema methods to be based on...
2009-04-25 Chris Lattnervarious "is invalid" cleanups for C++ ctors/dtors.
2009-04-25 Chris LattnerThis is a pretty big cleanup for how invalid decl/type...
2009-04-25 Douglas GregorRevert my PCH change. I'm happy now
2009-04-25 Douglas GregorTemporarily try to build with PCH by default. Revert...
2009-04-25 Chris Lattnerfix PR4049, a crash on invalid, by making sema install...
2009-04-25 Chris Lattnerrename getNumParmVarDeclsFromType back to getNumParams(),
2009-04-25 Chris Lattneradd a new helper function to FunctionDecl instead of...
2009-04-25 Chris Lattnerin:
2009-04-25 Daniel DunbarDriver: -mkernel disables default use of unwind tables...
2009-04-25 Chris Lattnerset NewFD->setInvalidDecl() in one place, sharing code...
2009-04-25 Daniel DunbarDriver: -mkernel and -fapple-kext imply -mno-red-zone.
2009-04-25 Daniel DunbarFix pointer addressing and array subscripting of Object...
2009-04-25 Ted KremenekHook up attribute 'objc_ownership_retain' to the analyz...
2009-04-25 Douglas GregorMake sure that the consumer sees all interested decls...
2009-04-25 Ted KremenekAdd new checker-specific attribute 'objc_ownership_reta...
2009-04-24 Chris Lattnerreject explicit pointer arithmetic on interface pointer...
2009-04-24 Douglas GregorWhen we de-serialize an Objective-C protocol, hand...
2009-04-24 Ted KremenekHook up __attribute__((objc_ownership_returns)) to...
2009-04-24 Ted KremenekAdd new checker-specific attribute 'objc_ownership_retu...
2009-04-24 Anders CarlssonAdd CXXExprWithCleanup
2009-04-24 Chris Lattnerfix the sizeof error recovery issue (sizeof-interface...
2009-04-24 Douglas GregorFix a pasto in the lookup of instance methods in the...
2009-04-24 Douglas GregorOnce the protocol list has been loaded from the PCH...
2009-04-24 Ted KremenekFix the same false positive reported in PR 2542 and...
2009-04-24 Douglas GregorFix two small but very nasty bugs in the PCH writer...
2009-04-24 Douglas GregorPCH support for the global method pool (= instance...
2009-04-24 Fariborz JahanianMinor refactoring. No intended change in behavior.
2009-04-24 Steve NaroffAdd PCH support for #import.
2009-04-24 Ted KremenekMinor refactoring: pass selector to getCommonMethodSumm...
2009-04-24 Ted Kremenekretain/release checker: more hacks to workaround false...
2009-04-24 Ted KremenekSentence case bug name.
2009-04-24 Ted Kremenekretain/release checker:
2009-04-24 Anders CarlssonMake CXXTemporaryObjectExpr inherit from CXXConstructExpr.
2009-04-24 Fariborz JahanianAvoid issuing spurious errors as side-effect of diagnosing
2009-04-24 Fariborz JahanianMinor refactoring. No change in functionality.
2009-04-24 Steve NaroffUse cast_or_null instead of ternary operator (suggested...
2009-04-24 Fariborz JahanianSome code clean up of objc2's bitmap layout.
2009-04-24 Steve NaroffAllow the next catoregory slot to be null.
2009-04-24 Chris Lattnerfix rdar://6816766 - Crash with function-like macro...
2009-04-24 Chris Lattnersimplification and speedup
2009-04-24 Anders CarlssonFix assert.
2009-04-24 Anders CarlssonCXXTempVarDecls aren't looked up. Fixes tests.
2009-04-24 Anders CarlssonAdd an ASTContext parameter to CXXTemporaryObjectExpr.
2009-04-24 Anders CarlssonAdd a VarDecl parameter to the CXXTemporaryObjectExpr...
2009-04-24 Anders CarlssonCreate a CXXConstructExpr instead of a CXXTemporaryObje...
2009-04-24 Douglas GregorMake sure that ObjCCompatibleAlias and ObjCImplementati...
2009-04-24 Anders CarlssonMake the CXXConstructExpr public and add a StmtClass...
2009-04-24 Anders CarlssonMove the CXXConstructExpr before the CXXTemporaryObject...
2009-04-24 Daniel DunbarDon't run dsymutil when making a fat executable direct...
2009-04-24 Douglas GregorEliminate Sema::ObjCAliasDecls. This is based on Steve...
2009-04-24 Sanjiv GuptaClang part of r69947. Reverting back 69574 as it is...
2009-04-24 Daniel DunbarAdd a test case for a somewhat obscure scenario.
2009-04-24 Douglas GregorFix Objective-C crashes
2009-04-24 Daniel DunbarWe don't accept this test anymore in a non-fragile...
2009-04-24 Chris LattnerFix rdar://6821047 - clang crashes on subscript of...
2009-04-24 Douglas GregorEliminate Sema::ObjCInterfaceDecls
2009-04-24 Douglas GregorEliminate Sema::ObjCImplementations, relying instead...
2009-04-23 Ted KremenekUpdate checker build.
2009-04-23 Douglas GregorEliminate Sema::ObjCProtocols. Instead, we place ObjCPr...
2009-04-23 Daniel DunbarCall ld, not collect2.
2009-04-23 Ted KremenekRefactor common logic in getMethodSummary() and getClas...
2009-04-23 Douglas GregorPCH support for categories in Objective-C interfaces.
2009-04-23 Douglas GregorPCH support for all of the predefined Objective-C types...
2009-04-23 Ted KremenekFurther cleanups to isTrackedObjectType().
2009-04-23 Fariborz JahanianDiagnose if an implementation implements a forward...
2009-04-23 Ted Kremenekretain/release checker: Don't call isTrackedObject...
2009-04-23 Ted KremenekTemporarily remove expected warnings.
2009-04-23 Ted Kremenekretain/release checker: For class methods, only treat...
2009-04-23 Chris Lattneraccept and ignore -Wconversion
2009-04-23 Ted KremenekPer discussions with Ken Ferry and Paul Marks (<rdar...
2009-04-23 Douglas GregorFix handling of C99 "extern inline" semantics when...
2009-04-23 Devang PatelHandle corner case where clang-cc is invoked directly...
2009-04-23 Ted KremenekFix PR 4033: the analyzer shouldn't crash on computed...
2009-04-23 Steve NaroffRemove @compatibility_alias regression.
2009-04-23 Ted KremenekBugReporter (extensive diagnostics): Recursively adjust...
2009-04-23 Chris LattnerFix rdar://6819438 - -Wmissing-noreturn not recognised...
2009-04-23 Fariborz JahanianRemoved bunch of FIXMEs no longer needed.
2009-04-23 Ted KremenekBugReporter (extensive diagnostics): Ignore parentheses...
2009-04-23 Steve NaroffMore PushOnScopeChain() FIXME's.
2009-04-23 Steve NaroffSema::ActOnStartClassInterface(): Use PushOnScopeChains().
2009-04-23 Steve NaroffAdd PCH read/write support for Objective-C Selectors.
2009-04-23 Daniel DunbarMark IMAGE_INFO as constant on x86_64-darwin.
2009-04-23 Chris Lattnerfix a problem producing debug info with global blocks.
2009-04-23 Daniel DunbarAdd implicit definition of objc_msgSend.
2009-04-23 Chris Lattnerimplement debug info for _Complex.
2009-04-23 Chris Lattnerthe logic for computing __func__ and friends is really...
2009-04-23 Chris Lattnerremove some gone files
2009-04-23 Daniel DunbarDon't build error/warning/assertion detection in the...
2009-04-23 Chris Lattnersome arm triples have weird characters in them, just...
2009-04-23 Chris LattnerSilence warnings about common forms of -Wstrict-aliasin...
2009-04-23 Douglas GregorPCH (de-)serialization of the protocols in an ObjCInter...
2009-04-23 Douglas GregorAdd the PCH reader stub for ObjCCompatibleAliasDecl
2009-04-23 Douglas GregorPCH support for ObjCPropertyImplDecl
2009-04-23 Douglas GregorThe ivars in an ObjCImplementationDecl are now stored...
2009-04-23 Douglas GregorPCH support for ObjCCategoryImplDecl (which can't be...
2009-04-23 Douglas GregorPCH (de-)serialization for ObjCImplDecl. This can't...
next