Properly propagate is_variadic.
authorAdrian Prantl <aprantl@apple.com>
Fri, 8 Nov 2019 17:52:58 +0000 (09:52 -0800)
committerAdrian Prantl <aprantl@apple.com>
Fri, 8 Nov 2019 17:53:51 +0000 (09:53 -0800)
commit8204d9ff7ef59bbec9137a5b6679718d03b9cb1b
tree593355af1cdf36bbc9e0bec2c56cb163815d2322
parent59d3fbc227cca41e3e7b213ea744ca3a48d5244f
Properly propagate is_variadic.

This fixes a copy&paste error made when adapting to new clang API
which was promptly caught by the bots.
lldb/source/Symbol/ClangASTContext.cpp