]> granicus.if.org Git - clang/shortlog
clang
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...
2010-02-25 Douglas GregorDon't try to finalize an ill-formed variable or one...
2010-02-25 Jakob Stoklund... Revert patches r97122 r97127 r97129 r97131.
2010-02-25 Gabor GreifAdd "template" keyword at strategic position to fix
2010-02-25 John McCallWhen comparing two method overload candidates during...
2010-02-25 Chandler CarruthFix a really trivial crasher and begin fleshing out...
2010-02-25 Daniel DunbarAdd a minimal C interpreter example.
2010-02-25 Zhongxing XuMove the GenerateCallExitNode logic completely into...
2010-02-25 Zhongxing XuMove the dead bindings removal logic from CallInliner...
2010-02-25 Chandler CarruthAdd a new conversion rank to classify conversions betwe...
2010-02-25 Zhongxing XuAdd comments.
2010-02-25 Zhongxing XuCall inliner improvements:
2010-02-25 Ted KremenekAdd MacOSXAPIChecker, a meta checker to include various...
2010-02-25 Ted KremenekWhen generating error node, check to see if we already...
2010-02-25 Sanjiv GuptaTargets (like pic16) may have mangled the name of globa...
2010-02-25 Douglas GregorUpdate CMake makefiles
2010-02-25 Douglas GregorRestore the invariant that a nested-name-specifier...
2010-02-25 Daniel DunbarFrontend: Add CodeGenAction::takeModule().
2010-02-25 Daniel DunbarFrontend: Pull CodeGenAction out more, and eliminate...
2010-02-25 Anders CarlssonRemove dead code.
2010-02-25 Anders CarlssonMove the vcall and vbase offset layout code out into...
2010-02-25 Daniel DunbarDriver: Allow driver title (for --help) to be overridde...
2010-02-25 Ted KremenekEnhance the unused ivar checker to not consider an...
2010-02-25 Ted KremenekAllow __attribute__((unused)) to be applied to ObjC...
2010-02-25 Daniel DunbarDriver: Use TextDiagnosticPrinter instead of a custom...
2010-02-25 Daniel DunbarAdd TextDiagnosticPrinter::setPrefix, for adding a...
2010-02-25 Douglas GregorRemove some oogly code made dead by the pseudo-destructor
2010-02-25 Douglas GregorUse CXXPseudoDestructorExpr as the stored representatio...
2010-02-25 John McCallCatch more uses of uninitialized implicit conversion...
2010-02-25 Ted KremenekRemove test case dependancy on platform headers.
2010-02-25 Ted KremenekAdd UnixAPIChecker, a meta checker to include various...
2010-02-25 Ted KremenekRemove stray #include.
2010-02-25 Ted KremenekRemove #include.
2010-02-25 Ted KremenekDivide list of registration functions in API and founda...
2010-02-25 Ted KremenekSort list of checker registration functions.
2010-02-24 Douglas GregorKeep track of the location of the '~' in a pseudo-destr...
2010-02-24 Douglas GregorRetain complete source information for the type after...
2010-02-24 Douglas GregorMake sure that we finish the DeclSpec when parsing...
2010-02-24 Douglas GregorMake sure that we have type source information for...
2010-02-24 Fariborz JahanianAdded test case for non-objective-c situation in
2010-02-24 Fariborz JahanianImplement nasty rewriting of nested blocks when inner
2010-02-24 Douglas GregorSplit ActOnPseudoDestructorExpr into the part that...
2010-02-24 Anders CarlssonGet rid of 'this' adjustments from the FinalOverriders...
2010-02-24 Anders CarlssonImprove this adjustment pointer calculation.
2010-02-24 Anders CarlssonMake ComputeThisAdjustmentBaseOffset public for now.
2010-02-24 Douglas GregorAdd test case for PR6141, which was fixed a few days ago
2010-02-24 Douglas GregorAdd test for AST importing of C++ namespaces, missing...
2010-02-24 Douglas GregorAdd PCH test for C++ namespaces, missing from a previou...
2010-02-24 Douglas GregorRetain source information for the "type-name ::" in a
2010-02-24 Douglas GregorActOnPseudoDestructorExpr now performs all semantic...
2010-02-24 John McCallFix an iterator-invalidation bug that was causing selfh...
2010-02-24 Douglas GregorRework parsing of pseudo-destructor expressions and...
next