]> granicus.if.org Git - clang/shortlog
clang
2011-05-28 Bruno Cardoso... Add support for ARM ldrexd/strexd builtins
2011-05-28 Argyrios KyrtzidisAdd a couple of helper methods in the SourceManager...
2011-05-27 Douglas GregorClean up a C++0x/C++03 conditional check.
2011-05-27 Eli FriedmanAdd unnamed_addr to internal globals which are only...
2011-05-27 Eli FriedmanMatch llvm-gcc's string literals alignment by forcing...
2011-05-27 Eli FriedmanBack out r132209; it's breaking nightly tests.
2011-05-27 Douglas GregorClean up my changes to jump-diagnostic handling for...
2011-05-27 John McCallImplement a new, much improved version of the cleanup...
2011-05-27 Sean HuntAdd assertions to verify that we are not trying to...
2011-05-27 Douglas GregorUpdate the jump-scope checker for local variables with...
2011-05-27 Richard TrieuAdd an additional check for null pointer before accessi...
2011-05-27 Chandler CarruthEnhance Clang to start instantiating static data member...
2011-05-27 Douglas GregorObjective-C doesn't consider the use of incomplete...
2011-05-26 Benjamin KramerSilence sign compare warning.
2011-05-26 Richard TrieuChange the include stack of "instantiated from" notes...
2011-05-26 Richard TrieuAdd a fix-it and better error recovery for improperly...
2011-05-26 Ted KremenekTighen analyzer diagnostics w.r.t ObjC/CF leaks.
2011-05-26 Chandler CarruthExtract two more methods from the unary type trait...
2011-05-26 Chandler CarruthRemove a no longer relevant comment. It was just repeat...
2011-05-26 Chandler CarruthExtract the vec_step trait operand checking to a stand...
2011-05-26 Chandler CarruthAdd a convenience interface for checking expression...
2011-05-26 Sean HuntImplement a new warning for when adding a default argum...
2011-05-26 Eli FriedmanSkip extra copy from aggregate where it isn't necessary...
2011-05-25 Ted Kremenekstatic analyzer: when conservatively evaluating functio...
2011-05-25 Sean HuntUpdate our diagnostics to properly account for move...
2011-05-25 Sean HuntFix a minor thinko that leads to a crash if PatternDecl...
2011-05-25 Sean HuntImplement a little bit of cleanup and a lot more of...
2011-05-25 David ChisnallRemove bitcast to incorrect type.
2011-05-25 Douglas GregorProperly align UnaryTransformType when allocating it
2011-05-25 Ted KremenekUpdate checker build to checker-257.
2011-05-25 Francois PichetDisable MSVC warning about runtime stack overflow for...
2011-05-25 Francois PichetFix MSVC warning: <unsafe use of type 'bool' in operation>
2011-05-25 Francois PichetAdd support for Microsoft __if_exists, __if_not_exists...
2011-05-25 Ted KremenekTeach analyzer about cf_returns_not_retained for C...
2011-05-25 Ted KremenekEnhance retain/release checker to flag warnings when...
2011-05-25 Argyrios KyrtzidisA StringRef-ication of the DiagnosticIDs API and internals.
2011-05-25 Rafael EspindolaUpdate for llvm api change.
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
next