]> granicus.if.org Git - clang/shortlog
clang
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...
2009-04-29 Chris Lattneraccept and ignore two new warning options. PR410[45]
2009-04-29 Eli FriedmanPR4103: improve source location information for members...
2009-04-29 Sebastian RedlHave the parser communicate the exception specification...
2009-04-29 Ted KremenekAdd version of getMethodSummary() that can be used...
2009-04-29 Ted KremenekRename getMethodSummary() -> getInstanceMethodSummary().
2009-04-29 Steve NaroffIntegrate 3 months of ObjC rewriter fixes (from the...
2009-04-29 Eli FriedmanPR4103: Silence bogus unused expression warning.
2009-04-29 Ted KremenekAdd test case for transfer function logic for OSCompare...
2009-04-29 Ted KremenekAdd corner case logic to BasicStoreManager and GRSimple...
2009-04-29 Ted KremenekMemRegion pretty-printing: Convert DeclName to a string...
2009-04-29 Zhongxing XuSymbolicRegions may also be live roots.
2009-04-29 Zhongxing XuAdded comments to test case.
2009-04-29 Chris Lattnerfix PR4021, array and functions decay in the receiver...
2009-04-29 Chris LattnerFix PR4092 by improving error recovery in two ways:
2009-04-29 Ted Kremenekretain/release checker: Refactor getMethodSummary(...
2009-04-29 Chris Lattnerimplement -Wformat-security properly, which is enabled...
2009-04-29 Chris Lattnercode simplification, no functionality change.
2009-04-29 Chris Lattneradd a bunch of individual warnings to -Wformat (which is
2009-04-29 Chris LattnerWire up -Wformat=2 and -Wformat-extra-args
2009-04-29 Chris Lattner-Wformat should depend on format-extra-args so that...
2009-04-29 Chris Lattnertweak warning options to be more like gcc:
2009-04-29 Chris Lattnerminor code cleanup
2009-04-29 Zhongxing XuUpdate test case.
2009-04-29 Zhongxing XuAs discussed with Ted offline, re-apply r70293.
2009-04-29 Zhongxing XuXFAIL the test case.
2009-04-29 Daniel DunbarAdd incredibly bare bones docs/tools.
2009-04-29 Mike StumpImplement sema checking for noreturn.
2009-04-29 Ted Kremenekretain/release checker: Refactor the guts of getClassMe...
2009-04-29 Ted KremenekAdd regression test case provided by <rdar://problem...
2009-04-28 Douglas GregorEnable PCH by default
2009-04-28 Douglas GregorForce driver's PTH test to use PTH
2009-04-28 Chris LattnerIn -fdiagnostics-print-source-range-info mode, print...
2009-04-28 Ted KremenekImplement ownership attribute 'objc_ownership_make_coll...
2009-04-28 Chris Lattneradd support for -Wendif-labels, PR4101
2009-04-28 Douglas GregorMake all PCH-incompatibility warnings into errors,...
2009-04-28 Douglas GregorMake the PCH reader use the diagnostics system for...
2009-04-28 Chris LattnerImplement -Wfour-char-constants, which is an extension...
2009-04-28 Ted KremenekImprove retain/release test cases for ownership attributes.
2009-04-28 Douglas GregorOptimize IdentifierInfo storage within the precompiled...
2009-04-28 Douglas GregorImplement a minor space optimization for the PCH identi...
2009-04-28 Douglas GregorFix a typo noticed by Gabor
2009-04-28 Douglas GregorReplace a lame fprintf with a slightly-less lame diagnostic
2009-04-28 Douglas GregorImplement checking for macro definitions that occur...
2009-04-28 Douglas GregorRevert r70075 and r70078, which reorganized the PCH...
2009-04-28 Daniel DunbarWith -ccc-pch-is-pch, always treat precompiled inputs...
2009-04-28 Eli FriedmanPR4097: add logic to Evaluate to handle pointer equalit...
next