]> granicus.if.org Git - clang/shortlog
clang
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
2008-07-19 Ted KremenekReimplement ccc-analyzer in a language I actually know...
2008-07-18 Ted KremenekRemove typo.
2008-07-18 Ted KremenekQuote invocation of clang in pipe to handle paths with...
2008-07-18 Ted KremenekAdded test case.
2008-07-18 Ted KremenekUpdate checker build.
2008-07-18 Ted Kremenek"currentHandler" is a nullary selector
2008-07-18 Ted KremenekFix caching bug.
2008-07-18 Ted KremenekAdd panic support for NSAssertionHandler.
2008-07-18 Daniel DunbarPrevent clang from emitting output when input has errors
2008-07-18 Ted KremenekAdd panic function.
2008-07-18 Ted KremenekFix 80 col violation
2008-07-18 Ted KremenekFix regression by explicitly checking if we are negatin...
2008-07-18 Ted KremenekImprove path-sensitivity when using the logical not...
2008-07-18 Ted KremenekRenamed deterministic EvalBinOp to DetermEvalBinOpNN...
2008-07-18 Ted KremenekCreated ValueStateSet class to manage the creation...
2008-07-18 Ted KremenekRemove dead method.
2008-07-18 Mon P WangAdd support shufpd
2008-07-17 Ted KremenekUpdate signature of EvalAssume.
2008-07-17 Ted KremenekProvide static methods in BinaryOperator to determine...
2008-07-17 Ted KremenekMove GRTransferFunc* into ValueStateManager, and move...
2008-07-17 Ted KremenekAdded headers
2008-07-17 Ted KremenekRemove redundant logic.
2008-07-17 Ted KremenekBegin major changes to EvalXXX methods in GRTransferFun...
2008-07-17 Daniel DunbarFix for codegen crash on multibit bool bitfield initial...
2008-07-17 Ted KremenekMoved RemoveDeadBindings logic for the contents of...
2008-07-17 Ted KremenekWe now build universal binaries of the checker.
2008-07-17 Argyrios KyrtzidisUnify ctx_iterator/ctx_begin()/ctx_end() and iterator...
2008-07-16 Steve NaroffRewriteObjC::SynthMessageExpr(): Fix super rewrite...
2008-07-16 Argyrios KyrtzidisWhen in C++, make EnumConstant names hide tag names...
2008-07-16 Steve NaroffRemove a FIXME from RewriteObjC::RewriteObjCSynchronize...
2008-07-16 Steve NaroffRewriteObjC::Initialize(): add function decls used...
2008-07-16 Steve NaroffTwo fixes:
2008-07-16 Steve NaroffRewriteObjC::RewriteObjCTryStmt():Don't synthesize...
2008-07-16 Steve NaroffTeach RewriteObjC::RewriteObjCMethodDecl() to deal...
2008-07-16 Argyrios KyrtzidisWhen checking for name collision between a tag and...
2008-07-16 Argyrios KyrtzidisAdd 'this' in the comments of Parser::ParseCastExpressi...
2008-07-16 Ted KremenekUpdated latest checker build.
2008-07-16 Ted KremenekFix regression introduced by http://lists.cs.uiuc.edu...
2008-07-15 Ted KremenekHave scan-build control default analyses.
2008-07-15 Ted KremenekFix transfer function logic in GRSimpleVals for integer...
2008-07-15 Ted KremenekAdd -DIBOutlet=__attribute__((iboutlet)) to analyzer...
2008-07-15 Ted KremenekFor the MissingDealloc check, don't treat IBOutlet...
2008-07-15 Ted KremenekMake iboutlet diagnostic lowercase
2008-07-15 Ted KremenekUse lowercase of attribute iboutlet to not conflict...
2008-07-15 Ted KremenekAdded parsing/sema support for __attribute__ ((IBOutlet...
2008-07-15 Ted KremenekAdded --status-bugs option to scan-build. By default...
2008-07-15 Ted KremenekPer Sam Bishop's excellent suggestion, use "system...
2008-07-15 Ted KremenekQuote file names to better handle paths with spaces.
2008-07-15 Ted KremenekIncremented latest checker build.
2008-07-15 Ted KremenekDistinguish between dead stores and dead initializations.
2008-07-15 Ted KremenekisRetain() and isRelease() now only returns true if...
2008-07-15 Ted Kremenekscan-build now propagates up the exit status of the...
2008-07-15 Ted KremenekDo not enable -warn-objc-missing-dealloc by default.
2008-07-15 Ted Kremenekscan-build now interrogates clang for a list of availab...
2008-07-15 Ted KremenekSupport retain/release tracking for CoreGraphics (CGxxx...
2008-07-15 Ted KremenekUpdate radar component to file static analyzer bugs...
2008-07-15 Ted KremenekRemoved disclaimer about checker-36, which is old news.
2008-07-15 Ted KremenekProvide an "Analysis Scope" for Analyses so checks...
2008-07-14 Ted KremenekRe-enable missing -dealloc check.
2008-07-14 Ted KremenekUpdate Xcode project.
2008-07-14 Ted KremenekUsing new clang option to invoke the type-signature...
2008-07-14 Ted KremenekBreak off declaration of Analysis enum into Analyses...
2008-07-14 Ted KremenekRefactor Dead Stores error reporting to use the simplif...
2008-07-14 Nate Begemanhttp://llvm.org/bugs/show_bug.cgi?id=2523
2008-07-14 Ted KremenekAdded method "EmitBasicReport" to BugReporter to simpli...
2008-07-14 Chris Lattnerremove CGObjCEtoile until it compiles.
2008-07-14 Ted KremenekFix minor mistake in clang checkout instructions.
2008-07-13 Cedric Venettest commit. Remove previously added line.
2008-07-13 Cedric Venettest commit. Add a blank line.
2008-07-12 Argyrios KyrtzidisUse of NextToken() makes ParseIdentifierStatement unnec...
2008-07-12 Argyrios KyrtzidisConvert CRLF -> LF line endings.
2008-07-12 Cedric VenetAdded two new files to VC++ project.
2008-07-12 Chris Lattnerexpand casts to handle what isIntegerConstantExpr handles.
2008-07-12 Chris LattnerAdd support for __builtin_type_compatible_p, enums...
2008-07-12 Chris Lattnerstart remembering diagnostics for various cases, add...
2008-07-11 Ted KremenekUpdated latest checker build. This build includes...
2008-07-11 Ted KremenekTidy up error message.
2008-07-11 Ted KremenekAdd CSS for word wrapping of long message bubbles.
2008-07-11 Chris LattnerProvide a structure for passing down 'is evaluated...
2008-07-11 Ted KremenekUpdate Xcode project.
2008-07-11 Ted KremenekRun by default: -check-objc-methodsigs
2008-07-11 Ted KremenekAdd new check: -check-objc-methodsigs. This check scans...
2008-07-11 Chris Lattnersimplify some code a bit.
2008-07-11 Chris Lattnershare code between sizeof(expr) and sizeof(type)
2008-07-11 Ted KremenekFix comment.
2008-07-11 Chris Lattnerimplement support for __extension__, make sure the...
2008-07-11 Chris Lattneradd a new getIntTypeSizeInBits method.
2008-07-11 Chris Lattnerrename "SInt" methods to "Int" in APValue.
2008-07-11 Ted Kremenekscan-build now also prints the HTML directory reports...
2008-07-11 Chris Lattnermake the new evaluator avoid conversions APValue<-...
2008-07-11 Ted KremenekRefactored auditor interface within GRExprEngine and...
2008-07-11 Chris Lattnerrearrange some code, no functionality changes.
2008-07-10 Ted KremenekPatch by Csaba Hruska and Peter Neumark:
next