]> granicus.if.org Git - clang/shortlog
clang
2009-05-02 Daniel DunbarDriver: Generate an error when trying to pass an LLVM...
2009-05-02 Daniel DunbarUse clang to find clang-cc, if it isn't in path.
2009-05-02 Chris Lattnerwhen creating custom warning diagnostics, do not attemp...
2009-05-02 Ted Kremenekretain/release checker: Enhance leak description to...
2009-05-02 Anders CarlssonFix a thinko and a test.
2009-05-02 Daniel DunbarDragonFly ToolChain definition for driver.
2009-05-02 Anders CarlssonDowngrade the invalid offsetof error to a warning.
2009-05-02 Douglas GregorWhen determining whether an expression refers to a...
2009-05-02 Ted KremenekAdd CFG support for @synchronized. This fixes <rdar...
2009-05-02 Chris LattnerWhen creating a dwarf record type for an objc interface...
2009-05-02 Chris Lattnercapture whether optimizations are enabled or not in...
2009-05-02 Chris Lattnerencode the version of the objc runtime into the dwarf...
2009-05-02 Ted KremenekUpdate checker build.
2009-05-02 Ted KremenekAdd another null pointer check test case.
2009-05-02 Douglas GregorFix bitfield promotions in several more cases. We don...
2009-05-02 Ted KremenekFix crasher in CFG construction when not properly handl...
2009-05-02 Douglas GregorWhen -fmessage-length=N is not specified, and if standa...
2009-05-01 Chris Lattnerexplicitly know that the alignment of Type* is 3 bits.
2009-05-01 Mike StumpAdd Sema checking for __block on vm declarations. ...
2009-05-01 Ted KremenekAdd another test case found due to an analyzer regression.
2009-05-01 Daniel DunbarMake install target actually work, dependencies FTW.
2009-05-01 Douglas GregorWhen printing a source line as part of a diagnostic...
2009-05-01 Anders CarlssonIt's an error to call offsetof on a non-POD type.
2009-05-01 Daniel DunbarAdd ONLY_MAN_DOCS variable to only install the man...
2009-05-01 Anders CarlssonGet rid of CXXDestroyExpr.
2009-05-01 Ted KremenekAdd a new BFS GRWorkList and make it the default workli...
2009-05-01 Anders CarlssonRename CXXExprWithCleanup to CXXExprWithTemporaries.
2009-05-01 Anders CarlssonWe can now call member functions where the base is...
2009-05-01 Douglas GregorImplement -fmessage-length=N, which word-wraps diagnost...
2009-05-01 Douglas GregorImplement bit-field promotion rules for C99. Fixes...
2009-05-01 Eli FriedmanAdd support for -Wno-format-zero-length.
2009-05-01 Fariborz JahanianCheck for method type conflict between declaration in
2009-05-01 Anders CarlssonReplace more release+static_cast with takeAs.
2009-05-01 Anders CarlssonReplace a bunch of static_cast + release with takeAs.
2009-05-01 Ted KremenekStoreManager::CastRegion:
2009-05-01 Ted KremenekBasic Store: Always convert a non::LocAsInteger to...
2009-05-01 Ted KremenekUpdate CMake file.
2009-05-01 Anders CarlssonGet rid of the implicit deref call when calling member...
2009-05-01 Ted KremenekAdd function prototype for OSAtomicCompareAndSwap32Barrier.
2009-05-01 Ted KremenekFix run line in failing test case (it was missing the...
2009-05-01 Chris Lattnerteach -parse-noop about int128_t and friends.
2009-05-01 Ted KremenekBugReporter (extensive diagnostics): introduce the...
2009-05-01 Douglas GregorFinish a thought in CheckVariableDeclaration's comment...
2009-05-01 Douglas GregorAdd testcase that illustrates the problem from r69699...
2009-05-01 Ted KremenekRemove #if 0'ed code.
2009-05-01 Ted KremenekAdd failing static analyzer case (this crashes).
2009-05-01 Eli FriedmanPR4013 and PR4105: pointer-like types can only be cast...
2009-05-01 Chris LattnerC/ObjC work well enough with clang for them not to...
2009-05-01 Chris Lattneradd word
2009-05-01 Chris LattnerC/ObjC work well enough to claim support for them now.
2009-05-01 Mike StumpDon't assert when we think we need copy/dispose, but...
2009-05-01 Anders CarlssonDon't use indirect memory destinations for inline asm...
2009-04-30 Anders CarlssonC++ destructors can have a single unnamed void paramete...
2009-04-30 Fariborz JahanianRemove a warning when this file is compiled optimized.
2009-04-30 Anders CarlssonRework the way we handle constructor decls to be less...
2009-04-30 Fariborz JahanianUse of super class ivar to synthesize property is back...
2009-04-30 Ted Kremenekretain/release checker: Hook up attributes 'objc_owners...
2009-04-30 Sebastian RedlMake a home for exception specs in the AST. Now Sema...
2009-04-30 Ted KremenekAllow attributes 'objc_ownership_retain' and 'objc_owne...
2009-04-30 Ted KremenekHook up Sema support for attributes on Objective-C...
2009-04-30 Ted KremenekAdd parsing support in an Objective-C method declaratio...
2009-04-30 Steve NaroffName the "return-type" DiagGroup and reference it in...
2009-04-30 Douglas GregorProperly compute the alignment of typedefs that make...
2009-04-30 Fariborz JahanianAPI for message dispatch of methods returning floats
2009-04-30 Steve NaroffWarn about invalid return statements by default.
2009-04-30 Ted KremenekUpdate checker build.
2009-04-30 Eli FriedmanFix for PR4108: be a bit looser with the casts that...
2009-04-30 Chris Lattneraccept and ignore two new warning specifiers. -Wno...
2009-04-30 Chris Lattnerfix i128 to return in 2 64-bit registers (rax/rdx on...
2009-04-30 Chris Lattneronly support int128_t on 64-bit and larger targets...
2009-04-30 Ted KremenekHandle case in EvalReturn where we cache out in the...
2009-04-30 Ted Kremenekretain/release checker: Use the ObjCMethodDecl in the...
2009-04-30 Ted Kremenekretain/release checker: Resolve method decl in @interfa...
2009-04-30 Chris Lattnerint128_t is apparently 128-bit aligned on all 64-bit...
2009-04-30 Chris Lattnerinitial support for __[u]int128_t, which should be...
2009-04-30 Bill WendlingRemove two unused options.
2009-04-30 Mike StumpSema checking for incorrect placement of __block. ...
2009-04-29 Bill WendlingUse the new code gen optimization enum instead of passi...
2009-04-29 Douglas GregorMake DISABLE_SMART_POINTERS work, again
2009-04-29 Fariborz JahanianChange to warning when property uses an ivar in super...
2009-04-29 Anders CarlssonJust because a declaration has the same name as its...
2009-04-29 Douglas GregorRevert r70424. We don't need it
2009-04-29 Ted Kremenekretain/release checker: When determining whether an...
2009-04-29 Douglas GregorAdd PCH version to the -v output
2009-04-29 Fariborz JahanianUndid setting of the flag for msg_Send for 32bit code...
2009-04-29 Ted KremenekFormat cleanup. No functionality change.
2009-04-29 Douglas GregorImplement semantic analysis for transparent unions...
2009-04-29 Mike StumpRemove extra line.
2009-04-29 Ted KremenekFix null dereference.
2009-04-29 Ted KremenekBugReporter/PathDiagnostics:
2009-04-29 Fariborz Jahanianuse of an ivar specified on a property @synthesize
2009-04-29 Mike StumpFixup Sema and CodeGen for block literal attributes...
2009-04-29 Ted KremenekReformat long line. No functionality change.
2009-04-29 Evan ChengMatch addPassesToEmitFile API change.
2009-04-29 Fariborz JahanianExport lazy references of .objc_class_name of class...
2009-04-29 Eli FriedmanMinor simplification; also silences gcc warning.
2009-04-29 Fariborz JahanianType of msgSend message dispatch API is a vararg.
2009-04-29 Mike StumpSema and CodeGen support for attributes on blocks....
2009-04-29 Ted Kremenekretain/release checker: Hoist code for bug reports...
2009-04-29 Daniel DunbarMake sure to pass the same options to the static analyz...
next