]> granicus.if.org Git - clang/shortlog
clang
2009-04-26 Douglas GregorTurn of PCH by default. I got the info I was looking for
2009-04-26 Chris Lattnersplit ObjC and C++ Statements out into their own headers.
2009-04-26 Eli FriedmanCorrect the order of the parameters to CheckAssignmentC...
2009-04-26 Daniel DunbarMake this code a little more generic.
2009-04-26 Daniel DunbarDriver: Add -std-default= option.
2009-04-26 Daniel DunbarAdd option for AddAllArgsTranslated to control whether...
2009-04-26 Chris Lattnerimplement PCH support for the rest of ExprObjC.h, including
2009-04-26 Douglas GregorAnother shot at switching PCH on by default, now that...
2009-04-26 Anders CarlssonWhen calling the cleanup function specified by __attrib...
2009-04-26 Douglas GregorDon't read all of the records in the PCH file's preproc...
2009-04-25 Eli FriedmanFix for PR4074: allow subscripting non-lvalue arrays...
2009-04-25 Chris Lattnerminor cleanups to ast-dump, use getBody(context).
2009-04-25 Douglas GregorLazily load the controlling macros for all of the heade...
2009-04-25 Chris Lattner"This fixes message sends to super in a way that both...
2009-04-25 Chris Lattnerminor diagnostics improvements.
2009-04-25 Eli FriedmanMinor simplification.
2009-04-25 Eli FriedmanChange isNullPointerConstant to be strict; hopefully...
2009-04-25 Eli FriedmanMake VerifyIntegerConstantExpr print extension warnings...
2009-04-25 Eli FriedmanSilence gcc warnings.
2009-04-25 Chris Lattnerfix PR4073 by making designated initializer checking...
2009-04-25 Douglas GregorOptimize the loading of an identifier from a PCH file...
2009-04-25 Douglas GregorPCH optimization for the identifier table, where we...
2009-04-25 Douglas GregorRevert my changes that try to avoid creating StringMap...
2009-04-25 Douglas GregorStart implementing the PTH IdentifierInfo-saving trick...
2009-04-25 Chris Lattnerfix PR4067: [Linux kernel] cannot aggregate codegen...
2009-04-25 Douglas GregorTweak the data layout for the on-disk hash table of...
2009-04-25 Ted KremenekUpdated checker build.
2009-04-25 Chris Lattnerremove a fixme that is already done.
2009-04-25 Douglas GregorWrite the identifier offsets array into the PCH file...
2009-04-25 Chris Lattnerimprove a diagnostic to make more sense.
2009-04-25 Chris Lattneraccept an ignore the no_instrument_function attribute...
2009-04-25 Chris Lattnerwith the fixes for better invalid decl/type propagation...
2009-04-25 Douglas GregorWrite the declaration and type offset arrays into the...
2009-04-25 Douglas GregorLoad the selector table lazily from the PCH file.
2009-04-25 Steve NaroffFix indexing error in PCHStmtReader::VisitArraySubscrip...
2009-04-25 Steve NaroffAdd PCH support for ObjCMessageExpr (needed to build...
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.
next