]> granicus.if.org Git - clang/shortlog
clang
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...
2010-04-13 John McCallParse constructor names in friend declarations. Part...
2010-04-13 Fariborz JahanianRemove this test for now until I can figure out
2010-04-13 John McCallDon't try to find a scope corresponding to the search...
2010-04-13 Fariborz JahanianModify test to be darwin specific.
2010-04-13 Chris Lattneradd frontend support for -fdata-sections and -ffunction...
2010-04-13 Fariborz JahanianAdd support for objc_copyStruct to enforce
2010-04-13 Devang PatelFix debug info for cleanup block.
2010-04-13 Chris Lattnercache the PP's SourceManager.
2010-04-13 John McCallDiagnose declarations of conversion functions with...
2010-04-13 Chris Lattnermake the preprocessor listen to linemarker directives...
2010-04-12 Douglas GregorRemove some dead FIXMEs
2010-04-12 Douglas GregorImplement C++ [over.ics.user]p3, which restricts the...
2010-04-12 Douglas GregorImprove source-location information for C++ conversion...
2010-04-12 Chris Lattnerfix a minor bug I noticed while work with Jordy's patch...
2010-04-12 Ted KremenekAdd fixit hint for missing ':' in ternary expressions.
2010-04-12 Chris Lattnerfix PR6814 - Only print [-pedantic] on a diagnostic...
2010-04-12 Ted KremenekAdd 'clang_getCursorLanguage' to return the "language...
2010-04-12 Ted KremenekSort exports file.
2010-04-12 Chris Lattnerfix PR6660/6168: emit padding as zeros instead of undef...
2010-04-12 Daniel DunbarIRgen: Factor out ComputeBitFieldInfo.
2010-04-12 Douglas GregorImplement C++ [temp.local]p4, which specifies how we...
2010-04-12 Ted KremenekFix null dereference in 'WriteSourceLocation' when...
2010-04-12 Benjamin KramerPrune includes.
2010-04-12 Ted KremenekUpdate doxygen comments about lifetime requirements...
2010-04-12 Fariborz JahanianAdd some API code for future work.
2010-04-12 Daniel DunbarIRgen: Add CGRecordLayout::dump, and dump (irgen) recor...
2010-04-12 Chris Lattnerfix PR6819
2010-04-12 Chris Lattnertighten the check for cast of super to avoid rejecting...
2010-04-12 Douglas GregorWhen creating the implicitly-declared special member...
2010-04-12 Chris Lattnerfix rdar://7852959 - Use of super within a block is...
2010-04-12 Fariborz JahanianIssue warning when 'weak_import' attribute is applied...
2010-04-12 Douglas GregorRemove the blanket statement about Clang not supporting...
2010-04-12 Douglas GregorFix a crash-on-invalid involving name lookup of tag...
2010-04-12 Douglas GregorAdd another test case for r101029, which verifies that...
2010-04-12 Douglas GregorBe sure to instantiate the parameters of a function...
next