]> granicus.if.org Git - clang/shortlog
clang
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...
2008-05-01 Ted KremenekAdded comments to ObjCMessageExpr.
2008-05-01 Ted KremenekWhen processing "release", "retain", and "autorelease...
2008-05-01 Ted KremenekAdded support for "autorelease" message in CF ref....
2008-05-01 Steve NaroffExtend InitListExpr API/IMPL to support arbitrary add...
2008-05-01 Fariborz JahanianMore ObjC2 property semantics work. Work in progress.
2008-04-30 Ted Kremenekadded preliminary diagnostics in scan-build results...
2008-04-30 Ted Kremenekscan-build: Disable distributed builds for xcodebuild
2008-04-30 Ted KremenekMore cleanups with ObjCQualifiedIdType in the static...
2008-04-30 Ted KremenekAdd placeholder code in the static analyzer for MemberE...
2008-04-30 Ted KremenekAdd workaround for __builtin_offsetof in the static...
2008-04-30 Ted KremenekProvide SizeOfAlignTypeExpr workaround in the static...
2008-04-30 Ted KremenekSupport implicit casts from pointers to references.
2008-04-30 Ted KremenekWhen creating LVals for array entries, canonicalize...
2008-04-30 Ted KremenekTeach more of the static analyzer about ObjCQualifiedId...
2008-04-30 Ted KremenekTeach the static analysis engine about ObjCQualifiedIdType.
2008-04-30 Ted KremenekAdd conjured symbols for decl initializations.
2008-04-30 Ted KremenekHandle lval::ArrayOffset and lval::FieldOffset in EvalN...
2008-04-30 Chris LattnerVerify the whole module after codegen to catch silly...
2008-04-30 Chris Lattnerfix 'var unused' warning.
2008-04-30 Ted KremenekAdded test case for the static analyzer.
2008-04-30 Ted KremenekInvalidate old subexpression bindings when binding...
2008-04-29 Ted KremenekSimplify RemoveDeadBindings.
2008-04-29 Ted KremenekAdded test case to test null dereference checking with...
2008-04-29 Ted KremenekAdd lval::ArrayOffset, which represent the locations...
2008-04-29 Fariborz JahanianDefault visbility for instance variables is protected.
2008-04-29 Ted KremenekAdded lval::FieldOffset, which represents symbolic...
2008-04-29 Ted KremenekMajor rewrite/refactoring of static analysis engine...
2008-04-29 Ted KremenekPass fobjc-gc-only and fobjc-gc options down to clang.
2008-04-29 Ted KremenekUpdate typestate logic to support GC-mode.
next