]> granicus.if.org Git - clang/shortlog
clang
2010-03-02 Ted Kremenek[CFG]
2010-03-02 Ted KremenekDon't conjure a symbol for DeclStmts when the variable...
2010-03-02 Rafael EspindolaDuring codegen assert that any copy assignment, destruc...
2010-03-02 Douglas GregorBump the default maximum template-instantiation depth...
2010-03-02 Douglas GregorAdd test case from PR6064, which now works
2010-03-02 Douglas GregorDiagnose the declaration of enum templates. Also, be...
2010-03-02 Kovarththanan... Move Emit24 to clang::io
2010-03-02 Douglas GregorUse CXXTemporaryObjectExpr for explicitly-constructed...
2010-03-02 Charles DavisPass -m32 and -m64 to the static analyzer when using...
2010-03-02 Zhongxing XuRegister all parameters even if they didn't occur in...
2010-03-02 Douglas GregorUnify initializer-instantiation code for variable decla...
2010-03-02 Anders CarlssonSimplify code.
2010-03-02 John McCallInspired by seeing "MIPS" go by in the commits, I've...
2010-03-02 Anders CarlssonRename BaseOffset to Offset and make it signed in prepa...
2010-03-02 Eric ChristopherAdd in some more MIPS command line options.
2010-03-02 John McCallAfter much consultation aimed at figuring out what...
2010-03-02 Douglas GregorAdd test case from PR5812, which works now.
2010-03-02 Douglas GregorFix an amusing typo that completely the re-introduction...
2010-03-02 Fariborz JahanianCast a pointer to 'long long' to satisfy all compilatio...
2010-03-02 Douglas GregorAdd comment
2010-03-01 Douglas GregorWhen we're parsing template names as part of base-speci...
2010-03-01 John McCallSplit out types that are non-canonical unless dependent...
2010-03-01 Fariborz JahanianMore rewriter of nested blocks fun stuff.
2010-03-01 Douglas GregorUnbreak the build
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.
next