[all-commits] [llvm/llvm-project] 4e8cae: Fix build break on pickier MSVC configurations [NFC]
Paul T Robinson via All-commits
all-commits at lists.llvm.org
Tue Aug 8 09:46:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4e8cae4aec6590ca13ec65ed38d6da55c6031755
https://github.com/llvm/llvm-project/commit/4e8cae4aec6590ca13ec65ed38d6da55c6031755
Author: Paul Robinson <Paul.Robinson at sony.com>
Date: 2023-08-08 (Tue, 08 Aug 2023)
Changed paths:
M clang/lib/AST/Interp/Interp.h
Log Message:
-----------
Fix build break on pickier MSVC configurations [NFC]
clang::StreamingDiagnostic doesn't have a uint8_t overload,
which makes MSVC without /permissive- decide it's ambiguous.
Pre-approved in replies to D153276.
More information about the All-commits
mailing list