summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/incomplete-function-type.c
Commit message (Expand)AuthorAgeFilesLines
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Fix some codegen tests to include positive checks.Daniel Dunbar2009-11-201-1/+5
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Make IRGen compatible with declaring a function with incomplete Eli Friedman2009-03-051-3/+3
* Initial implementation of CodeGen for incomplete function types; fixes Eli Friedman2009-03-051-0/+10