]> granicus.if.org Git - clang/shortlog
clang
2011-06-01 Douglas GregorImprove the readability of the "Expressive Diagnostics...
2011-06-01 Douglas GregorFix an incorrect warning about explicit template specia...
2011-06-01 Argyrios KyrtzidisXFAIL the test on windows.
2011-06-01 Rafael EspindolaAdd the necessary -L option for finding libprofile_rt...
2011-06-01 Ted KremenekRename -Wunknown-attributes to -Wattributes to match...
2011-06-01 Ted KremenekRemove derelict documentation.
2011-06-01 Eli FriedmanDon't use stdint.h; including it directly is not allowe...
2011-06-01 Douglas GregorThe expression in a noexcept exception-specification...
2011-06-01 Douglas GregorImplement comparisons between nullptr and Objective...
2011-06-01 Benjamin KramerRemove pointless assert, N is unsigned.
2011-06-01 Benjamin KramerChange a name for consistency and hopefully unbreak...
2011-06-01 Nick LewyckyEven a return statement of an expression with a depende...
2011-06-01 Argyrios Kyrtzidis[PCH] Be conservative and check all the files the PCH...
2011-06-01 Francois PichetMicrosoft friend acting as a forward declaration; try...
2011-06-01 Manuel KlimekFix broken test on windows. To get operator new working...
2011-06-01 Manuel KlimekFixes Makefile based build for examples/Tooling.
2011-06-01 Nick LewyckyPut Parse before Sema on the link line since parse...
2011-06-01 Manuel KlimekFix test breakage due to example not being built.
2011-05-31 Manuel KlimekThis patch implements an AST matching framework that...
2011-05-31 Devang PatelFix test, check for stable strings in the output.
2011-05-31 Francois PichetRevert 132332 (Microsoft friend as a forward declaratio...
2011-05-31 Devang PatelRobustify objc method type description (subroutine...
2011-05-31 Devang PatelList objective-c ineterfaces as public types in dwarf...
2011-05-31 Devang PatelList c++ class type as public type in dwarf debug info...
2011-05-31 Sean HuntEnsure we enter an unevaluated context when instantiati...
2011-05-31 Daniel DunbarDriver/Clang: Simplify code to use arch enumerations.
2011-05-31 Francois PichetRecreate the DeclContext before adding the implicit...
2011-05-31 Francois PichetFor compatibility with MSVC, a friend declaration also...
2011-05-31 Nick LewyckyWhenever we instantiate a static data member, make...
2011-05-31 Galina KistanovaNow with the right line endings.
2011-05-31 Zhongxing XuFix linking of clang-wpa.
2011-05-31 Chandler CarruthExpand the coverage of the warning for constants on...
2011-05-31 Argyrios KyrtzidisUtilize PackedVector, introduced with llvm commit r132325.
2011-05-31 Galina KistanovaJust one for now to see how it will fly.
2011-05-31 Galina KistanovaFor X86 specific tests.
2011-05-31 Galina KistanovaPreparations for separating target-specific clang tests.
2011-05-30 David ChisnallFix another incorrect type bug.
2011-05-29 Richard TrieuAdd a new warning on NULL pointer constant to integer...
2011-05-29 Chandler CarruthFix a regression in the source locations for unary...
2011-05-28 John McCallConvert Clang over to resuming from landing pads with...
2011-05-28 Chris Lattnermake this a bit less confusing
2011-05-28 Benjamin KramerEliminate temporary argument vectors.
2011-05-28 David ChisnallFix another type mismatch.
2011-05-28 David ChisnallFix missing cast.
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...
next