]> granicus.if.org Git - clang/shortlog
clang
2010-03-01 Douglas GregorKeep an explicit stack of function and block scopes...
2010-03-01 Chandler CarruthFix the lookup of names used in a friend declaration...
2010-03-01 Chris Lattnerfix PR5933: don't warn about unused variables if a...
2010-03-01 Chris LattnerImplement jump checking for initialized c++ variables...
2010-03-01 Chris Lattneravoid issues with the new scope protector. Previously...
2010-03-01 Douglas GregorStart detangling the BlockSemaInfo/Sema mess. No functi...
2010-03-01 Ted KremenekAllow a '0' precision in format strings (as the man...
2010-03-01 John McCallThe latest draft uses 'dt' to mangle member expressions...
2010-03-01 Douglas GregorWhen looking for a redeclaration of a static variable...
2010-03-01 Douglas GregorWhen instantiating a function-scoped enum, make sure...
2010-03-01 Douglas GregorRobustify instantiation of templates when there are...
2010-03-01 John McCallDon't infinite-loop if TryAnnotateCXXScopeToken fails...
2010-03-01 Douglas GregorFinish pushing source-location information though TreeT...
2010-03-01 Douglas GregorWhen looking for the instantiated declaration that...
2010-03-01 Zhongxing XuSince now we store the cast type with an ElementRegion...
2010-03-01 Zhongxing XuAssert when loading from a code text region instead...
2010-03-01 Zhongxing XuAdd comments.
2010-03-01 Douglas GregorDon't warn about case-value conversions from a negative...
2010-02-28 Chandler CarruthPass '-no-canonical-prefixes' on down to GCC. It's...
2010-02-28 Douglas GregorImprove name mangling for dependently-scoped declaratio...
2010-02-28 Douglas GregorAdd name mangling for DeclRefExprs that refer to extern...
2010-02-28 Anders CarlssonRemove debug output.
2010-02-28 Anders CarlssonHandle unused functions in construction vtables correctly.
2010-02-28 Chris Lattnerpull some altivec stuff out of line.
2010-02-28 Douglas GregorWarn about the deprecated string literal -> char* conve...
2010-02-28 Chris LattnerImplement PR6423 by using one token of lookahead to...
2010-02-28 Anders CarlssonWhen laying out vtables for virtual bases in constructi...
2010-02-28 Anders CarlssonAdd another construction vtable test.
2010-02-28 John McCallSupport constant-evaluation of __builtin_nans* as well...
2010-02-28 Zhongxing XuUse getBody() to get the function definition when the...
2010-02-28 Ted KremenekFix typo.
2010-02-28 Anders CarlssonMore improvements to construction vtables; we know...
2010-02-28 Dan GohmanOpt into the Verifier now that it's an opt-in feature of
2010-02-28 Anders CarlssonPass information about whether a base is virtual or...
2010-02-28 Anders CarlssonAdd new function.
2010-02-27 Anders CarlssonFix to dumpLayout; we want to be able to dump address...
2010-02-27 Nick LewyckyDebian sid moved these headers into /4.4 and left ...
2010-02-27 Anders CarlssonAdd a simple construction vtable test.
2010-02-27 Anders CarlssonStart fleshing out construction vtable support.
2010-02-27 Anders CarlssonEnable the new vtable layout code for vtables that...
2010-02-27 Anders CarlssonMove ComputeThisAdjustmentBaseOffset to VtableBuilder.
2010-02-27 Anders CarlssonMake sure to insert the primary base in the set :)
2010-02-27 Anders CarlssonUse the real base offset when calculating vbase offsets.
2010-02-27 Anders CarlssonFigured out why the test was failing, this will hopeful...
2010-02-27 Anders CarlssonDon't add this adjustments for pure virtual member...
2010-02-27 Anders CarlssonWe want to store method info for unused functions.
2010-02-27 Anders CarlssonXFAIL this for now. I have no idea why this test is...
2010-02-27 Benjamin KramerRevert 97324. Chris says this cleanup could hurt -E...
2010-02-27 Benjamin KramerMove method out-of-line. I thought this would be a...
2010-02-27 Anders CarlssonAdd another test.
2010-02-27 Anders CarlssonFinish up the changes to this adjustments.
2010-02-27 Benjamin KramerAnother trivial getSpelling simplification.
2010-02-27 Anders CarlssonStub out more of the 'this' pointer adjustment fixes...
2010-02-27 Benjamin KramerSimplify code.
2010-02-27 Benjamin KramerFix thinko.
2010-02-27 Benjamin KramerAdd an overload of Preprocessor::getSpelling which...
2010-02-27 Ted KremenekFix crasher caused by setting a bit in a possibly empty...
2010-02-27 Kovarththanan... Wire up Daniel's new spiffy C interpreter into the...
2010-02-27 Kovarththanan... Add comment
2010-02-27 Kovarththanan... Add header + comments
2010-02-27 Anders CarlssonFix another vtable layout bug; we weren't looking hard...
2010-02-27 Anders CarlssonHandle vcall offset sharing between destructors.
2010-02-27 Anders CarlssonFix a bug where we were generating an unnecessary vtabl...
2010-02-27 Zhongxing XuAdd test case for inlining call analysis.
2010-02-27 Douglas GregorRobustify SourceManager::getLocation(), so that it...
2010-02-27 Ted KremenekAdd reference to positional arguments documentation.
2010-02-27 Ted KremenekFor printf format string checking, add support for...
2010-02-27 Douglas GregorWhen given unsaved files in clang_createTranslationUnit...
2010-02-27 Douglas GregorSkip dependent virtual base classes; fixes PR6413.
2010-02-26 John McCallPut BadLiteral in the NonGCC group. I'd completely...
2010-02-26 John McCallAt sabre's request, drop the FP bounds diagnostics...
2010-02-26 Fariborz JahanianPrevent rewriter crash when variable type is missing.
2010-02-26 Fariborz JahanianMinor cleanup of the rewriter.
2010-02-26 Fariborz JahanianRemoved some unused code in rewriter.
2010-02-26 John McCallSundry fixes to the new vtable builder.
2010-02-26 Fariborz JahanianFix rewriting of byref variables in nested blocks.
2010-02-26 Chris Lattnerfix rdar://7683173, rejecting an invalid conditional
2010-02-26 Ted KremenekFor printf format string checking, move the tracking...
2010-02-26 Fariborz JahanianRewriting of imported variable from outer
2010-02-26 Zhongxing XuUse a GDM to record the returned expression in the...
2010-02-26 Chandler CarruthMake the destructor public. ddunbar, lemme know if...
2010-02-26 Zhongxing XuMake GDM private.
2010-02-26 John McCallFix an assertion-on-error during tentative constructor...
2010-02-26 Douglas GregorAn explicit specialization is allowed following an...
2010-02-26 Douglas GregorImplement semantic analysis for C++ [expr.new]p18-20...
2010-02-26 Zhongxing XuRemove derelict GRStmtNodeBuilder::LastNode.
2010-02-26 Fariborz JahanianSupport rewriting of property synthesis with retain...
2010-02-26 Douglas GregorCommit Eli's fix for implicit conversions to array...
2010-02-26 David ChisnallDon't generate method metadata for @dynamic properties...
2010-02-26 John McCallUse the power of types to track down another canonicali...
2010-02-26 Douglas GregorMake sure to mark constructors, operator new, and opera...
2010-02-26 Ted KremenekUpdate checker build.
2010-02-26 Douglas GregorWhen we decide to re-use an existing CXXConstructExpr...
2010-02-25 Douglas GregorWhen computing the composite pointer type for relationa...
2010-02-25 Anders CarlssonImprove vcall offset handling.
2010-02-25 Anders CarlssonFux a bug where we were trying to add overriders for...
2010-02-25 Daniel DunbarMove ~CodeGenAction out-of-line.
2010-02-25 Douglas GregorRestore Zhongxing's commits r97122 r97127 r97129 r97131...
2010-02-25 Douglas GregorAllow us to compare derived-to-base conversions between...
2010-02-25 Fariborz JahanianForgot to include nested protocols in collection, resul...
next