]> granicus.if.org Git - clang/shortlog
clang
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...
2010-02-24 Anders CarlssonGenerate correct vcall offsets when we have a primary...
2010-02-24 John McCallReferences to const int parameters with ICE default...
2010-02-24 John McCallMake this test portable to ABIs that use sret.
2010-02-24 John McCallFix test case and convert fully to FileCheck.
2010-02-24 John McCallCanonicalize parameter and return types before computin...
2010-02-24 Zhongxing XuAdd comments.
2010-02-24 Ted KremenekDisable one test case because of the inconsistent resul...
2010-02-24 Charles DavisWhen we encounter a function-specific attribute in...
2010-02-24 Zhongxing XuAlways add CallExpr as block-level expression. Inline...
2010-02-24 Fariborz JahanianCorrect radar no.
2010-02-24 Fariborz JahanianFix rewriting of a method when return type is
2010-02-24 Ted KremenekAdd support for '%C' and '%S' printf conversion specifiers.
2010-02-23 Fariborz JahanianMore Sema check for ivars in class continuation.
2010-02-23 Devang PatelEmit debug info for VectorType.
2010-02-23 Blaine Garstfix buildbot failure on windows by slightly trimming...
2010-02-23 Rafael EspindolaAdd support for the weakref attribute. We still produce...
2010-02-23 Blaine GarstUnconditionally support block introspection data in...
2010-02-23 Fariborz JahanianFixes a rewriting of qualified-id type which exposed...
2010-02-23 Ted KremenekDead emit dead store warnings when assigning nil to...
2010-02-23 Daniel DunbarFix bogus diagnostic format string.
2010-02-23 Ted KremenekFix another crash on invalid code. In this case, handl...
2010-02-23 John McCallDon't assert on compound assignment operators that...
2010-02-23 Fariborz JahanianA test case for property synthesis using ivar in class...
2010-02-23 Eli FriedmanMake previous fix handle a few more edge cases.
2010-02-23 Eli FriedmanPR6400: Handle an extreme edge case in mangling correctly.
2010-02-23 Eli FriedmanPR6386: Fix a recent regression in IRGen of cast-to...
2010-02-23 Richard PenningtonRetain attributes for K&R style parameter declarations.
2010-02-23 Ted KremenekAdd test case for <rdar://problem/7242010>, which appea...
2010-02-23 Anders CarlssonImplement IsOverriderUsed. This can't be tested yet...
2010-02-23 Charles DavisWhen comparing two calling conventions after redeclarin...
2010-02-23 Ted KremenekMove the rest of the unreachable code analysis from...
2010-02-23 Ted KremenekSimplify check for basic block with a CXXTryStmt termin...
2010-02-23 Charles DavisWhen a reference to a field of a struct/union/class...
2010-02-23 Anders CarlssonStub out IsOverriderUsed.
2010-02-23 Anders CarlssonMore fixes. Don't try to emit a virtual base vtable...
2010-02-23 Anders CarlssonAlways emit vcall offset for the primary base, not...
2010-02-23 Anders CarlssonSimplify the vcall offset calculation and make it give...
2010-02-23 Ted KremenekAdd missing header file.
2010-02-23 Anders CarlssonMore work on vcall offsets. We now emit the right numbe...
2010-02-23 Ted KremenekStart moving some of the logic for the unreachable...
2010-02-23 Ted KremenekConvert use of std::queue to llvm::SmallVector and...
2010-02-23 Anders CarlssonMove BaseOffset out of the FinalOverriders class.
2010-02-23 Fariborz JahanianMore support for ivars in class extension.
2010-02-23 Ted KremenekUse SmallVectorImpl::iterator.
2010-02-23 Ted KremenekSimplify logic for determining values of 'ReturnsVoid...
2010-02-23 Zhongxing XuCorrect comment.
next