]> granicus.if.org Git - clang/shortlog
clang
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.
2008-04-29 Ted KremenekImplement semantics of CFMakeCollectable for the CF...
2008-04-29 Ted KremenekProvide the option to run the CF-retain checker in...
2008-04-29 Ted KremenekConvert CFLF to LF. CRLF was causing this test to...
2008-04-29 Ted KremenekAdd -fobjc-gc and -fobjc-gc-only options to the driver.
2008-04-28 Ted KremenekBug fix in CFG::getBlockEdgeImpl(): Use a BumpPtrAlloca...
2008-04-27 Argyrios KyrtzidisCall ExitScope before ActOnFinishNamespaceDef.
2008-04-27 Argyrios KyrtzidisParsing of namespaces:
2008-04-27 Argyrios KyrtzidisUse PushOnScopeChains to introduce a decl into scope.
2008-04-26 Argyrios KyrtzidisMake assertions for all addresses passed to ProgramPoin...
2008-04-25 Ted KremenekPass down more -iXXX options that clang supports
2008-04-25 Ted Kremenekfix broken tag
2008-04-25 Ted KremenekAnother link fix.
2008-04-25 Ted KremenekFix links.
2008-04-25 Ted KremenekFix bug in BugReporter where we didn't handle emitting...
2008-04-25 Ted KremenekAdded some notes about the LLVM "checker". This isn...
2008-04-25 Chris Lattnerremove the 'unused static' diagnostic from codegen...
2008-04-25 Nuno Lopesinitial support for recognizing __transparent_union__...
2008-04-25 Ted KremenekHandle dereferences of function pointers (which return...
2008-04-25 Ted KremenekDon't abort on GetRVal when the LVal is a StringLiteralVal.
2008-04-25 Ted KremenekDon't emit empty strings for path diagnostics when...
2008-04-25 Ted KremenekDo a better job at computing dead symbols.
2008-04-24 Ted KremenekAdd preliminary support for flagging leaks around when...
2008-04-24 Ted KremenekBetter handling for directory names in HTML diagnostics...
2008-04-24 Ted KremenekMore boilerplate for handling specialized-transfer...
2008-04-24 Fariborz JahanianPatch to diagnose inconsistancies between properties...
2008-04-24 Ted KremenekAdded initial boilerplate in GRExprEngine to allow...
2008-04-24 Ted KremenekAdded uninitialized-values (path-sensitive) test case...
2008-04-24 Ted KremenekAdded test case for functionality fix in rdar://problem...
2008-04-24 Ted KremenekCF reference count checker: handle variadic functions...
2008-04-24 Ted KremenekHave ValidateOutputConstraint return false instead...
2008-04-23 Ted KremenekFor case statements involving enums, BugReporter now...
2008-04-23 Ted KremenekFix minor regression in bug report generation.
2008-04-23 Ted KremenekWhen building PathDiagnostics for bug reports, generate...
2008-04-23 Ted KremenekFixed: <rdar://problem/5881148>
2008-04-23 Ted KremenekTranslationUnit now owns IdentifierTable, TargetInfo...
2008-04-23 Ted KremenekRemove false path where the default branch in a switch...
2008-04-23 Chris Lattnerfix a rewriter crash on zero length files.
2008-04-23 Ted KremenekAdded panic function "assfail".
2008-04-23 Fariborz JahanianPatch to build AST for property implementation declarat...
2008-04-22 Ted KremenekFor default branches in switch statements with no defau...
2008-04-22 Ted KremenekRewrote VisitDeclStmt to properly handle initializers...
2008-04-22 Ted KremenekAdded lval type (and tracking) for StringLiterals.
2008-04-22 Ted KremenekAdded "nonlval::LValAsInteger" to represent abstract...
2008-04-22 Chris Lattner"This patch renames
2008-04-22 Ted KremenekPathDiagnosticClients now retain ownership of passed...
2008-04-22 Argyrios KyrtzidisUse back() instead of end()-1
2008-04-22 Ted KremenekAdded panic function "dtrace_assfail".
2008-04-22 Ted KremenekAdd VisitArraySubscriptExpr.
2008-04-22 Ted KremenekHardcode "Assert" as a no-return function (panic).
2008-04-22 Nate BegemanAdd some basic ARM asm constraints
2008-04-22 Ted KremenekAdded null dereference test involving arrays.
2008-04-22 Ted KremenekAdded null-dereference check for ArraySubscriptExpr.
2008-04-22 Nate BegemanDon't double-increment counter for -arch and -isysroot
2008-04-21 Fariborz JahanianAllow property in base class to be implemented in a
2008-04-21 Ted KremenekAdded missing expected-warning.
2008-04-21 Ted KremenekAdded null dereference test case looking for null deref...
2008-04-21 Ted KremenekAdded support for detected bad dereferences involving...
2008-04-21 Ted KremenekRemove unused "verbose" argument to compile(). Also...
2008-04-21 Fariborz JahanianMore semantics checks of properties. Property implement...
2008-04-21 Fariborz JahanianSupport for @dynamic AST build.
2008-04-21 Ted KremenekPass "-arch" down to clang.
2008-04-21 Chris LattnerFix pasto, thanks to Anders for pointing this out.
2008-04-21 Fariborz JahanianContinuation of work on ObjC2's properties.
next