]> granicus.if.org Git - clang/shortlog
clang
2011-05-24 Daniel DunbarDriver: Don't warn about unused PIE arguments.
2011-05-24 Sean HuntImplement a new type node, UnaryTransformType, designed...
2011-05-24 Nick LewyckyFix Darwin test for r132006.
2011-05-24 Nick LewyckyWhen given one of the applicable coverage flags, try...
2011-05-24 Ted KremenekAdd explicit CFG support for ignoring static_asserts.
2011-05-24 Roman DivackyLet amd64 be used in target triple instead of x86_64...
2011-05-24 Argyrios KyrtzidisAdd new warning that warns when invoking 'delete' on...
2011-05-24 Douglas GregorImplement the initial part of C++0x [expr.const]p2...
2011-05-24 Jim GrosbachFor non-Darwin, a plain 'char' type is unsigned.
2011-05-24 Chandler CarruthFix a bug in the most recent openSUSE support patch.
2011-05-24 Chandler CarruthFix a bug in -Wundefined-reinterpret-cast where we...
2011-05-24 Nico WeberMake it possible for external tools to distinguish...
2011-05-24 Francois PichetMSVC doesn't do any validation regarding exception...
2011-05-24 Devang PatelTest case for r131940.
2011-05-23 Sean HuntDelete the extraneous return statement that was causing...
2011-05-23 David ChisnallFix bug introduced with r131930.
2011-05-23 Sean HuntImplement explicit specialization of explicitly-default...
2011-05-23 David ChisnallDon't omit retain / release / autorelease message sends...
2011-05-23 David ChisnallFix some problems where functions must be bitcast but...
2011-05-23 Sean HuntCorrectly propagate defaultedness across template insta...
2011-05-23 Manuel KlimekFix examples compile break due to rewrite of isa.
2011-05-23 Francois PichetEmulate a MSVC bug where if during an using declaration...
2011-05-22 Chris Lattnerattempt to fix windows testers, which generate #line...
2011-05-22 Chris Lattnermake the x86-32 backend specify a byval alignment,...
2011-05-22 Chris LattnerFix x86-64 byval passing to specify the alignment even...
2011-05-22 David ChisnallProvide the runtime with information about the GC compi...
2011-05-22 Chris LattnerInvoke the FileChanged callback before pushing the...
2011-05-22 Chris Lattnerfix 80 col violation
2011-05-22 Chris Lattneradd opensuse toolchain support, patch by Ismail Donmez!
2011-05-22 David ChisnallChange the default for supporting ObjC GC to true....
2011-05-22 Nick LewyckyFix fallout from r131838.
2011-05-22 Chris LattnerAdd Redhat Enterprise Linux to the Linux toolchain...
2011-05-22 Douglas GregorAdd an assertion to tell us when we're going off the...
2011-05-21 Chris Lattneradjust to mainline api change.
2011-05-21 Douglas GregorAudit and finish the implementation of C++0x nullptr...
2011-05-21 Douglas GregorIt's considered poor form to create references to the...
2011-05-21 Douglas GregorClassify bound member function types are member functio...
2011-05-21 Chris Lattnerswitch clang off StandardPasses.h onto PassManagerBuilder.h
2011-05-21 Douglas GregorFix our handling of the warning when one tries to pass a
2011-05-21 Eli FriedmanFix the clang part of PR7952: rewrite the specializatio...
2011-05-21 Douglas GregorDiagnose the presence of storage-class-specifiers on...
2011-05-21 Douglas GregorTeach Sema::ActOnUninitializedDecl() not to try to...
2011-05-21 Douglas GregorIntroduce the -fdiagnostics-format=xxx option to contro...
2011-05-21 Douglas GregorA few more is(Un)signedIntegerType/is(Un)signedOrEnumer...
2011-05-21 Douglas GregorImplement C++0x semantics for passing non-POD classes...
2011-05-21 Argyrios KyrtzidisOnly ignore extra tokens after #else if we skip it...
2011-05-20 Ted KremenekFix regression in static analyzer's handling of prefix...
2011-05-20 Sean HuntAdd a missing case for default constructor deletion.
2011-05-20 Sebastian RedlIntroduce XFAILed test for braced initializer lists.
2011-05-20 Douglas GregorIntroduce Type::isSignedIntegerOrEnumerationType() and
2011-05-20 Oscar FuentesCMake: add support for CLANG_VENDOR. PR9966.
2011-05-20 Douglas GregorDowngrade the error about re-opening an inline namespac...
2011-05-20 Douglas GregorDiagnose unexpanded parameter packs in return statement...
2011-05-20 Benjamin Kramersandybridge is now called corei7-avx
2011-05-20 Douglas GregorRemove the clang-test-XXX targets from the CMake builds...
2011-05-20 Douglas GregorClean up two comments
2011-05-20 Sebastian RedlFix PR9941 for out-of-line template destructors too.
2011-05-19 Matt Beaumont-GayUndo enough of r131143 to make private copy ctor diags...
2011-05-19 Ted KremenekTeach RegionStore not to symbolic array values whose...
2011-05-19 Devang PatelFix location of setter/getter synthesized for a property.
2011-05-19 Sean HuntRevert r131672 until __underlying_type is properly...
2011-05-19 Eli FriedmanFix test on Windows.
2011-05-19 Sean HuntImplement a __has_feature for __underlying_type
2011-05-19 Joerg SonnenbergerCorrection for r131662, the GNU as option is --fatal...
2011-05-19 Sean HuntAdd a test for __underlying_type
2011-05-19 Joerg SonnenbergerSupport -fatal-warnings for the assembler frontend
2011-05-19 Sebastian RedlFix PR9941 again, this time for templates.
2011-05-19 David Chisnall- Fixes openSUSE detection for 11.4 and upcoming 12.1
2011-05-19 David ChisnallAdd paths used by openSuSE 12.1
2011-05-19 Sean HuntImplement __underlying_type for libc++.
2011-05-19 Sebastian RedlReapply r121528, fixing PR9941 by delaying the exceptio...
2011-05-19 Ted KremenekTeach static analyzer to analyze Objective-C methods...
2011-05-19 Eli FriedmanMake __builtin_shufflevector and -ftrapv work correctly...
2011-05-18 Sean HuntAfter consultation with doug, revert r131515.
2011-05-18 Sean HuntRevert r121528 as it breaks a simple testcase, which...
2011-05-18 Roman DivackyAdd ARMTargetCodeGenInfo::initDwarfEHRegSizeTable(...
2011-05-18 Sebastian RedlImplement implicit exception specifications of destructors.
2011-05-18 Sean HuntImplement an additional fix for infinite recursion...
2011-05-18 Sean HuntForce declaration of implicit members in C++0x mode.
2011-05-17 Eric ChristopherAdd some support for RHEL5 systems.
2011-05-17 Bill WendlingConditionalize the use of 4.4 or 4.2 format based on...
2011-05-17 Fariborz JahanianCode cleanup of my last patch.
2011-05-17 Fariborz JahanianPatch to fix IR-gen crash generating structure ABI...
2011-05-17 Argyrios KyrtzidisFix a nasty bug where inside StringLiteralParser:
2011-05-17 Argyrios KyrtzidisDo some safety checks.
2011-05-17 Eli FriedmanFor calls returning first-class aggregates, store by...
2011-05-17 John McCallRevert r131434, my commit disabling the complete-object...
2011-05-17 Sean HuntFix some minor bugs and add a lot more test cases for...
2011-05-17 Sean HuntAdd some more tests.
2011-05-17 Rafael EspindolaFix comment.
2011-05-17 Rafael EspindolaThe logic about -static is darwin only. For now assume...
2011-05-17 Argyrios KyrtzidisRevert r131447, see if it fixes the buildbot.
2011-05-17 Argyrios KyrtzidisInside isEmptyRecord function, for CXXRecordDecl just...
2011-05-17 Argyrios KyrtzidisReapply the commits that r131401 reverted and add a...
2011-05-17 Devang PatelSet up appropriate context for member function.
2011-05-17 Sean HuntImplement some tests for defaulted constructors. To...
2011-05-16 Ted KremenekFix crash on C++ code when compiling with -finstrument...
2011-05-16 John McCallEmit complete-object constructors for abstract classes...
2011-05-16 Sean HuntImplement the new C++0x rules for non-trivial things...
2011-05-16 Manuel KlimekPulls the common part of the clang-check example into...
next