]> granicus.if.org Git - clang/shortlog
clang
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...
2012-02-23 Anna Zaks[analyzer] KeyChainAPI: unique the leaks by allocation...
2012-02-23 Fariborz Jahanianobjective-c++: Type of an objc string literal is NSStri...
2012-02-23 Aaron BallmanTurned on support for __declspecs: noreturn, noinline...
2012-02-23 Douglas GregorPull the OpaqueValueExpr's source expression into its...
2012-02-23 Jim GrosbachUpdate test for r151288
2012-02-23 Jim GrosbachARM: enable the integrated assembler by default for...
2012-02-23 Anna Zaks[analyzer] Malloc: unique leak reports by allocation...
2012-02-23 Anna Zaks[analyzer] Add CString checks to the release notes.
2012-02-23 Argyrios Kyrtzidis[libclang] Make sure that all top-level decls in a...
2012-02-23 Fariborz JahanianTest is fixed.
2012-02-23 Fariborz JahanianXFAIL test until I figure out how to make test pass...
2012-02-23 Howard Hinnant* tgmath_logb.patch implements the missing logb functio...
2012-02-23 Fariborz JahanianChange test again so it passes in build-bot until I...
2012-02-23 Fariborz Jahanianfix test for patch in r151268.
2012-02-23 Benjamin KramerActually remove the duplicated elements from the vector.
2012-02-23 Fariborz Jahanianobjective-c default synthesis. classes which adopt...
2012-02-23 Douglas GregorFix indentation
2012-02-23 Douglas GregorNote that lambda expressions are available in the relea...
2012-02-23 Douglas GregorReplace a use of hasTrivialDefaultConstructor() with...
2012-02-23 Benjamin KramerReplace some DenseSets with SmallPtrSets. Apart from...
2012-02-23 Benjamin KramerUnique CXXBasePath decls with the SmallVector/pod_sort...
2012-02-23 Benjamin KramerReplace the std::map in the init list checker with...
2012-02-23 Richard SmithPR12067: When emitting an evaluated constant structure...
2012-02-23 Douglas GregorSeriously, are injected-class-names that hard?
2012-02-23 Douglas GregorProvide the __is_trivially_assignable type trait, which...
2012-02-23 Douglas GregorClang supports lambdas.
2012-02-23 Rafael EspindolaTwo fixes to how we compute visibility:
2012-02-23 Douglas GregorTweak C++ status table:
2012-02-23 Douglas GregorClang now supports lambda expressions.
2012-02-23 Eli FriedmanTry to handle qualifiers more consistently for array...
2012-02-23 Richard SmithUpdate parser's disambiguation to cope with braced...
2012-02-23 Aaron BallmanTurned on support for __declspec(deprecated) in MS...
2012-02-23 Anna Zaks[analyzer] Invalidate the region passed to pthread_sets...
2012-02-23 Ted KremenekTweak release note comments for checker build.
2012-02-23 Ted KremenekUpdate checker build to checker-261.
2012-02-23 Eric ChristopherAdd a quick TODO.
next