]> granicus.if.org Git - clang/shortlog
clang
2012-02-01 Anna Zaks[analyzer] Testing: add 2 new checkers to the buildbot...
2012-02-01 NAKAMURA Takumitest/Driver/target.c: Relax expression for "gcc.exe...
2012-02-01 Dylan Noblesmithinclude clang's config.h unconditionally
2012-02-01 NAKAMURA Takumitest/Modules/compiler_builtins.m: Appease Cygwin to...
2012-02-01 NAKAMURA Takumitest/Modules/compiler_builtins.m: Mark this as XFAIL...
2012-02-01 Dylan Noblesmithautoconf: add private config.h to clang
2012-02-01 Dylan Noblesmithcmake: don't install config.h
2012-02-01 Dylan NoblesmithFrontend: fix comment typos
2012-02-01 Richard Smithconstexpr: check for overflow in pointer subtraction.
2012-02-01 Stepan DyatkovskiyCompatability fix for SwitchInst refactoring.
2012-02-01 Argyrios KyrtzidisRevert r149363 which was part a series of commits that...
2012-02-01 Argyrios KyrtzidisRemove redundant checks in CXXRecordDecl::isCLike(...
2012-02-01 Eric ChristopherFor pass-by-value record arguments to functions emit...
2012-02-01 Richard Smithconstexpr: overflow checking for integral and floating...
2012-02-01 Douglas GregorWhen providing code completions for a switch over a...
2012-02-01 Richard Smithconstexpr: Unlike other incomplete types, 'void' cannot...
2012-02-01 Richard Smithconstexpr: require 'this' to point to an object in...
2012-02-01 Richard Smithconstexpr: add support for comparisons of pointer-to...
2012-02-01 Douglas GregorImprove checking of explicit captures in a C++11 lambda...
2012-02-01 Nico WeberFix crash on invalid in microsoft anonymous struct...
2012-02-01 Douglas GregorDiagnose attempts to explicitly capture a __block varia...
2012-01-31 Bob WilsonUse the new Triple::getMacOSXVersion function in anothe...
2012-01-31 Bob WilsonFix an assertion failure in isMacOSXVersionLT for IOS...
2012-01-31 Kaelyn UhrainMake the callback object to Sema::CorrectTypo mandatory.
2012-01-31 Richard SmithExtend for-range temporary cleanups codegen test to...
2012-01-31 Fariborz Jahanianobjc-arc: In various diagnostics mention
2012-01-31 Richard Smithconstexpr: Treat INT_MIN % -1 as undefined behavior...
2012-01-31 Eli FriedmanMake sure we call MaybeCreateExprWithCleanups for the...
2012-01-31 Eli FriedmanA couple minor fixes to template instantiation for...
2012-01-31 Bob WilsonUse new Triple::getMacOSXVersion function.
2012-01-31 Fariborz Jahanianarc migrator: twik previous patch to exclude user provided
2012-01-31 Fariborz Jahanianarc migrator: Do not attempt to migrate to bridge casts...
2012-01-31 Douglas GregorSplit compiler builtin module into "stdlib" builtins...
2012-01-31 Chad RosierRemove extraneous whitespace.
2012-01-31 Bob WilsonFix more fallout from the introduction of "macosx"...
2012-01-31 Anna Zaks[analyzer] Add checks for common anti-patterns in strncat.
2012-01-31 Anna Zaks[analyzer] Change the warning to suggest 'strlcat/strlc...
2012-01-31 Chad RosierFix 80-column violation.
2012-01-31 Ted KremenekRevert r149359. This was a hack to a problem with...
2012-01-31 Matt Beaumont-GayPacify gcc's -Wreturn-type.
2012-01-31 David ChisnallSupport @compatibility_alias at run time (GNUstep Runtime)
2012-01-31 Chris Lattnerfix a crash on:
2012-01-31 Jean-Daniel... FormatCheckers should emit all diagnostics using EmitFo...
2012-01-31 Hans WennborgFormat string warnings: don't a.k.a. wchar_t with wchar_t.
2012-01-31 Erik Verbruggen[CFG] Removed unused local variable.
2012-01-31 Benjamin KramerDon't zero terminate the bitmap twice.
2012-01-31 Richard Smithconstexpr: the result of a relational operator between...
2012-01-31 Chris LattnerConstantArray::get() (for strings) is going away, use
2012-01-31 Ted KremenekDon't warn about -Wshorten-64-to-32 in unreachable...
2012-01-31 Ted KremenekMake a bunch of local functions 'static'.
2012-01-31 Chris Lattnerenhance some optimization logic to handle ConstantDataS...
2012-01-31 Richard Smithconstexpr: catch a collection of integral undefined...
2012-01-31 Argyrios KyrtzidisReapply r149311 which I reverted by mistake.
2012-01-31 Chandler CarruthRevert r149083 which is not the direction we're going...
2012-01-31 Argyrios KyrtzidisRevert r149311 which failed to compile.
2012-01-31 Nico WeberFix "long double" and __SIZE_TYPE__ on powerpc, now...
2012-01-31 Richard Smithconstexpr: remove integral conversion overflow checking...
2012-01-31 Nico WeberLet %S, %ls, %C match 16bit types in NSStrings.
2012-01-31 Eli FriedmanClean up switch in Expr::CanThrow. No functional change.
2012-01-31 Ted KremenekMinor refactor within ExplodedGraph::reclaimRecentlyAll...
2012-01-31 Ted KremenekConvert checker over to using ProgramStateRef.
2012-01-31 Fariborz Jahanianfix test.
2012-01-31 Ted KremenekConvert ProgramStateRef to a smart pointer for managing...
2012-01-31 Ted KremenekConvert more uses of 'const ProgramState *' to 'Program...
2012-01-30 Nico WeberRevert r149285, it breaks test/Preprocessor/init.c.
2012-01-30 Fariborz Jahaniantest for a v-table dispatch that consumes an
2012-01-30 Richard Smithconstexpr: disallow signed integer overflow in integral...
2012-01-30 Nico WeberFix "long double" and __SIZE_TYPE__ on powerpc.
2012-01-30 Douglas GregorRemove tgmath.h from the module map for now, because...
2012-01-30 Fariborz Jahanianobjc-arc: Perform null check on receiver before sending...
2012-01-30 Anna Zaks[analyzer] Rename the checker as per Ted's comment...
2012-01-30 Jean-Daniel... Disable "non literal format string" for NSString that...
2012-01-30 Anna Zaks[analyzer] Make osx.cocos.CFContainersSyntax a default...
2012-01-30 Douglas GregorFix typo spotted by Sebastian. Thanks!
2012-01-30 John McCallPer discussion on cxx-abi-dev, don't drop leading zeroe...
2012-01-30 Benjamin KramerSmallBitVectorize the deduced parameter set.
2012-01-30 Chandler CarruthFix yet another issue introduced when renaming '-ccc...
2012-01-30 Craig TopperRemove long dead code for handling vector shift by...
2012-01-30 Jean-Daniel... Update on format attribute handling.
2012-01-30 Craig TopperRemove custom handling for cmpsd/cmpss/cmppd/cmpps...
2012-01-30 Craig TopperCleanup 3dnow builtin handling. Most of them were alrea...
2012-01-30 Anna Zaks[analyzer] Add index out of bounds check for CFArrayGet...
2012-01-30 Douglas GregorIntroduce TargetInfo::hasFeature() to query various...
2012-01-30 Chris LattnerSimplify code by using the new getAggregateElement...
2012-01-30 Douglas GregorThread a TargetInfo through to the module map; we'll...
2012-01-30 NAKAMURA TakumiCMake: Promote the testing targets out of folders on...
2012-01-29 Douglas GregorJust disable the compiler-builtins module test on MSVC...
2012-01-29 Douglas GregorTeach tgmath.h to only include <complex.h> if it's...
2012-01-29 Douglas GregorTry to get useful diagnostics out of the failing MSVC...
2012-01-29 Douglas GregorAlternate fix to the modules failures that doesn't...
2012-01-29 Douglas GregorIf there's no math.h, then tgmath.h should just be...
2012-01-29 Douglas GregorTemporary disable the -verify on this test in the hope...
2012-01-29 Douglas GregorIntroduce a module map for (some of) the compiler-supplied
2012-01-29 Fariborz Jahanianrevert r149184
2012-01-29 Douglas GregorSwitch over to LLVM's file-level locking facility
2012-01-29 Douglas GregorUpdate line numbers. Sigh
2012-01-29 Douglas GregorAlso require a proper shell
2012-01-29 Douglas GregorEnsure that we clean up after a failed module build...
2012-01-29 Douglas GregorImplement code completion support for module import...
2012-01-29 Douglas GregorRework HeaderSearch's interface for getting a module...
next