summaryrefslogtreecommitdiffstats
path: root/test/Parser/cxx-variadic-func.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Improve declaration / expression disambiguation around ptr-operators,...Justin Bogner2015-02-231-1/+2
* Improve declaration / expression disambiguation around ptr-operators, and useRichard Smith2015-02-231-2/+1
* Reject varargs '...' in function prototype if there are more parameters afterRichard Smith2014-08-111-2/+5
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Add svn:eol-style=native to some filesCedric Venet2009-02-141-5/+5
* Allow variadic arguments without named ones for C++, e.g. "void(...);"Argyrios Kyrtzidis2008-10-061-0/+5