]> granicus.if.org Git - clang/shortlog
clang
2008-05-07 Ted KremenekAdded support for "drain".
2008-05-07 Fariborz JahanianSynthesized getter/setter method declarations need...
2008-05-07 Ted KremenekExpand the CF retain checker to allow the Create/Get...
2008-05-07 Ted KremenekFlip order of arguments to CStrInStrNoCase.
2008-05-07 Ted KremenekUse llvm::CStrInCStrNoCase instead of strcasestr, since...
2008-05-07 Fariborz JahanianThis patch introduces declaration of getter methods...
2008-05-07 Ted Kremenekcopy-paste: NS types are not typedefs.
2008-05-07 Steve NaroffFixup InitListExpr::child_begin/end. Thanks to Ted...
2008-05-07 Steve NaroffFix off-by-one error.
2008-05-07 Ted KremenekDo not treat **instance** methods "copyWithZone:" and...
2008-05-07 Douglas GregorDiagnose attempts to use C++ default arguments outside...
2008-05-07 Ted KremenekBe less promiscuous with generating summaries for ...
2008-05-07 Ted KremenekAdded auto-summary generation for createXXX, copyXXX...
2008-05-07 Steve NaroffFix <rdar://problem/5908598> clang ObjC rewriter: typo...
2008-05-06 Ted KremenekFix a few glitches in scan-build with automatically...
2008-05-06 Ted KremenekImprove HTMLDiagnostics by understanding the "Below...
2008-05-06 Steve NaroffFix <rdar://problem/5879237> clang objc rewriter: ivars...
2008-05-06 Fariborz JahanianPrint ObjC methods of ObjC classes.
2008-05-06 Ted KremenekDon't report leaks for autoreleased objects.
2008-05-06 Steve NaroffFix <rdar://problem/5888515> clang ObjC rewriter: Use...
2008-05-06 Ted KremenekAdded "DisplayHint" to PathDiagnosticPiece to provide...
2008-05-06 Ted KremenekMore comments.
2008-05-06 Devang PatelFix PR2101 - Codegen crash during bitfield initialization.
2008-05-06 Steve NaroffFix <rdar://problem/5881225> clang ObjC Rewriter: Proto...
2008-05-06 Fariborz JahanianTest was accidently nullified in previous check-in.
2008-05-06 Ted KremenekExperiment with not converting bug names to lower case.
2008-05-06 Ted KremenekMore refactorings in GeneratePathDiagnostic: use Execut...
2008-05-06 Fariborz JahanianPatch to refactor setter/getter names of property attri...
2008-05-06 Ted KremenekGenerate "stop" summaries for selectors involving recei...
2008-05-06 Ted KremenekUse strncmp correctly.
2008-05-06 Ted KremenekMake string comparison legible and remove buffer overru...
2008-05-06 Ted KremenekString comparison cleanups.
2008-05-06 Ted KremenekFix logic error in string processing.
2008-05-06 Ted KremenekRemove assertion.
2008-05-06 Ted KremenekUse EvalSummary to process message expressions, thereby...
2008-05-06 Ted KremenekFixed subtle bug in the an GRAuditor object could mark...
2008-05-06 Ted KremenekAdded receiver effects to EvalSummary.
2008-05-06 Ted KremenekExpand summaries to include "Receiver" effects.
2008-05-06 Chris Lattnersimplify some builder calls.
2008-05-06 Chris Lattnerremove a stray printout
2008-05-06 Ted KremenekAdded initialization code to generate initial set of...
2008-05-06 Ted KremenekAdded code to generate initial set of summaries for...
2008-05-06 Steve NaroffSeveral fixes to SemaInit.cpp. It's still not enabled...
2008-05-05 Ted KremenekAdd summary generation for "initXXX" methods.
2008-05-05 Ted KremenekMake CF retain diagnostics more succinct.
2008-05-05 Ted KremenekEmit dead store warnings for ++ and -- operators.
2008-05-05 Chris LattnerFix rdar://5905347 a crash on invalid builtin, due...
2008-05-05 Ted KremenekInitial work on refactoring the CFRefCount checker...
2008-05-05 Chris LattnerAdd support for -Wimplicit-function-declaration, rdar...
2008-05-05 Chris LattnerFix typo, improve comment.
2008-05-05 Chris LattnerFix a few more bugs in preprocessor expressions w.r...
2008-05-05 Fariborz Jahanianpercolate @optional/@required protocols down to ASTs for
2008-05-05 Ted KremenekImprove leak diagnostics to not report a leak on the...
2008-05-05 Ted KremenekImproved leak diagnostics.
2008-05-05 Ted KremenekMinor refactorings/cleanups in CF retain checker and...
2008-05-05 Ted KremenekWhen reporting branch conditions that evaluate to an...
2008-05-05 Chris LattnerFix a bug from when this was a pointer instead of vector.
2008-05-05 Chris LattnerNeil pointed out that clang doesn't generate ranges...
2008-05-05 Chris Lattnerfix a bug handling right associative operators that...
2008-05-04 Chris LattnerFix PR2281: these two warnings should be promoted to...
2008-05-04 Chris Lattner||/&& do not do UAC's either. This silences a bogus...
2008-05-04 Chris LattnerNeil points out that commas don't do UACs either.
2008-05-04 Chris LattnerFix the rest of PR2279:
2008-05-04 Chris LattnerFix PR2279 part C: shifts don't perform the UACs, thank...
2008-05-04 Chris Lattneruse simplified API for making fp constants.
2008-05-04 Chris Lattnerfix a nasty bug that Neil identifier in pp-expr parsing...
2008-05-04 Chris LattnerSimplify FunctionDecl::AddRedeclaration a bit by using...
2008-05-04 Chris Lattnerif a decl is both 'static' and weak or static and inlin...
2008-05-04 Chris Lattneradd testcase for pr2050 which is now fixed.
2008-05-04 Chris Lattnerimprove array type comments.
2008-05-04 Chris Lattneradd a testcase
2008-05-02 Ted KremenekRemove debugging statement.
2008-05-02 Ted KremenekRename member variable.
2008-05-02 Ted KremenekOutput better paths to display in bug reports and compu...
2008-05-02 Fariborz JahanianAnother test case for properties in protocols.
2008-05-02 Ted KremenekImproved diagnostics for leaks: now we report which...
2008-05-02 Fariborz JahanianThis patch is about merging ObjC2's properties declared...
2008-05-02 Ted KremenekFixed bug in ObjCIVarExpr: the child iterator now itera...
2008-05-02 Ted KremenekWhen running the reference count checker twice (GC...
2008-05-02 Ted KremenekBug fix in StmtPrinter to handle pretty-printing ObjCMe...
2008-05-02 Ted Kremenektestcase cleanup
2008-05-02 Ted KremenekStatic analysis test case for noreturn on exceptions.
2008-05-02 Ted KremenekReally noreturn on exceptions.
2008-05-02 Ted KremenekLexicographically order enum declarations in AttributeL...
2008-05-01 Ted KremenekFix copy-paste bug.
2008-05-01 Ted KremenekRemove no longer valid assertion.
2008-05-01 Ted KremenekAdded line number diagnostics to indicate the allocatio...
2008-05-01 Ted KremenekDo not highlight bogus ranges for leaks.
2008-05-01 Steve NaroffReplace Sema::CheckInitializerListTypes() with a helper...
2008-05-01 Argyrios KyrtzidisConvert CRLF to LF.
2008-05-01 Ted KremenekCorrectly invalidate reference count state when passing...
2008-05-01 Ted KremenekAdd missing "-" that prefix arguments to forward to...
2008-05-01 Argyrios KyrtzidisImplicitly defined functions were getting the DeclConte...
2008-05-01 Ted KremenekAdded temporary fix for Obj-C exception handling in...
2008-05-01 Ted KremenekAdded default ctor to Selector.
2008-05-01 Ted KremenekRenamed static method.
2008-05-01 Fariborz JahanianPatch to match and issue diagnostics on property type...
2008-05-01 Ted KremenekAdded __assert_rtn to list of panic functions.
2008-05-01 Ted KremenekUse pointer swizziling to unify in ObjCMessageExpr...
2008-05-01 Ted KremenekAdded ziperr as a panic function. Eventually inter...
next