[all-commits] [llvm/llvm-project] 060424: [clang-repl] Fix ambiguous initializer list.
Vassil Vassilev via All-commits
all-commits at lists.llvm.org
Sat Dec 3 00:17:06 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 060424178ae3720eeba6a31b579cf2025d47d852
https://github.com/llvm/llvm-project/commit/060424178ae3720eeba6a31b579cf2025d47d852
Author: Vassil Vassilev <v.g.vassilev at gmail.com>
Date: 2022-12-03 (Sat, 03 Dec 2022)
Changed paths:
M clang/lib/CodeGen/CodeGenModule.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list