diff options
| author | Faisal Vali <faisalv@yahoo.com> | 2014-12-04 12:40:21 +0000 |
|---|---|---|
| committer | Faisal Vali <faisalv@yahoo.com> | 2014-12-04 12:40:21 +0000 |
| commit | 8435a6938d6d7797d3c5b104d0943eefd46f9270 (patch) | |
| tree | 763d6f30c3100f7a89b73a4c441c7dac9817cb72 /llvm/unittests/Support/ProcessTest.cpp | |
| parent | b24d0abfe33b147fd381b13c3ea1051939f5d0c4 (diff) | |
| download | llvm-8435a6938d6d7797d3c5b104d0943eefd46f9270.zip llvm-8435a6938d6d7797d3c5b104d0943eefd46f9270.tar.gz llvm-8435a6938d6d7797d3c5b104d0943eefd46f9270.tar.bz2 | |
Fix PR21684 - Ellipsis following an 'auto' parameter sans name/ID
should indicate a c++ parameter pack not a c-variadic.
int i = [](auto...) { return 0; }(); // OK now.
llvm-svn: 223357
Diffstat (limited to 'llvm/unittests/Support/ProcessTest.cpp')
0 files changed, 0 insertions, 0 deletions
