]> granicus.if.org Git - clang/shortlog
clang
2010-04-16 Douglas GregorEliminate the ForceRValue parameter from TryCopyInitial...
2010-04-16 Douglas GregorMove Sema::TryCopyInitialization into a static function in
2010-04-16 Douglas GregorEliminate ForceRValue parameters from reference binding...
2010-04-16 Benjamin KramerSilence warning.
2010-04-16 Douglas GregorEliminate the ForceRValue parameter to Sema::AddOverloa...
2010-04-16 Douglas GregorEliminate the ForceRValue parameter from most of Sema...
2010-04-16 Douglas GregorEliminate the ForceRValue parameter from Sema::IsUserDe...
2010-04-16 Douglas GregorEliminate the default value for the UserCast parameter...
2010-04-16 Douglas GregorEliminate the Elidable parameter to PerformImplicitConv...
2010-04-16 Dan GohmanRemove this hard-coded buffer size. In some basic exper...
2010-04-16 Anders CarlssonMake CGRecordLayoutBuilder deal with wide bit-fields...
2010-04-16 Anders CarlssonRemove printfs.
2010-04-16 Anders CarlssonMore work on wide bit-fields, WIP.
2010-04-16 Dan GohmanAdd Debug+Coverage to svn:ignore.
2010-04-16 Anders CarlssonStart working on handling wide bitfields in C++
2010-04-16 Anders CarlssonRename the ASTContext member 'Context'.
2010-04-16 Douglas GregorOnly predefine the macro _GNU_SOURCE in C++ mode when...
2010-04-16 Chris Lattnertidy up
2010-04-16 Eric ChristopherExpand the argument diagnostics for too many arguments...
2010-04-16 Eric ChristopherExpand argument diagnostic for too few arguments to...
2010-04-16 Dan GohmanConvert libCIndex to use the new native EXPORTED_SYMBOL...
2010-04-16 Douglas GregorFix a bug in caret-line-pruning logic that only happens...
2010-04-15 Douglas GregorAudit uses of Sema::LookupSingleName for those lookups...
2010-04-15 Douglas GregorFeed proper source-location information into Sema:...
2010-04-15 Ted KremenekBetter support USRs for anonymous enums, structs, by...
2010-04-15 Ted KremenekSpecify temporary file for -emit-llvm output in test...
2010-04-15 Ted KremenekDo not generate USRs for declarations with 'no linkage...
2010-04-15 Anders CarlssonImprove the bit-field too wide error message.
2010-04-15 Douglas GregorDiagnose attempts to throw an abstract class type.
2010-04-15 Ted KremenekFix PR 6844, a regression caused by the introduction...
2010-04-15 Anders CarlssonSplit adding the primary virtual base offsets out into...
2010-04-15 Douglas GregorFix a few cases where enum constant handling was using
2010-04-15 Daniel Dunbarclang -cc1: Add a -fno-bitfield-type-align option,...
2010-04-15 Daniel DunbarTweak spelling (Bitfield -> BitField)
2010-04-15 Nick LewyckyTeach -fixit to modify all of its inputs instead of...
2010-04-15 Ted KremenekInclude sender address in completion log.
2010-04-15 Daniel DunbarTidy up comment.
2010-04-15 Daniel DunbarAdd TargetInfo::useBitfieldTypeAlignment().
2010-04-15 Daniel DunbarDriver/Frontend: Add support for -mllvm, which forwards...
2010-04-15 Daniel DunbarIRgen: Change CGBitFieldInfo to take the AccessInfo...
2010-04-15 Daniel DunbarIRgen: Eliminate now unused fields from CGBitFieldInfo.
2010-04-15 Daniel DunbarIRgen: (Reapply 101222, with fixes) Move EmitStoreThrou...
2010-04-15 Eric ChristopherRewrite handling of 64-bit palignr intrinsics to be...
2010-04-15 Ted KremenekTeach ASTVector::append() about the case where 'NumInpu...
2010-04-15 Ted KremenekAdd simple python server for recording code completion...
2010-04-15 Ted KremenekAdd optional timing logging for code completion results...
2010-04-15 Douglas GregorWarn about non-aggregate classes with no user-declared...
2010-04-14 Douglas GregorAlways diagnose and complain about problems in
2010-04-14 Sean HuntFix 80-cols violtaions
2010-04-14 Douglas GregorOnce we've emitted a fatal diagnostic, keep counting...
2010-04-14 Ted KremenekMake CXLanguage_Invalid the first enum value (with...
2010-04-14 Fariborz JahanianFix a -pedantic spurious warning involving @dynamic.
2010-04-14 Chris Lattnerimprove altivec c++ support by adding casts, patch by
2010-04-14 Douglas GregorThread a Scope pointer into BuildRecoveryCallExpr to...
2010-04-14 Douglas GregorTeach typo correction about various language keywords...
2010-04-14 Douglas GregorReturn the corrected DeclarationName from Sema::Correct...
2010-04-14 Daniel DunbarIRgen/NeXT: Simplify to use AST record layout for getti...
2010-04-14 Douglas GregorWhen diagnosing suspicious precedence or assignments...
2010-04-14 Zhongxing XuMove GRStmtNodeBuilder::MakeNode() out of line. No...
2010-04-14 Zhongxing XuAdd support for CXXBoolLiteralExpr.
2010-04-14 Zhongxing XuUse direct assignment instead of user defined conversion.
2010-04-14 Daniel DunbarSpeculatively revert "IRgen: Move EmitStoreThroughBitfi...
2010-04-14 Chris LattnerImprove line marker directive locations, patch by Jordy...
2010-04-14 Chris Lattneradd builtin for __builtin_vsprintf, patch by Paul Davey
2010-04-14 Daniel DunbarIRgen: Move EmitStoreThroughBitfieldLValue to use new...
2010-04-14 Daniel DunbarIRgen: Tweak CGBitFieldInfo doxyments & add an accessor.
2010-04-14 Chris Lattnermake the token paste avoidance logic turn "..." into...
2010-04-14 Chris Lattnerimplement altivec.h and a bunch of support code, patch...
2010-04-14 Chris Lattnerremove some obsolete super-handling code that I forgot...
2010-04-14 Douglas GregorImplement typo correction for Objective-C message sends...
2010-04-14 Douglas GregorIntroduce a parsing action to distinguish between class...
2010-04-14 John McCallMark a function declaration invalid if any of its param...
2010-04-14 John McCallParse friend template ids as types instead of ending...
2010-04-13 Fariborz JahanianAdd encoding of reference types like gcc does for objc...
2010-04-13 Ted KremenekUse ASTVector instead of std::vector for the Exprs...
2010-04-13 Ted KremenekIntroduce ASTVector, which is a std::vector-like class...
2010-04-13 Ted KremenekAdd cursor kind for C++ methods.
2010-04-13 Daniel DunbarIRgen: Move EmitLoadOfBitfieldLValue to use new CGBitfi...
2010-04-13 John McCallFix an embarrasing memory error. I was apparently...
2010-04-13 Daniel DunbarIRgen: Enhance CGBitFieldInfo with enough information...
2010-04-13 Daniel DunbarRemove unnecessary cast.
2010-04-13 John McCallSupport befriending members of class template specializ...
2010-04-13 Fariborz JahanianTwik to radar 7839485. Do not attach weak_import attrib...
2010-04-13 Fariborz JahanianTurn off warning about weak_import attribute
2010-04-13 Fariborz JahanianRemoves a FIXME.
2010-04-13 Fariborz JahanianVariation of objc_copyStruct API generation when
2010-04-13 Chris LattnerRework the ConstStructBuilder code to emit missing...
2010-04-13 Chris Lattnerunbreak tests.
2010-04-13 Chris Lattnermove a bunch of ConstStructBuilder methods out of line.
2010-04-13 Chris Lattnerminor cleanups
2010-04-13 Chris LattnerTeach HasSideEffect about InitListExprs. Not having
2010-04-13 Chris Lattnermake the rewriter add a #ifndef around the #define...
2010-04-13 Douglas GregorRefactor and simplify the computation of implicit conve...
2010-04-13 Douglas GregorWhen returning the result of a call to an object of...
2010-04-13 Douglas GregorDuring referencing binding, only consider conversion...
2010-04-13 Zhongxing XuMake all cases that we don't handle explicit.
2010-04-13 Zhongxing XuDispatch all C++ cast expr to VisitCast().
2010-04-13 Zhongxing XuCFGBuilder: always add C++ member call expr as block...
2010-04-13 John McCallAllow classes to befriend implicitly-declared members...
2010-04-13 Zhongxing XuAdd a cc1 option to specify the max number of nodes...
next