[clang-repl] Fix ambiguous initializer list.
commit060424178ae3720eeba6a31b579cf2025d47d852
authorVassil Vassilev <v.g.vassilev@gmail.com>
Sat, 3 Dec 2022 08:05:39 +0000 (3 08:05 +0000)
committerVassil Vassilev <v.g.vassilev@gmail.com>
Sat, 3 Dec 2022 08:16:34 +0000 (3 08:16 +0000)
tree82d028ea671361651f8566a70bc32dcb1125ab27
parentbfab778e95004bd71da7685ada25aa420a1a3291
[clang-repl] Fix ambiguous initializer list.

Some platforms report that GlobalTopLevelStmtBlockInFlight cannot be initalized
with '{}' due to operator '=' being ambiguous.

This patch is a follow up to https://reviews.llvm.org/D127284 trying to appease
the bots.
clang/lib/CodeGen/CodeGenModule.cpp