summaryrefslogtreecommitdiff
path: root/test/Sema/merge-decls.c
AgeCommit message (Expand)Author
2012-11-29Merge function types in C.Rafael Espindola
2012-11-27Add a testcase that r168411 would break.Rafael Espindola
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-11testcase for rdar://6096412 which already works.Chris Lattner
2009-01-28Handle complex types in ASTContext::mergeTypesDaniel Dunbar
2009-01-28add test for PR2502, which was already fixed some time agoNuno Lopes
2008-11-23Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner
2008-01-16Sema::MergeFunctionDecl()...make sure diagnostic is accurate (wrt function de...Steve Naroff
2008-01-14Fix crasher when redefining functions. Not 100% pleased with this solution, b...Steve Naroff
2007-11-06improve decl merging logic to be more correct withChris Lattner