]> granicus.if.org Git - clang/shortlog
clang
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...
2009-04-28 Douglas GregorAllow some differences between the predefines buffer...
2009-04-28 Chris Lattnerimplement -Wmultichar
2009-04-28 Eli FriedmanAdd some text to the user manual describing the current...
2009-04-28 Ted KremenekRevert 70293.
2009-04-28 Chris Lattnermerge number.c into constants.c and start running it...
2009-04-28 Eli FriedmanFix a minor edge case in C89 mode related to the defini...
2009-04-28 Eli FriedmanFix additional issues pointed out in PR4088.
2009-04-28 Ted Kremenekccc-analyzer: Don't automatically generate 'Parser...
2009-04-28 Ted KremenekUpdate analyzer build.
2009-04-28 Zhongxing XuAdd test case.
2009-04-28 Zhongxing XuNow we can remove the 'blast-through' code.
2009-04-28 Douglas GregorImprove compatibility with GCC regarding inline semanti...
2009-04-28 Ted KremenekExtensive diagnostics: Do not add a location context...
2009-04-28 Ted KremenekBugReporter (extensive diagnostics): Clean up do.....
2009-04-28 Ted KremenekCFG: Add "loop back" block for do...while statements.
2009-04-28 Eli FriedmanEmit keyword extension warning in all modes, not just...
2009-04-28 Eli FriedmanRemove unused LangOptions NoExtensions and Boolean.
2009-04-28 Eli FriedmanSimplify the scheme used for keywords, and change the...
2009-04-28 Ted KremenekCFG: 'WhileStmts' needs an extra block to indicate...
2009-04-28 Mike StumpWe avoid the count of diagnostics when not generating...
2009-04-28 Mike StumpDon't allow blocks to be declared as returning an array...
2009-04-28 Ted KremenekCFG:
2009-04-28 Eli FriedmanGet rid of some useless uses of NoExtensions. The...
2009-04-27 Eli FriedmanA couple more small changes which are probably required...
2009-04-27 Eli FriedmanAttempt to fix reported build error on Cygwin, PR4088.
2009-04-27 Devang PatelWhile generating debug info ignore unnamed fields.
next