Skip to content
Commit 8435a693 authored by Faisal Vali's avatar Faisal Vali
Browse files

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
parent b24d0abf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment