]> granicus.if.org Git - clang/shortlog
clang
2010-08-13 Douglas GregorImplement caching of code-completion results for macro...
2010-08-13 John McCallSketch out a framework for delaying the activation...
2010-08-13 Argyrios KyrtzidisRevert 111026 & 111027, build breakage.
2010-08-13 Argyrios KyrtzidisThe unused warnings extravaganza continues. Warn for:
2010-08-13 Argyrios KyrtzidisExpand the unused warnings for functions. Warn for:
2010-08-13 Argyrios KyrtzidisChange Sema's UnusedStaticFuncs to UnusedFileScopedDecl...
2010-08-13 Fariborz JahanianWhen issuing warning for future conflict resolution,
2010-08-13 Nick LewyckyAdd a new cc1 option -fix-what-you-can which when combi...
2010-08-13 Douglas GregorAdd an options parameter to clang_saveTranslationUnit...
2010-08-13 Abramo BagnaraFixed NNS insertion in MemberPointerType.
2010-08-13 John McCallProperly give unique-external linkage to members of...
2010-08-13 John McCallFix the help text on -Wwrite-strings.
2010-08-13 John McCallWork around a crash when checking access to injected...
2010-08-13 Douglas GregorImplement clang_saveTranslationUnit(), which saves...
2010-08-13 Daniel DunbarDriver/OptParser: Add a NoForward flag to prevent forwa...
2010-08-13 Douglas GregorTeach ASTUnit to hold on to the Sema object and ASTCons...
2010-08-13 John McCallMake two methods have compatible signatures with the...
2010-08-13 John McCallPerform access control when template lookup finds a...
2010-08-13 Eli FriedmanZap unused UnaryOperator::OffsetOf.
2010-08-13 Douglas GregorThe Sema object will get destroyed before all of the...
2010-08-13 Sebastian RedlInstead of modifying the ObjC AST to not modify existin...
2010-08-13 Fariborz JahanianMake use of __func__ in a block actually refer to
2010-08-12 John McCallJust disable the hidden-visibility optimization for...
2010-08-12 Douglas GregorTeach CompilerInstance to create and hold on to the...
2010-08-12 Tom CareSmall changes to UnreachableCodeChecker
2010-08-12 Douglas GregorAdd a ParseAST overload that takes a Sema object, so...
2010-08-12 Tom CareImproved IdempotentOperationChecker false positives...
2010-08-12 Fariborz JahanianTypo.
2010-08-12 Fariborz JahanianPatch to issue warning when colllection expresion's...
2010-08-12 John McCallImplement -Wcast-align. The initial design of this...
2010-08-12 John McCallFixing the build isn't good enough; back out r110956...
2010-08-12 John McCalldgregor should write code that compiles.
2010-08-12 Douglas GregorUpdate Xcode project
2010-08-12 Douglas GregorAdd a ParseAST overload that takes a Sema object, so...
2010-08-12 Fariborz JahanianFixes block type matching bug. Radar 8302845.
2010-08-12 Douglas GregorMove Sema's headers into include/clang/Sema, renaming...
2010-08-12 Dan GohmanRevert r110936; this fails on clang-i686-darwin10 too.
2010-08-12 Anton Yartsevfirst test commit
2010-08-12 Douglas GregorDowngrade error about nonnull attribute bbeing applied...
2010-08-12 Devang PatelMake this test darwin only.
2010-08-12 Douglas GregorDon't emit end-of-file diagnostics like "unterminated...
2010-08-12 Dan GohmanTemporarily disable this failing test, until it can...
2010-08-12 Argyrios KyrtzidisAdd a comment.
2010-08-12 Abramo BagnaraAdded locations and type source info for DeclarationNam...
2010-08-12 Jordy RoseRemove OwnershipAttr::Kind, since it's essentially...
2010-08-12 John McCallTest for rdar://problem/8073696.
2010-08-12 John McCallHandle the obvious case for diagnosing redeclarations...
2010-08-12 Jordy RoseActually use reduced set of checkers in EvalAssume.
2010-08-12 Daniel DunbarFrontend: Move the bulk of the cc1_main() processing...
2010-08-12 Daniel Dunbarclang -cc1: Move real diagnostics client initialization...
2010-08-12 John McCallBail out of MaybeBindToTemporary if the record type...
2010-08-12 John McCallImplement RTTI generation for Objective C types. Fixes...
2010-08-12 John McCallFix a crash on invalid when declaring an implicit membe...
2010-08-12 Daniel DunbarDriver: Use the compile time linker version as the...
2010-08-12 Devang PatelEmit debug info for static const class member.
2010-08-12 Devang Patelupdate test to reflect r110876 change.
2010-08-11 John McCallDon't try to implicitly declare special members of...
2010-08-11 Tom CareFix a bug where child statements could not be identifie...
2010-08-11 Argyrios KyrtzidisSwitch on PCH for C++. C++ fans all over the world...
2010-08-11 Daniel DunbarDriver/Darwin: Pass -demangle when linking, if the...
2010-08-11 Daniel DunbarDriver: Add -mlinker-version=, which forwards to -targe...
2010-08-11 Daniel DunbarFrontend: Add -target-linker-version, for specifying...
2010-08-11 Eli FriedmanFix oversight with symbolic names in TargetInfo::valida...
2010-08-11 Argyrios Kyrtzidis-Make TokenID of IdentifierInfo read-only, remove setTo...
2010-08-11 John McCallRevise r110163: don't mark weak functions nounwind...
2010-08-11 Abramo BagnaraAdded locations and type source info for DeclarationName.
2010-08-11 Douglas GregorOnce code completion has completed, pass a "completion...
2010-08-11 Fariborz JahanianChange text of diagnostics on user request.
2010-08-11 Devang PatelEmit a stop point for delegate constructor call. This...
2010-08-11 John McCallWhen re-raising an exception after a cleanup, we need...
2010-08-11 Eli FriedmanWork in progress for PR7864. Someone more familiar...
2010-08-11 Bruno Cardoso... Remove rsqrtps_nr256 and sqrtps_nr256 builtins, at...
2010-08-11 Fariborz JahanianUpdate documentation regarding use of 'class' in
2010-08-11 Sebastian RedlReintroduce the ASTConsumer/ASTUnit fix from r110610...
2010-08-11 Bruno Cardoso... Fix define inserting a comma :)
2010-08-11 Fariborz JahanianIRGen support for functions returning objc object
2010-08-11 Douglas GregorAdd a (currently unused) "options" parameter to
2010-08-11 Daniel DunbarRemove wpa 'example', it isn't being maintained.
2010-08-11 Benjamin KramerRandom temporary string cleanup.
2010-08-11 Douglas GregorIf name lookup finds different type declarations in...
2010-08-11 Douglas GregorFix a thinko in the creation of temporary files for...
2010-08-11 Douglas GregorSpeculatively revert r110610 " Make ObjCInterfaceDecl...
2010-08-11 Zhongxing XuMemRegion can refer to ASTContext without external...
2010-08-11 Daniel Dunbartests: Add a missing -Xclang.
2010-08-11 Daniel DunbarARM: Recognize single precision float register names.
2010-08-11 Daniel DunbarARM: Swap which registers we consider real / aliases...
2010-08-11 Douglas GregorImprove our handling of user-defined conversions when...
2010-08-11 Bruno Cardoso... Remove 256-bit cast built-ins and make the AVX intrinsi...
2010-08-11 John McCallMake this test a little less dependent on exact optimiz...
2010-08-11 Bruno Cardoso... Remove 256-bit unpack built-ins and make the AVX intrin...
2010-08-11 Bruno Cardoso... Remove 256-bit shuffle built-ins and make the AVX intri...
2010-08-11 John ThompsonFix for pr7869, inline asm mult-alt constraints.
2010-08-11 John McCallFix a bug in @finally emission in both the fragile...
2010-08-11 Ted KremenekHave GRCoreEngine record the blocks where analysis...
2010-08-10 Ted KremenekAdd test case for <rdar://problem/8288645>. While...
2010-08-10 John ThompsonSomething's wrong with this test on other platforms...
2010-08-10 Fariborz JahanianFix test to not depend on objc.h header.
2010-08-10 Devang PatelSimplify
2010-08-10 Devang PatelTest case for llvm r110712.
2010-08-10 Daniel Dunbartests: Avoid unnecessary redirection.
next