]> granicus.if.org Git - clang/shortlog
clang
2010-05-25 Douglas GregorImprove code completion in failure cases in two ways:
2010-05-25 Zhongxing XuCastSizeChecker checks when casting a malloc'ed symboli...
2010-05-25 John McCallIf a function definition has any sort of weak linkage...
2010-05-25 Nick LewyckyMake this class useful as a base.
2010-05-25 Daniel DunbarIRgen/C++: When mark vtables used, make sure to still...
2010-05-25 Daniel DunbarSimplify.
2010-05-24 Chris Lattnerimprove the fixit for the missing : error when parsing...
2010-05-24 Chris Lattneradd a few more categories.
2010-05-24 Chris Lattnermissed an svn add
2010-05-24 Chris Lattnerpush categories forward a bit more: document them,...
2010-05-24 Douglas GregorDon't complain about VLAs of non-POD types when the...
2010-05-24 Douglas GregorA type- or value-dependent expression cannot use bitfield
2010-05-24 Chris Lattnerwhen too many errors are emitted, and we produce:
2010-05-24 Fariborz JahanianFix a rewriting bug where a local static objective-c
2010-05-24 Fariborz JahanianFix an objective-c rewriter bug when pre-processed...
2010-05-24 Douglas GregorMake sure that we instantiate variably modified types...
2010-05-24 Douglas GregorDowngrade deletion of a void* from an error (which...
2010-05-23 Douglas GregorAn identity conversion is better than any non-identity
2010-05-23 Douglas GregorIn C++, one cannot assign from an arithmetic type to...
2010-05-23 Douglas GregorMake clang_isFromMainFile() robust against NULL source...
2010-05-23 Benjamin KramerAdd a comment for r104472.
2010-05-23 Benjamin KramerPR5863: Don't erase unreachable BBs which have an assoc...
2010-05-23 Douglas GregorIt turns out that people love using VLAs in templates...
2010-05-23 Douglas GregorComplain about sizeof(overloaded function) rather than...
2010-05-23 Douglas GregorMove OverloadExpr over to a ASTContext-allocated pointe...
2010-05-23 Douglas GregorProvide the overloaded functions for UnresolvedLookupEx...
2010-05-23 Douglas GregorKeep track of all of the class and function template...
2010-05-23 Anders CarlssonWhen recording empty subobjects we should always look...
2010-05-23 Douglas GregorPut the VLA-is-an-extension warning into its own warnin...
2010-05-23 Douglas GregorEven though we don't unique VLA types, we still need...
2010-05-22 John McCallRe-teach IR gen to perform GC moves on rvalues resultin...
2010-05-22 Anders CarlssonReally fix PR7139. There was one boost test that we...
2010-05-22 Anders CarlssonRe-land the fix for PR7139.
2010-05-22 Douglas GregorDon't look for a destructor in a dependent type. Fixes...
2010-05-22 Douglas GregorWhen determining whether we can use "this", make sure...
2010-05-22 Douglas GregorImplement support for variable length arrays in C+...
2010-05-22 Chris Lattnerminor updates
2010-05-22 Douglas GregorImprove our handling of reference binding for subobjects of
2010-05-22 Daniel DunbarAttempt to make MSVC happy.
2010-05-22 Chandler CarruthDaniel re-educated me about what Alias does and does...
2010-05-22 John McCallPush a return-value slot throughout ObjC message-send...
2010-05-22 Daniel DunbarDriver: When printing a "command was signalled" type...
2010-05-22 Daniel DunbarDriver: Add Tool::ShortName, intended to be a human...
2010-05-22 Ted KremenekMake crashreport data in libclang a compile-time option.
2010-05-21 Douglas GregorImprove recovery when we see a dependent template name...
2010-05-21 Fariborz JahanianClang missing warning about conflicting declaration...
2010-05-21 Douglas GregorImprove parser recovery when we encounter a dependent...
2010-05-21 Nick LewyckyOutdent this file by 2 spaces per the coding standards...
2010-05-21 Anders CarlssonUnbreak self-host.
2010-05-21 Ted KremenekUpdate retain-release checker to understand changes...
2010-05-21 Ted KremenekPass around an error SourceRange instead of an Expr...
2010-05-21 Anders CarlssonRename CodeGenFunction::EmitMemSetToZero to EmitNullIni...
2010-05-21 Douglas GregorWhen instantiating a function declaration within a...
2010-05-21 Chris Lattnerdown with export.
2010-05-21 Abramo BagnaraImproved TypeLoc::getSourceRange().
2010-05-21 Chris Lattneranother unneeded line.
2010-05-21 Chris Lattnermajor update to the C++ status page. C++ support is
2010-05-21 John McCallPropagate access specifiers to anonymous union members...
2010-05-21 Ted KremenekFix crash in CFG construction for 'break' statements...
2010-05-21 Douglas GregorUse CanQualType to enforce the use of a canonical type...
2010-05-21 Chris Lattnerdon't make _Bool be a keyword in -fms-extensions mode...
2010-05-21 Benjamin KramerTry to fix MSVC build.
2010-05-21 Douglas GregorDon't remove the break/continue scope of a for loop...
2010-05-21 Nick LewyckyTypeVisitor doesn't visit Stmts.
2010-05-21 Douglas GregorWhen generating the call arguments in a thunk to call...
2010-05-21 Fariborz JahanianChanged test to use FileCheck.
2010-05-21 Chandler CarruthTeach the RecursiveASTVisitor to enter parts of the...
2010-05-21 Chandler CarruthAdd braces to avoid an ambiguous else, fixing a GCC...
2010-05-21 John McCallAllocate space in a block record for implicit reference...
2010-05-21 John McCallWhen emitting an lvalue for an anonymous struct or...
2010-05-21 John McCallIntroduce a method to get from an anonymous struct...
2010-05-21 Douglas GregorWhen instantiating anonymous structs/unions within...
2010-05-21 Daniel Dunbardocs: Man page tweaks, to mention the integrated assemb...
2010-05-20 Daniel DunbarFix __crashreport_info__ declaration.
2010-05-20 Douglas GregorFix a crasher in constructor-initializer reordering...
2010-05-20 Chris Lattnermake -Wc++-hex-floats be a member of -Wc++0x-compat,
2010-05-20 Fariborz JahanianGenerate objc_memmove_collectable write-barrier for
2010-05-20 Chris LattnerDon't warn about use of hex floats in c++ mode by default,
2010-05-20 John McCallBe sure to apply initializers to members of anonymous...
2010-05-20 Douglas GregorImprove parser recovery when a switch condition is...
2010-05-20 Douglas GregorAdd a new failure kind, FK_Incomplete, to Initializatio...
2010-05-20 Daniel DunbarDriver: Switch to using the integrated assembler for...
2010-05-20 Fariborz JahanianAdds support for generation of objc_memmove_collectable API
2010-05-20 Daniel DunbarDriver: Add a tool definition for the Clang integrated...
2010-05-20 Douglas GregorReinstate r104117, Chandler Carruth's change that ...
2010-05-20 Fariborz JahanianMore Objective-C++ GC tests.
2010-05-20 Daniel Dunbarclang -cc1as: Add -help, -version, and -mllvm support.
2010-05-20 Daniel DunbarDriver/MC: Add 'clang -cc1as' integrated assembler...
2010-05-20 Daniel DunbarDriver: Move some argument lookup utilities into driver...
2010-05-20 Fariborz JahanianCopy construction of non-trivial properties must not
2010-05-20 Douglas GregorPicky, picky
2010-05-20 Douglas GregorFix a thinko
2010-05-20 Douglas GregorAssert that we do not try to memcpy a non-POD class...
2010-05-20 Abramo BagnaraAdded TemplateArgumentListInfo to FunctionTemplateSpeci...
2010-05-20 David ChisnallFix my inability to spell 'continue' and a case where...
2010-05-20 Abramo BagnaraRenamed misleading getSourceRange -> getLocalSourceRang...
2010-05-20 Douglas GregorRework our handling of binding a reference to a temporary
2010-05-20 John McCallWhoops.
2010-05-20 John McCallDon't try to check jump scopes in invalid functions...
2010-05-20 Douglas GregorWhen creating a this-adjustment thunk where the return...
next