]> granicus.if.org Git - clang/shortlog
clang
2011-05-10 Ted KremenekFix crash in -Wuninitialized when using switch statment...
2011-05-10 Douglas GregorTweak the diagnostics for the C++0x extensions to frien...
2011-05-10 Matt Beaumont-GayChange magic string "abc" to better magic string "qux".
2011-05-10 Sean HuntRe-do R131114 without breaking code.
2011-05-10 Fariborz JahanianSupport pack pragma and ms_struct attributes. // rdar...
2011-05-10 Ted KremenekElide __label__ declarations from the CFG. This resolv...
2011-05-10 Douglas GregorReimplement Sema::MatchTemplateParametersToScopeSpecifi...
2011-05-10 Eli FriedmanDon't strlen() every file before parsing it.
2011-05-10 Rafael EspindolaAdd test for PR9884.
2011-05-10 Rafael EspindolaRevert 131114. This fixes PR9884.
2011-05-10 Manuel KlimekFixes compilation with Visual Studio by replacing the...
2011-05-10 Sean HuntFurther implement defaulting constructors.
2011-05-10 Sean HuntThe last of the trivial constructor changes, make CXXSp...
2011-05-10 Francois PichetAdd a __uuidof test where the uuid attribute is on...
2011-05-09 Douglas GregorIgnore const/volatile/restrict qualifiers on anonymous...
2011-05-09 Francois PichetAdd a FIXME.
2011-05-09 Fariborz Jahanian'long long' requires special treatment in ms_struct
2011-05-09 Douglas GregorExtend the tag-ambiguity hack I committed in r130810...
2011-05-09 Sean HuntClean up trivial default constructors now.
2011-05-09 Douglas GregorWhen determining whether we need to instantiate a funct...
2011-05-09 Sean HuntRename "hasTrivialConstructor" to "hasTrivialDefaultCon...
2011-05-09 Daniel DunbarDriver/Darwin: Put dsymutil -o arguments first, so...
2011-05-09 John McCall__builtin_va_list is void* on ARM, not char*.
2011-05-08 Francois PichetFix test.
2011-05-08 Francois PichetAllow implicit conversion from function pointer to...
2011-05-08 Anders CarlssonMove code to emit the callee of an CXXOperatorCallExpr...
2011-05-08 Sean HuntRestore an accidentally-deleted word.
2011-05-08 Anders CarlssonDon't emit complete constructors for abstract classes...
2011-05-08 Francois PichetLook at all the record redeclaration when looking for...
2011-05-08 Douglas GregorRelax the conversion rules for Objective-C GC qualifiers a
2011-05-07 Douglas GregorIn C++, allow us to emit a global as 'constant' even...
2011-05-07 Douglas GregorRevert r130717, which caused a regression (<rdar:/...
2011-05-07 Francois PichetDon't fail at parsing __declspec(property(get=get_func_...
2011-05-07 Eli FriedmanPR9866: Fix the implementation of _mm_loadl_pd and...
2011-05-07 Francois PichetTemporary preprocessor hack to get around the Microsoft...
2011-05-07 Francois PichetAdd support for _if_exists and __if_not_exists at names...
2011-05-07 Richard TrieuPatch for PR 7409 - only error on definition of invalid...
2011-05-06 Douglas GregorImplement a minor optimization by not introducing decla...
2011-05-06 Douglas GregorWhen checking for a prior declaration of the name of...
2011-05-06 Fariborz JahanianIn ms_struct structs, Establish a new alignment for a
2011-05-06 Fariborz JahanianEstablish a new alignment for an ms_struct bitfield...
2011-05-06 Douglas GregorKeep track of the file ID corresponding to the original...
2011-05-06 Cameron EsfahaniFix false positive warning about uninitialized variable.
2011-05-06 Sean HuntPer Richard's suggestion, rename DefLoc to DefaultLoc...
2011-05-06 Sean HuntFix diagnostics to start with a lower case letter
2011-05-06 Francois PichetAdd support for Microsoft __if_exists and __if_not_exis...
2011-05-06 Sean HuntModify some deleted function methods to better reflect...
2011-05-06 Eli FriedmanDon't emit nsw flags for vector operations; there's...
2011-05-06 Eli FriedmanFix a couple of comments.
2011-05-06 Eli FriedmanAdd an implementation of thunks for varargs methods...
2011-05-06 Douglas GregorIntroduce a new libclang parsing flag,
2011-05-06 Axel NaumannReset the emitted initializers.
2011-05-06 Joerg SonnenbergerMove logic for passing down -mrelax-all / -relax-all...
2011-05-06 Anders CarlssonWarn when trying to call a pure virtual member function...
2011-05-06 Joerg SonnenbergerRename ContainsCompileAction to ContainsCompileOrAssemb...
2011-05-06 Sean HuntDo defaulted constructors properly.
2011-05-06 Sean HuntRevert r130912 in order to approach defaulted functions...
2011-05-05 Richard SmithSlight tweak to alias template error handling: don...
2011-05-05 Richard SmithUpdate www: we now mangle references to function parame...
2011-05-05 Fariborz Jahaniantype of last arg of objc_assign_ivar is ptrdiff_t.
2011-05-05 Richard SmithImplement support for C++0x alias templates.
2011-05-05 Fariborz Jahanian__alignof attribute on the field must consider
2011-05-05 Douglas GregorWhen the environment variable LIBCLANG_RESOURCE_USAGE...
2011-05-05 Eli FriedmanPR9849: Fix _mm_setr_pi32 and friends to actually work...
2011-05-05 Daniel Dunbartests: Force a triple in this test (so uint128 is present).
2011-05-05 Fariborz JahanianWhen instantiating a block expression, the instantiated
2011-05-05 Devang PatelDo not drop uint128 on the floor.
2011-05-05 Douglas GregorScoped enumerations should not be treated as integer...
2011-05-05 Douglas GregorWhen providing code completions for an Objective-C...
2011-05-05 Argyrios KyrtzidisIntroduce a Diagnostic::Report function that accepts...
2011-05-05 Ted KremenekPlace "incompatible pointer types assigning..." warning...
2011-05-05 Ted KremenekAdd Checker callback for running a checker at the end...
2011-05-05 Sean HuntImplement some framework for defaulted constructors.
2011-05-05 Daniel DunbarFrontend: Fix a crash in CC_LOG_DIAGNOSTICS handling.
2011-05-05 Matt Beaumont-GayLook through block pointers and ObjC object pointers
2011-05-05 Douglas GregorWith invalid overloaded operators, we can get into...
2011-05-05 Nick LewyckyPreserve the full name of the file, so that '-c -o...
2011-05-05 Sean HuntChange cycle detection to be based off of a warning...
2011-05-04 Douglas GregorWhen adding KVC code completions, keep track of all...
2011-05-04 Sean Huntthere i fixed it
2011-05-04 Ted KremenekASTUnit::LoadFromASTFile(): recover the resources from...
2011-05-04 Douglas GregorClean up Sema::BuildCXXNestedNameSpecifier()'s creation...
2011-05-04 Matt Beaumont-GayImplement Sema::isExprCallable.
2011-05-04 Douglas GregorWhen converting an integral template argument value...
2011-05-04 Bill WendlingPack ivar offsets together.
2011-05-04 Nick LewyckyRecord where the GCOV data files should be placed.
2011-05-04 Bill WendlingSimplification noticed by Chris.
2011-05-04 Daniel Dunbartests: Tweak test to at least use a standard arch,...
2011-05-04 Fariborz JahanianAnd a test case for my last patch.
2011-05-04 Fariborz JahanianMore ms_struct bitfield stuff:
2011-05-04 Argyrios KyrtzidisChange test/PCH/cxx-static_assert.cpp so that it doesn...
2011-05-04 Axel NaumannFrom Vassil Vassilev:
2011-05-04 Axel NaumannAdd C++ include paths for libstdc++ with Ubuntu 11...
2011-05-04 Sean HuntImplement a better version of delegating constructor...
2011-05-04 Nick LewyckyNo, fix this use after free properly.
2011-05-04 Bill WendlingConvert the non-temporal store builtins to LLVM-native IR.
2011-05-04 Nick LewyckyFix use after free through StringRef.
2011-05-04 John McCallType prefixes of unresolved-names should only be mangle...
2011-05-04 Ted KremenekEnhance clang_getCXTUResourceUsage() to return the...
2011-05-04 Sean HuntImplement serialization of delegating constructors.
next