]> granicus.if.org Git - clang/shortlog
clang
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:
2008-07-10 Ted KremenekUpdated Xcode project.
2008-07-10 Ted KremenekRefactored most of the "Store" piece of ValueState...
2008-07-10 Ted KremenekRemove unused class AnnotatedPath.
2008-07-10 Ted KremenekMove some environment methods from ValueState/ValueStat...
2008-07-10 Chris LattnerAdd a new distcc status page, which is currently empty...
2008-07-10 Chris LattnerAdd an accessor, patch by Csaba Hruska.
2008-07-09 Argyrios KyrtzidisSimplify the parser a bit by looking at the next token...
2008-07-09 Argyrios KyrtzidisAdd Preprocessor::LookNext method, which implements...
2008-07-09 Ted KremenekMore information on filing bug reports.
2008-07-09 Ted KremenekRemove getParentMap() from GRExprEngine.
2008-07-09 Ted KremenekUpdated checker build.
2008-07-09 Ted KremenekAdd test case.
2008-07-09 Ted KremenekFix PR2519: correctly handle CFDictionaryCreate.
2008-07-09 Ted KremenekExtend va_start checking to include __builtin_stdarg_start.
2008-07-09 Chris LattnerCodegen support for __builtin_stdarg_start
2008-07-09 Chris LattnerAdd parser support for __builtin_stdarg_start, PR2531
2008-07-08 Ted KremenekAdd Environment.cpp to the clangAnalysis Visual Studio...
2008-07-08 Ted KremenekUpdate Xcode project.
2008-07-08 Ted KremenekInitial work on splitting the ValueState into an Enviro...
2008-07-08 Ted KremenekMore info on filing static analysis bug reports.
2008-07-08 Nuno Lopesrevert my bogus attempt to fix the comment. sorry for...
2008-07-08 Anders CarlssonFix small bug. The evaluator now works well enough...
2008-07-08 Anders CarlssonMore constant expression work.
2008-07-08 Anders CarlssonMove out some methods.
2008-07-08 Anders CarlssonMore work.
2008-07-08 Seo SanghyeonCompilation fix
2008-07-08 Anders CarlssonPort more of Eli's evaluator over. This makes the int...
2008-07-08 Anders CarlssonCommit beginnings of int evaluator. Currently not used.
2008-07-08 Anders CarlssonAdd LValue setters for APValue
2008-07-07 Ted KremenekUpdated latest checker build.
2008-07-07 Ted KremenekIn a report-XXXXX.html, make the title include the...
2008-07-07 Ted KremenekMark the "Bug Type" column as being initially sorted...
2008-07-07 Ted KremenekOutput html should have 'class=' before "sorttable_nosort".
2008-07-07 Nuno Lopesfix CheckForConstantInitializer() for Compound Literals
2008-07-07 Ted KremenekUpdated clients of ImmutableMap::SlimFind to use Immuta...
2008-07-07 Nuno Lopesadd x86 EDI register alias
2008-07-07 Ted KremenekDo not emit a "missing -dealloc" warning if a class...
2008-07-06 Cedric VenetAdd new file to VS projects.
next