[CUDA] Pass ExecConfig through BuildCallToMemberFunction
authorArtem Belevich <tra@google.com>
Thu, 26 Aug 2021 19:38:33 +0000 (12:38 -0700)
committerArtem Belevich <tra@google.com>
Thu, 16 Sep 2021 18:18:12 +0000 (11:18 -0700)
commit6b20ea6963561f2c91490c0993390b7f2ff8f71c
treeaa99f149326bb0f018817a7a47478abb5c25b504
parent22f01cd4fc5d2a02a156722e1dab0398fc860e74
[CUDA] Pass ExecConfig through BuildCallToMemberFunction

Otherwise, we fail to compile calls to CUDA kernels that are static members.

Differential Revision: https://reviews.llvm.org/D108787
clang/include/clang/Sema/Sema.h
clang/lib/Sema/SemaExpr.cpp
clang/lib/Sema/SemaOverload.cpp
clang/test/SemaCUDA/kernel-call.cu