]> granicus.if.org Git - clang/shortlog
clang
2009-04-02 Douglas GregorIntroduce a "-fixit" mode to clang-cc that applies...
2009-04-02 Mike StumpFixup -ftrapv to be more gcc compatible. -ftrapu ...
2009-04-02 Ted KremenekFor plist diagnostics, use the extensive PathDiagnostic...
2009-04-02 Mike StumpWe no longer expect an warning as this is now valid.
2009-04-01 Douglas GregorAdd some more code modification hints
2009-04-01 Daniel DunbarDriver: Allow -ccc-gcc-name to specify the name/path...
2009-04-01 Fariborz JahanianFix a bug in declaration of property in continuation
2009-04-01 Douglas GregorAdd code modification hints to various parsing-related...
2009-04-01 Douglas GregorMake parsing a semantic analysis a little more robust...
2009-04-01 Steve NaroffUpdate test case and comment.
2009-04-01 Steve NaroffCodeGenModule::GetAddrOfConstantCFString():
2009-04-01 Ted KremenekBugReporter, extensive path-diagnostics: add an extra...
2009-04-01 Daniel DunbarQuick and dirty (!) fix to make sure we use powerpc...
2009-04-01 Mike StumpAdd -ftrapv support, patch from David Chisnall; well...
2009-04-01 Fariborz JahanianFixes a problem where the compiler is reporting the...
2009-04-01 Ted KremenekFix comment.
2009-04-01 Daniel DunbarAllow CCC_ADD_ARGS to add empty arguments
2009-04-01 Fariborz JahanianNonfragile ivar synthesis with property is in a continu...
2009-04-01 Daniel DunbarDriver: Add freebsd::Link
2009-04-01 Ted KremenekUpdate CMake file. Patch by Brian Diekelman!
2009-04-01 Daniel DunbarSupport CCC_ADD_ARGS in new driver.
2009-04-01 Douglas GregorRevert r68221, -ftrapv support, which causes several...
2009-04-01 Ted KremenekBugReporter: for extensive path diagnostics:
2009-04-01 Daniel DunbarSplit PTH tests from carbon.c into separate test.
2009-04-01 Mike StumpAdd -ftrapv support, patch from David Chisnall; well...
2009-04-01 Daniel DunbarForgot to remove trailing &&
2009-04-01 Ted KremenekBugReporter: for extensive PathDiagnostic generation...
2009-04-01 Ted KremenekBugReporter: For the "extensive" PathDiagnostic generat...
2009-04-01 Daniel DunbarTed & I crossed paths here, these tests are in cocoa...
2009-04-01 Fariborz JahanianRemoved the test case, as Chris did have a test case...
2009-04-01 Fariborz JahanianTest case for Chris's patch:
2009-04-01 Douglas GregorAdd testcase for -Wmissing-prototypes
2009-04-01 Douglas GregorAdd some examples of Fix-it hints to our documentation
2009-04-01 Steve NaroffAdd ConvertUTF module from http://www.unicode.org/Publi...
2009-04-01 Douglas GregorGive Type::getDesugaredType a "for-display" mode that...
2009-04-01 Daniel DunbarAdd cocoa-pth.c test case, this got lost in shuffling...
2009-04-01 Ted KremenekRe-enable PTH testing for cocoa.h and carbon.h. This...
2009-04-01 Steve NaroffMore "prep" work for handling UTF16 CFString.
2009-04-01 Steve NaroffProcessUCNEscape(): Incorportate some feedback from...
2009-04-01 Daniel Dunbarx86-32 Darwin ABI: Handle small structures correctly.
2009-04-01 Daniel Dunbarx86-32 Darwin ABI: Single element arrays can be part...
2009-04-01 Ted KremenekFix: <rdar://problem/6740387>. Sending nil to an object...
2009-04-01 Chris Lattnerremove ASTContext::buildObjCInterfaceType, which breaks...
2009-04-01 Ted Kremenek- Changed PathDiagnosticPiece::getLocation() to return...
2009-04-01 Daniel Dunbarx86-32 Darwin ABI: Handle direct return of vectors.
2009-04-01 Zhongxing XuUpdate docs.
2009-04-01 Zhongxing XuAdjust doc format.
2009-04-01 Daniel DunbarPull clang-cc code for generating PTH files based on...
2009-04-01 Zhongxing Xuupdate docs.
2009-04-01 Daniel DunbarFix a subtle bug where the cleanup scope entries had...
2009-04-01 Ted KremenekCFG: For 'if(...) {}' (empty body) construct an empty...
2009-04-01 Daniel DunbarRemove a FIXME, use -emit-pth to drive PTH generation.
2009-04-01 Zhongxing XuUpdate docs.
2009-04-01 Daniel DunbarTweak/cleanup darwin::Link a bit, add several FIXMES...
2009-04-01 Eli FriedmanFix pascal string support; testcase from mailing list...
2009-04-01 Eli FriedmanFollow gcc's example and warn by default on unknown...
2009-04-01 Eli FriedmanFix test failure on Linux by forcing the triple to...
2009-04-01 Eli FriedmanFlip diagnostic from Warning to ExtWarn so that it...
2009-04-01 Chris Lattnerfix the two xfails I added with a previous patch by...
2009-04-01 Chris Lattnermove trivial forwarding function inline.
2009-04-01 Chris Lattnertidy some code.
2009-04-01 Mike StumpFix block comparisons. Radar 6732116.
2009-04-01 Anders CarlssonImplement code generation of namespaces and add manglin...
2009-04-01 Chris Lattneradd support for the LONG_LONG_MIN/LONG_LONG_MAX/ULONG_L...
2009-04-01 Anders CarlssonFix a bug (that I thought I had fixed already) where...
2009-04-01 Douglas GregorParsing, semantic analysis, and template instantiation...
2009-04-01 Daniel DunbarTweak darwin::Assemble and add a FIXME.
2009-04-01 Ted KremenekAdd '-emit-pth' option to clang-cc as an alternate...
2009-04-01 Anders CarlssonFix a mangling bug where functions with no arguments...
2009-03-31 Daniel DunbarAdd Target hooks for IRgen of [cf]string literals.
2009-03-31 Ted KremenekMore code reshuffling. No functionality change.
2009-03-31 Chris LattnerChange UsedArray to be a vector of WeakVH to fix a...
2009-03-31 Chris Lattnerremove some obsolete comments, use an AssertingVH.
2009-03-31 Daniel DunbarDriver: Implement basic --help text.
2009-03-31 Daniel DunbarDriver: Add OptTable::getOptionKind.
2009-03-31 Daniel DunbarDriver: Forward -Wp, and -Xpreprocessor arguments to...
2009-03-31 Ted KremenekAllow two codepaths for PathDiagnostic generation....
2009-03-31 Douglas GregorSome cleanup and renaming. No functionality change
2009-03-31 Daniel DunbarDriver: Add extra parameters for help text to option...
2009-03-31 Daniel DunbarAdd two FIXMEs
2009-03-31 Douglas GregorImprove the dependent nested-name-specifier test a bit
2009-03-31 Daniel Dunbarx86_32 Darwin ABI: Treat empty unions like empty struct...
2009-03-31 Ted KremenekRename clang.[cpp,h] to clang-cc.[cpp,h] to reflect...
2009-03-31 Ted KremenekUpdate VS project.
2009-03-31 Douglas GregorImplement template instantiation for template names...
2009-03-31 Fariborz JahanianPatch to fix proptocol reference ir-gen for GNU runtime.
2009-03-31 Fariborz Jahanianir-gen support for nonfragile abi's synthesized ivars.
2009-03-31 Daniel DunbarDriver: Call 'as' directly on FreeBSD.
2009-03-31 Daniel Dunbar(LLVM up) Update to use llvm::sys::getHostTriple().
2009-03-31 Steve NaroffAdd -Wdeprecated-declarations to driver and add a test...
2009-03-31 Anders CarlssonWe fully support namespace aliases now.
2009-03-31 Fariborz JahanianMore toward nonfragile abi's synthesized ivars.
2009-03-31 Steve NaroffSome "prep" work for handling ObjC @-string constants...
2009-03-31 Douglas GregorImplement -Wmissing-prototypes. Fixes PR3911.
2009-03-31 Steve NaroffAdd support for -Wdeprecated-declarations.
2009-03-31 Steve NaroffIncorporate feedback from Eli.
2009-03-31 Chris LattnerFix a problem in ASTContext::addRecordToClass handling...
2009-03-31 Chris Lattnerremove a dead prototype
2009-03-31 Chris Lattnerremove the warning. We don't control what users do...
2009-03-31 Chris Lattnerdisable copying of Type objects.
next