]> granicus.if.org Git - clang/shortlog
clang
2009-12-24 Anders CarlssonFill in the return value slot in CGExprAgg::VisitCallEx...
2009-12-24 Douglas GregorAdd test case for PR5868, and improve location informat...
2009-12-24 Anders CarlssonAdd a test for x86-64 struct returns under gc.
2009-12-24 Douglas GregorWhen rebuilding a MemberExpr that refers to an anonymou...
2009-12-24 Anders CarlssonPass ReturnValueSlot to EmitCall. No functionality...
2009-12-24 Daniel DunbarFix -Asserts warning.
2009-12-24 Anders CarlssonAdd a ReturnValueSlot class. Change the argument order...
2009-12-24 Douglas GregorWhen transforming CXXExprWithTemporaries and CXXBindTem...
2009-12-24 Douglas GregorFix double-destruction assertion to account for tempora...
2009-12-24 Douglas GregorAssert that we aren't trying to push the same C++ tempo...
2009-12-24 Douglas GregorInitializationSequence handles binding to temporaries...
2009-12-24 John McCallFix the clang-on-clang build: APFloat reports underflo...
2009-12-24 John McCallTweak the text of several main() diagnostics and punch...
2009-12-24 John McCallDiagnose out-of-bounds floating-point constants. Fixes...
2009-12-24 Mike StumpRemove some dead code.
2009-12-24 Mike StumpCleanup some dead code.
2009-12-24 Zhongxing XuAs Ted suggested, record the callsite information with...
2009-12-24 Ted KremenekAdd analyzer test case for 'ForStmt' with condition...
2009-12-24 Ted KremenekEnhance dataflow analyses to recognize branch statement...
2009-12-24 Mike StumpDon't set hidden for a non-external symbol as that...
2009-12-24 David ChisnallFix for bug 5691.
2009-12-24 Zhongxing XuInter-procedural analysis: now we can return from the...
2009-12-24 Ted KremenekFix bug I just introduced in ForStmt::child_end() where...
2009-12-24 Ted KremenekTeach GRExprEngine to handle the initialization of...
2009-12-24 Ted KremenekAdd CFG support for the initializer of the condition...
2009-12-24 Ted KremenekCoelesce 'DoDestroy()' methods in Stmt.cpp, and modify...
2009-12-24 Ted KremenekCFG tweak: in a WhileStmt, the condition variable initi...
2009-12-24 Mike StumpFix recent regression caught by g++.old-deja/g++.mike...
2009-12-24 Ted KremenekTeach GRExprEngine to handle the initialization of...
2009-12-24 Ted KremenekAdd CFG support for the initializer of the condition...
2009-12-24 Ted KremenekModify WhileStmt::child_begin()/child_end() to include...
2009-12-24 Ted KremenekAdd test case for PR 4358.
2009-12-24 Ted KremenekTeach GRExprEngine to handle the initialization of...
2009-12-24 Ted KremenekAdd CFG support for the initializer of the condition...
2009-12-24 Ted KremenekModify SwitchStmt::child_begin()/child_end() to include...
2009-12-24 Nuno Lopessupport the warn_unused_result in C++ class methods
2009-12-23 Nuno Lopesallow the noreturn attribute to be used in class methods
2009-12-23 Ted KremenekAdd StmtIterator support for iterating over both the...
2009-12-23 Ted KremenekTidy up FindSubExprAssignments to not deference the...
2009-12-23 Douglas GregorWhen we see a CXXDefaultArgExpr during template instant...
2009-12-23 Mike StumpFix regression found by g++.dg/eh/alias1.C.
2009-12-23 Ted KremenekIncrease StmtIterator size by one pointer (separating...
2009-12-23 Anders CarlssonMangle block pointer types. Fixes PR5858.
2009-12-23 Chris Lattnerfix typo
2009-12-23 Douglas GregorThere is no such thing as typeinfo for a cv-qualified...
2009-12-23 Fariborz JahanianMore cleanup/refactoring of the rewrite.
2009-12-23 Chris Lattnersimplify my previous patch.
2009-12-23 Chris Lattnerfix opencl extvector element extraction on rvalues...
2009-12-23 Chris Lattnercomment tweak
2009-12-23 Fariborz JahanianSome cleanup and refactoring of rewriter.
2009-12-23 Ted KremenekTidy up ~ASTContext a bit by turning orphan compound...
2009-12-23 Douglas GregorDiagnose the use of incomplete types in C++ typeid...
2009-12-23 Ted KremenekRename test file.
2009-12-23 Ted KremenekChange test case to use 'clang -cc1' (without --disable...
2009-12-23 Douglas GregorRemove cv-qualifiers from the argument to typeid
2009-12-23 Fariborz JahanianThis patch concludes rewriteing of __block variables...
2009-12-23 Anders CarlssonMangle template template parameters. Fixes PR5861.
2009-12-23 Fariborz JahanianRemoved a FIXME comment.
2009-12-23 Fariborz JahanianMore rewriting of __block variables.
2009-12-23 Chris Lattnerfix the microsoft "charify" extension to return the...
2009-12-23 Chris Lattnerupdate comments
2009-12-23 Chris Lattnerswitch -Werror/-Wfatal-errors error conditions to use...
2009-12-23 Eli FriedmanFix the overflow calculation in Sema::CheckTemplateArgu...
2009-12-23 Douglas GregorWhen using a default function argument for a function...
2009-12-23 Kovarththanan... Remove RewriteBlocks. It has been superseded by RewriteObjC
2009-12-23 Nuno Lopesmove a few more symbols to .rodata/.data.rel.ro
2009-12-23 Douglas GregorDon't commit my silly little local changes
2009-12-23 Douglas GregorDon't disable smart pointers, silly
2009-12-23 Douglas GregorFix DISABLE_SMART_POINTERS build
2009-12-23 Steve NaroffAdd support for handling initializers in RewriteObjC...
2009-12-23 Zhongxing XuRegister call inliner as the last checker.
2009-12-23 Zhongxing XuMigrate the call inliner to the Checker interface.
2009-12-23 Ted KremenekAdd 'DeclStmt::DoDestroy()' which doesn't actually...
2009-12-23 Zhongxing XuFor inter-procedural analysis, predecessor node may...
2009-12-23 Ted KremenekAdd CFG support for the condition variable that can...
2009-12-23 Ted KremenekSuppress dead store warnings involving objects initiali...
2009-12-23 Ted KremenekAdd stack trace pretty printing in GRExprEngine::VisitL...
2009-12-23 Ted KremenekFix CXXConstructExpr::getSourceRange() to not include...
2009-12-23 Eric ChristopherUpdate for the intrinsic changes in llvm: the object...
2009-12-23 Ted KremenekTeach GRExprEngine::VisitLValue to ignore CXXExprWithTe...
2009-12-23 Ted KremenekFix PR 5857. When casting from a symbolic region to...
2009-12-23 Ken DyckRemove CharUnits::toString() to eliminate dependence...
2009-12-23 Fariborz JahanianPatch to do more rewrite of __block variables.
2009-12-23 John McCallEliminate a completely unnecessary buffer copy when...
2009-12-23 Ted KremenekTeach GRExprEngine::VisitLValue that we don't handle...
2009-12-23 Ted KremenekAlso treat the type of the subexpression as a pointer...
2009-12-23 Ted KremenekAdd assertion to check for valid source ranges.
2009-12-23 John McCallTest case for PR5134.
2009-12-23 Daniel DunbarDriver: Fix '... -O4 -O0 ...', which was generating...
2009-12-23 Daniel DunbarDriver: Drop ToolChain::getHost()
2009-12-23 John McCallTest case from PR5476.
2009-12-23 John McCallSet a member's access specifier even if it doesn't...
2009-12-23 Ted KremenekAdd basic support for analyzing CastExprs as lvalues.
2009-12-23 Douglas GregorObjective-C methods can be variadic, too. Who knew.
2009-12-23 Douglas GregorSwitch Sema::CreateOverloadedUnaryOp over to Initializa...
2009-12-23 Nuno Lopesset svn:ignore
2009-12-22 Nuno Lopeswarn when attribute warn_unused_result is applied to...
2009-12-22 Douglas GregorAllow the first parameter of operator new to be a cv...
2009-12-22 Daniel DunbarDriver: When linking, don't warn about unused arguments...
2009-12-22 Chris Lattnerimplement -W[no-]fatal-errors, patch by Christian Adåker!
next