aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/cxx-variadic-func.cpp
AgeCommit message (Expand)Author
2014-08-11Reject varargs '...' in function prototype if there are more parameters afterRichard Smith
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-14Add svn:eol-style=native to some filesCedric Venet
2008-10-06Allow variadic arguments without named ones for C++, e.g. "void(...);"Argyrios Kyrtzidis