aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/functions.c
AgeCommit message (Expand)Author
2012-12-12Rewrite calls to bitcast unprototyped functions when emitting a definition.John McCall
2011-09-21ANSI C requires that a call to an unprototyped function type succeedJohn McCall
2011-06-27Merge this test into another.John McCall
2010-04-28Properly pass the address of a lazily-generated function declaration withJohn McCall
2010-02-24Make this test portable to ABIs that use sret.John McCall
2010-02-24Fix test case and convert fully to FileCheck.John McCall
2010-02-24Canonicalize parameter and return types before computing ABI info. EliminatesJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-07-21Prep for new warning.Mike Stump
2009-06-23fix PR4423.Chris Lattner
2009-05-05When defining a function whose type has no prototype, make an effortChris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-22fix a fixme: non-proto struct returning function definitions should be compiledChris Lattner
2009-02-19Don't emit K&R unprototyped function definitions as varargs.Daniel Dunbar
2009-02-16When merging from a function with a prototype to a function without aDouglas Gregor
2008-07-31Fix a regression I introduced in r54107:Chris Lattner
2007-12-02implement codegen for functions whose function body type don't matchChris Lattner