summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/functions.c
Commit message (Expand)AuthorAgeFilesLines
* ANSI C requires that a call to an unprototyped function type succeedJohn McCall2011-09-211-2/+2
* Merge this test into another.John McCall2011-06-271-0/+6
* Properly pass the address of a lazily-generated function declaration withJohn McCall2010-04-281-0/+12
* Make this test portable to ABIs that use sret.John McCall2010-02-241-1/+1
* Fix test case and convert fully to FileCheck.John McCall2010-02-241-6/+6
* Canonicalize parameter and return types before computing ABI info. EliminatesJohn McCall2010-02-241-1/+10
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-4/+4
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-2/+2
* Prep for new warning.Mike Stump2009-07-211-0/+1
* fix PR4423.Chris Lattner2009-06-231-0/+4
* When defining a function whose type has no prototype, make an effortChris Lattner2009-05-051-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* fix a fixme: non-proto struct returning function definitions should be compiledChris Lattner2009-03-221-1/+5
* Don't emit K&R unprototyped function definitions as varargs.Daniel Dunbar2009-02-191-1/+13
* When merging from a function with a prototype to a function without aDouglas Gregor2009-02-161-0/+2
* Fix a regression I introduced in r54107:Chris Lattner2008-07-311-1/+7
* implement codegen for functions whose function body type don't matchChris Lattner2007-12-021-0/+11