summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/void_arg.c
Commit message (Collapse)AuthorAgeFilesLines
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* Patch for PR2350; the issue was tnat we were allowing (with an error) Eli Friedman2008-05-221-7/+8
| | | | | | void f(const void) in one place and rejecting it in another. llvm-svn: 51424
* Fix a bug checking for 'int foo(void)' that didn't look through typedefs of ↵Chris Lattner2007-11-281-0/+4
| | | | | | | | void. Bug pointed out by Michael Zolda, thanks! llvm-svn: 44408
* rename -parse-ast-print to -ast-printChris Lattner2007-10-111-1/+1
| | | | | | | rename -parse-ast-dump to -ast-dump remove -parse-ast, which is redundant with -fsyntax-only llvm-svn: 42852
* move void argument checking from the parser to the semantic analysis stage.Chris Lattner2006-12-031-0/+21
This allows us to handle typedefs of void correctly. This implements clang/test/Sema/void_arg.c llvm-svn: 39236
OpenPOWER on IntegriCloud