]> granicus.if.org Git - clang/shortlog
clang
2012-02-27 Sebastian RedlConvert initializer lists to temporaries in CreateBuilt...
2012-02-27 Eli FriedmanAdd missing code for compound literals of complex type...
2012-02-27 Argyrios KyrtzidisRevert testing code I committed by mistake in r151464.
2012-02-27 Benjamin KramerJust drop the bitfield from ExtProtoInfo, this struct...
2012-02-27 Richard SmithSpeculatively attempt to work around a hypothetical...
2012-02-27 Chad RosierTest case for r151429/r151430, which ensures llvm.lifet...
2012-02-27 Benjamin KramerSerialize InitListExpr's initializesStdInitializerList...
2012-02-27 Eric ChristopherObjcInterfaceTypes are also complete types for the...
2012-02-27 Eric ChristopherMake this test a bit more robust for debug info changes.
2012-02-27 Richard SmithEnsure that we delete default constructors in the right...
2012-02-27 Richard SmithFix decltype crash-on-invalid, if we don't find a match...
2012-02-26 Richard SmithTests for r151508.
2012-02-26 Richard SmithHalf of PR12088: parse braced-init-lists on the RHS...
2012-02-26 Gregory Szorc[clang.py] Test Cursor.__ne__
2012-02-26 Benjamin KramerReorder members to save padding.
2012-02-26 Benjamin KramerMove CharacterLiteral, FloatingLiteral and UnaryExprOrT...
2012-02-26 Benjamin KramerMake clever use of padding to shrink IntegerLiterals.
2012-02-26 Benjamin KramerBit pack StringLiteral.
2012-02-26 Benjamin KramerReduce padding in MemberExpr.
2012-02-26 Benjamin KramerCompoundLiteralExpr: Pair a bool with a pointer.
2012-02-26 Benjamin KramerShuffle members of DesignatedInitExpr to avoid padding.
2012-02-26 Benjamin KramerBit pack ExtProtoInfo.
2012-02-26 Benjamin KramerMove FullSourceLoc::dump into the .cpp file, the used...
2012-02-26 Benjamin KramerOkay, makes sense to change all the occurences to match...
2012-02-26 Benjamin KramerAllow any file extension for the clang binary in the...
2012-02-26 Richard SmithDon't assert when trying to diagnose why a class with...
2012-02-26 Chandler CarruthAdd the critical crtbegin.o files necessary for any...
2012-02-26 Chandler CarruthA follow-up to r151482 which added support for powerpc...
2012-02-26 Richard SmithEnsure that we delete destructors in the right cases...
2012-02-26 Chandler CarruthAdd support for PPC and PPC64 multiarch toolchains...
2012-02-26 Richard SmithMake sure we don't try to produce a definition of an...
2012-02-26 Richard SmithUpdate release notes and language extensions pages...
2012-02-26 Richard SmithSpecial members which are defaulted or deleted on their...
2012-02-25 Argyrios KyrtzidisRevert r151460 as it is not enough to address the issue.
2012-02-25 Sebastian RedlRichard Smith pointed out that there already is a propo...
2012-02-25 Argyrios KyrtzidisWhen evaluating integer expressions handle logical...
2012-02-25 Sebastian RedlInitializer lists are now supported.
2012-02-25 Sebastian RedlCodeGen support for global variables of type std::initi...
2012-02-25 Sebastian RedlFix crashers on unexpected std::initializer_list layout...
2012-02-25 Sebastian RedlBetter mangling for new-expressions. Also, although...
2012-02-25 Chad RosierTemporarily revert r151288:
2012-02-25 NAKAMURA TakumiCMake: install libclang.dll to $CMAKE_INSTALL_PREFIX...
2012-02-25 Ahmed CharlesArrayRef'ize various functions in the AST/Parser/Sema.
2012-02-25 Richard SmithAccept __has_feature(__feature__) as a synonym for...
2012-02-25 Richard SmithFix r151443 to only apply C++11's exception for non...
2012-02-25 Richard SmithPR11956: C++11's special exception for accessing non...
2012-02-25 Richard SmithFix assertion (too few Diag arguments) when diagnosing...
2012-02-25 Richard SmithTeach CXXRecordDecl::hasIrrelevantDestructor to check...
2012-02-25 Richard SmithFix a regression from r151117: ADL requires that we...
2012-02-25 Chad RosierPrevent llvm.lifetime intrinsics from being emitted...
2012-02-25 Eli FriedmanWork-in-progress for lambda conversion-to-block operato...
2012-02-25 Argyrios KyrtzidisDon't record nested macro expansions in the preprocessi...
2012-02-25 Ted KremenekRetainCountChecker: don't adjust the retain count when...
2012-02-25 Argyrios Kyrtzidis[arcmt] GC migrator: don't try to remove redundant...
2012-02-25 Eli FriedmanImprove the diagnostic in ARC mode when a conditional...
2012-02-25 Douglas GregorTrying to increase my Ohloh ranking with trivial tweaks
2012-02-25 DeLesley HutchinsBugfix: bogus warning -- "invalid use of non-static...
2012-02-25 Douglas GregorSimplify check per Eli's comment
2012-02-24 Douglas GregorAdd test for C++ DR899.
2012-02-24 Anna Zaks[analyzer] Malloc: reason about the ObjC messages and...
2012-02-24 Douglas GregorImplement C++11 [over.match.copy]p1b2, which allows...
2012-02-24 Eli FriedmanFix a stupid mistake in r151133. Reported to me by...
2012-02-24 Richard SmithRemove FIXME: as Eli points out, the behavior here...
2012-02-24 Douglas GregorFor the purposes of building LLVM types, a forward...
2012-02-24 Richard SmithBack out __decltype warning from r151377: we should...
2012-02-24 Benjamin KramerMake helper static.
2012-02-24 Richard SmithWhen checking whether a reference to a variable is...
2012-02-24 Fariborz JahanianMinor modern rewriter bug showed up during testing
2012-02-24 Douglas GregorC++11 [class.ctor]p5 says that
2012-02-24 Dmitri GribenkoFix comment: correct predicate name, reformat comment.
2012-02-24 Argyrios KyrtzidisChange the text of a FIXME.
2012-02-24 Argyrios Kyrtzidis[libclang] Add a triple to the test.
2012-02-24 Richard Smithcxx_status: Consistently refer to C++11 as "C++11"...
2012-02-24 Richard Smithcxx_status: extended sizeof has been essentially comple...
2012-02-24 Fariborz Jahaniantest for writing modern ivar of struct type.
2012-02-24 Richard Smith__decltype is a GNU extension, not a C++11 extension.
2012-02-24 Fariborz Jahanianmore objective-c modern translator ivar tests.
2012-02-24 Douglas GregorTwo minor, related fixes for template instantiation...
2012-02-24 Fariborz Jahanianobjc modern translator. Fixes writing of block pointer...
2012-02-24 Anna Zaks[analyzer] Run remove dead bindings before each call.
2012-02-24 Anna Zaks[analyzer] We were silently stopping exploring the...
2012-02-24 Rafael EspindolaUse -no-integrated-as only on ARM. The X86 and X86...
2012-02-24 Nick LewyckyRevert r151357. That unreachable is reachable...
2012-02-24 Nick LewyckySilence gcc warnings pointing out that CharByteWidth...
2012-02-24 Matt Beaumont-GaySink variable into assert
2012-02-24 Douglas GregorRemove some trivial uses of hasTrivialCopyConstructor...
2012-02-24 Douglas GregorKill a spurious use of hasTrivialDefaultConstructor()
2012-02-24 Douglas GregorImplement a new type trait __is_trivially_constructible...
2012-02-24 Ted KremenekMake PathDiagnosticBuilder sensitive to varying Locatio...
2012-02-24 Ted KremenekRemove stray path in test file.
2012-02-24 Ted KremenekReapply r151317, but when computing the PathDiagnostic...
2012-02-24 David BlaikieFix test for non-block-default platforms.
2012-02-24 Chad RosierRevert r151317 - Rework PathDiagnostics creation.....
2012-02-24 Argyrios Kyrtzidis[PCH] When keeping track of top-level decls for "target...
2012-02-24 Ted KremenekRework PathDiagnostic creation so that call stacks...
2012-02-24 Fariborz JahanianAdd an ivar test for modern objc abi translator.
2012-02-24 Fariborz JahanianMake test works with FileCheck.
2012-02-24 Chad RosierReapply r151172 - Unwind path cleanup for array new...
2012-02-23 Eli FriedmanHandle "#pragma GCC visibility" in a few more places...
2012-02-23 Eli FriedmanModernize some code which processes CastExprs to use...
next