]> granicus.if.org Git - clang/shortlog
clang
2008-07-25 Steve NaroffFix RewriteObjC::RewriteObjCThrowStmt() to respect...
2008-07-25 Steve NaroffFix Parser::ParseObjCMethodDefinition(). Only call...
2008-07-25 Ted KremenekUpdated checker build.
2008-07-25 Ted KremenekDon't emit 'dead initialization' warnings for variables...
2008-07-25 Ted KremenekImplemented Sema support for attribute "unused".
2008-07-25 Daniel DunbarRework codegen of case ranges
2008-07-25 Daniel DunbarAllow CLANG env variable to override "clang" command...
2008-07-24 Ted KremenekUse ASTContext::isObjCObjectPointerType() to check...
2008-07-24 Ted KremenekMove isObjCObjectPointerType() from Sema to ASTContext.
2008-07-24 Ted KremenekUpdate VS project.
2008-07-24 Steve NaroffFix Sema::ActOnClassMessage() to pass through the ident...
2008-07-24 Ted KremenekCorrectly handle NSAssertionHandle -handleFailureInMeth...
2008-07-24 Ted KremenekUpdated checker build.
2008-07-24 Ted KremenekDon't issue a missing +dealloc warning for classes...
2008-07-24 Daniel DunbarFix comment
2008-07-24 Ted KremenekRename test case file.
2008-07-24 Ted KremenekIssue dead store warnings for preincrements involved...
2008-07-24 Ted KremenekIgnore -MT and -MF.
2008-07-24 Ted Kremenek"This patch adds paths for Fedora 9 in clang.cpp and...
2008-07-24 Daniel DunbarFix EmitCaseStmtRange to ignore empty ranges
2008-07-24 Daniel DunbarAdd Expr::getIntegerConstantExprValue helper method
2008-07-23 Ted KremenekUpdated checker build.
2008-07-23 Ted KremenekAdded dead stores test case.
2008-07-23 Ted KremenekModified HTMLDiagnostics to also perform syntax highlig...
2008-07-23 Ted KremenekDon't flag dead stores when the result of a preincremen...
2008-07-23 Ted KremenekAdded UnaryOperator::isPrefix().
2008-07-23 Ted KremenekUse typedef range_iterator instead of SourceRange*...
2008-07-23 Ted KremenekFurther refine dead store checking to distinguish betwe...
2008-07-23 Ted KremenekProperly skip IBOutlets when checking for unused ivars.
2008-07-23 Ted KremenekInitialize instance variable DeclAccess in ctor for...
2008-07-23 Ted KremenekWhen constructing an ObjCIvarDecl object in Sema, provi...
2008-07-23 Ted KremenekUpdated comment for class ObjCIvarDecl: it turns out...
2008-07-23 Ted KremenekIvar access mode ObjCIvarDecl::None == ObjCIvarDecl...
2008-07-23 Ted KremenekUpdate Xcode project.
2008-07-23 Chris Lattnerdon't depend on the result of CreateNeg to be a binop
2008-07-23 Chris LattnerFix rdar://6094010 various asserts happening with wide...
2008-07-23 Chris LattnerFix a codegen crash on:
2008-07-23 Ted KremenekAdd prototype implementation of unused ivar check.
2008-07-22 Ted KremenekUpdated checker build.
2008-07-22 Argyrios KyrtzidisFix compilation error on GCC 4.3.0 ('memcpy' was not...
2008-07-22 Daniel DunbarAdd note to check what __alignof__ a function type...
2008-07-22 Anders CarlssonAlways define __SIZE_TYPE__ as long unsigned int.
2008-07-22 Ted KremenekUpdate VS project.
2008-07-22 Ted KremenekUse llvm::utostr_32 instead of ostringstream.
2008-07-22 Ted KremenekUpdate VS project.
2008-07-22 Ted KremenekUpdate Xcode project.
2008-07-22 Ted KremenekMoved registration of basic path-sensitive checks from...
2008-07-22 Ted KremenekRename file.
2008-07-22 Daniel DunbarPrevent codegen crash on sizeof(<function type>), a...
2008-07-22 Daniel DunbarAdd svn:ignore for cscope.{out,files} in top level...
2008-07-22 Ted KremenekAdded path-sensitive checking for null pointer values...
2008-07-22 Daniel DunbarImplement bzero, memset, memmove builtins.
2008-07-21 Daniel DunbarImplement nans, prefetch, and trap builtins.
2008-07-21 Chris Lattnerminor cleanup to the actions interface to pass around...
2008-07-21 Ted KremenekAdd test case for nonnull attribute.
2008-07-21 Ted KremenekAdded sema support for the nonnull attribute. Will...
2008-07-21 Daniel DunbarKill an unused variable warning
2008-07-21 Chris Lattnerunindent this function by using an early exit, not...
2008-07-21 Chris Lattnermove two more lists of protocols over to use ObjCList...
2008-07-21 Daniel DunbarAdd svn:ignore property for test Output directories
2008-07-21 Daniel DunbarAdd __builtin_powi[fl] support
2008-07-21 Daniel DunbarFix a test RUN line to not generate '=-' in test directory
2008-07-21 Chris Lattneradd forward definition protocols to the protocol list...
2008-07-21 Chris Lattnerreferences to completely undeclared protocols should...
2008-07-21 Steve NaroffRewriteObjC::RewriteObjCForCollectionStmt() needs to...
2008-07-21 Chris Lattnerintroduce a new ObjCList templated class and start...
2008-07-21 Ted KremenekUpdate checker build.
2008-07-21 Chris Lattnerrename setReferencedProtocolList -> addReferencedProtoc...
2008-07-21 Daniel DunbarImplement ffs, parity, and popcount builtins.
2008-07-21 Argyrios KyrtzidisChange 'MDecl' to 'MD' to fix redefinition compiler...
2008-07-21 Chris Lattnerfix typo
2008-07-21 Chris LattnerSwitch initialization of the protocol list for an inter...
2008-07-21 Chris Lattnerwhen in the context of an @implementation, look for...
2008-07-21 Chris Lattnerdon't pass in null as the Name for GenerateClassStructure,
2008-07-21 Chris Lattnerimprove diagnostics about problems with receivers to...
2008-07-21 Chris Lattnercontinue cleaning up code, and disable sending a messag...
2008-07-21 Chris Lattnersimplify control flow a bit, reducing indentation....
2008-07-21 Chris Lattnertighten up some checks, don't allow sending a message...
2008-07-21 Chris Lattnerupdate diagnostic to include string
2008-07-21 Chris Lattnerimprove invalid member reference diagnostics to print...
2008-07-21 Chris Lattnermerge a bunch of code that is now common between qual...
2008-07-21 Chris Lattnerrename getProtocols -> getProtocol, as it only returns...
2008-07-21 Chris Lattneruse iterators instead of direct access to protocol...
2008-07-21 Chris Lattnerimprove documentation of ObjCInterfaceType significantl...
2008-07-21 Chris LattnerFix a bunch of crashes that occur in (attempted) handli...
2008-07-21 Chris Lattnerright, the error is when the itf *doesn't* have the...
2008-07-21 Chris Lattneruse the simplified form of lookupInstanceVariable for...
2008-07-21 Chris Lattnerimprove the diagnostic for an erroneous objc ivar reference
2008-07-21 Chris Lattnersimplify a bunch of code, no functionality change.
2008-07-21 Chris Lattnerrearrange some code, no functionality change.
2008-07-21 Chris Lattnerimprove comments yet again, now I know what this does :)
2008-07-21 Chris Lattnerminor rename, also, reject pointer to qualified id.
2008-07-21 Chris LattnerFix a crash that can happen when you have typedefs...
2008-07-21 Chris Lattnerimprove comments.
2008-07-21 Chris Lattnersimplify this predicate, only checking isObjCQualifiedI...
2008-07-20 Chris LattnerAdd a space, ted apparently has philosophical problems...
2008-07-19 Nuno Lopesfix test
2008-07-19 Ted KremenekUpdated latest checker build.
2008-07-19 Ted KremenekPatch by Kovarththanan Rajaratnam:
2008-07-19 Ted KremenekPatch by
next