]> granicus.if.org Git - clang/shortlog
clang
2008-07-26 Chris LattnerFix a bug in my previous patch, CGF is not valid for...
2008-07-26 Chris Lattnerremove uses of QualType::getCanonicalType() from codege...
2008-07-26 Chris Lattnerremove some unneeded calls to getCanonicalType
2008-07-26 Chris Lattnerchange more instances of QualType::getCanonicalType...
2008-07-26 Chris Lattneralphabeticalize a bit better.
2008-07-26 Daniel DunbarAdd doxygen support
2008-07-26 Chris Lattnerconvert more code to use ASTContext to get canonical...
2008-07-26 Chris Lattnerremove a helper method.
2008-07-26 Chris Lattnerimplement codegen support for labels at the end of...
2008-07-26 Chris Lattnerminor tidying, no functionality change.
2008-07-26 Chris Lattnerfix some problems handling stmtexprs with labels (PR237...
2008-07-26 Chris Lattnerfix an extraneous blank line in -ast-dump output.
2008-07-26 Chris Lattnertestcase for PR2416, which we already handle correctly.
2008-07-26 Ted KremenekRemove some old text.
2008-07-26 Chris LattnerPull protocol resolution of out ActOnStartClassInterfac...
2008-07-26 Chris Lattnerrefactor protocol resolution out of ActOnStartCategoryI...
2008-07-26 Chris Lattnerpull protocol resolution out into ActOnStartProtocolInt...
2008-07-26 Chris Lattnersimplify some code.
2008-07-26 Chris Lattnerremove duplicate error message.
2008-07-26 Chris Lattner< only starts a declspec in objc mode.
2008-07-26 Chris Lattnerremove fixed fixme
2008-07-26 Chris Lattnermake DeclSpec manage its own protocol qualifier list...
2008-07-26 Chris LattnerFix hte next wave of problems with protocol qualified ID:
2008-07-26 Chris Lattnerremove objc prefixes from these tests.
2008-07-26 Chris Lattnermove all objc sema tests into a new SemaObjC directory...
2008-07-26 Chris Lattnerfix several problems with the protocol qualified id...
2008-07-26 Chris Lattnerimprove handling of the horrible GCC objc extension...
2008-07-26 Chris Lattneradd a new diag helper that takes a range.
2008-07-25 Chris LattnerGCC supports the complex conjugate operator (an extensi...
2008-07-25 Chris Lattnerfix diagnostics.
2008-07-25 Chris LattnerFix rdar://6103124, the only dummy blocks are ones...
2008-07-25 Ted KremenekAdded project idea for a doxygen-like tool built using...
2008-07-25 Chris Lattnerfix 80 col violation.
2008-07-25 Chris LattnerFix rdar://6095136, various crashes with incomplete...
2008-07-25 Chris Lattnerminor cleanup
2008-07-25 Daniel DunbarRemove unused ASTConsumer::HandleTopLevelDeclaration
2008-07-25 Chris Lattnermove a method.
2008-07-25 Chris LattnerFix a couple bugs in aggregate cast processing: 1)...
2008-07-25 Ted KremenekFormat string errors should underling the format string...
2008-07-25 Chris Lattnermake sizeof/alignof diagnostics highlight their operand...
2008-07-25 Chris Lattnerc89 does not perform array -> pointer promotion unless...
2008-07-25 Chris Lattnermove some code, no other change.
2008-07-25 Ted KremenekUpdated latest checker build.
2008-07-25 Daniel DunbarFix long double test case
2008-07-25 Chris LattnerIn c99 mode, comma does do function/array promotion...
2008-07-25 Ted KremenekRefine ObjCPropertyImplDecl:
2008-07-25 Ted KremenekEnabled 'unused ivars' check by default.
2008-07-25 Ted KremenekRemove '.' in expected warning
2008-07-25 Ted KremenekHave the UnusedIvar check skip ivars with setters/gette...
2008-07-25 Nate BegemanX86 builtin fixes
2008-07-25 Nate BegemanGenerate vector compares in codegen
2008-07-25 Nate BegemanMove comment to match style
2008-07-25 Nate BegemanDe-tabify
2008-07-25 Chris LattnerComma does not perform unary promotions, rdar://6095180
2008-07-25 Chris Lattnergcc requires a semicolon at the end of an interface...
2008-07-25 Steve NaroffCleaunup Sema::ActOnClassMessage(). This commit:
2008-07-25 Chris LattnerReject typedef redefinitions when the underlying types...
2008-07-25 Chris Lattnerupdate this testcase.
2008-07-25 Daniel DunbarAdd test case for hex floating point constants in ...
2008-07-25 Chris LattnerIn c89 mode accept hex fp constants as an extension:
2008-07-25 Ted KremenekRemove call to isSEL and isSEL itself since the call...
2008-07-25 Chris LattnerAdd support for __extension__ as an lvalue. rdar:...
2008-07-25 Steve NaroffMove fix in r54013 from the parser to sema.
2008-07-25 Ted KremenekOnly warn about missing/incomplete -dealloc implementat...
2008-07-25 Chris Lattnercomment out #pragma mark and #warning directives.
2008-07-25 Chris Lattnerrewrite handling of the raw token stream in -rewrite...
2008-07-25 Chris Lattneralphabeticalize
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...
next