]> granicus.if.org Git - clang/shortlog
clang
2010-04-17 Ted KremenekLog code completion data in json format.
2010-04-17 Ted KremenekSend code completion data in json format.
2010-04-17 Ted KremenekRemove unneeded assertion and don't return a null CXString.
2010-04-16 Chris Lattneremit warn_char_constant_too_large at most once per...
2010-04-16 Chris Lattnermake our existing "switch on bool" warning work for...
2010-04-16 Douglas GregorIf a non-noreturn virtual member function is guaranteed...
2010-04-16 Douglas GregorSwitch Sema::FindCompositePointerType() over to Initial...
2010-04-16 Nuno Lopesfix PR6766: codegen of var initialized with wide char
2010-04-16 Douglas GregorMove Sema::PerformImplicitConversion over to where...
2010-04-16 Douglas GregorMake Sema::BuildCXXCastArgument static, since it now...
2010-04-16 Douglas GregorCollapse the three separate initialization paths in
2010-04-16 Ted KremenekRework USR generation for symbols with no linkage....
2010-04-16 Nuno Lopesignore Output folder
2010-04-16 Nuno Lopesignore Output folder
2010-04-16 Nuno Lopesadd another test for the undef patch just for to have...
2010-04-16 Chris Lattnerfix a bogus assertion exposed by a recent change: packi...
2010-04-16 Nuno Lopesemit padding as undef values, take 2
2010-04-16 Douglas GregorSwitch the checking of implicit casts for static_cast...
2010-04-16 Nick LewyckyAdd a write(raw_ostream&) method to RewriteBuffer....
2010-04-16 Chris Lattnerallow mapping fatal errors to errors.
2010-04-16 Douglas GregorKill ForceRValue once and for all
2010-04-16 Ted KremenekStatic analyzer: Don't crash when casting a symbolic...
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...
next