llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Mariya Podchishchaeva (Fznamznon)
Changes
The bots are upset by https://github.com/llvm/llvm-project/pull/127629 . Fix
that.
---
Full diff: https://github.com/llvm/llvm-project/pull/132201.diff
1 Files Affected:
- (modified) clang/lib/
https://github.com/Fznamznon created
https://github.com/llvm/llvm-project/pull/132201
The bots are upset by https://github.com/llvm/llvm-project/pull/127629 . Fix
that.
>From 9e2314fc9f0514abc230e97c06f6866b91fd4871 Mon Sep 17 00:00:00 2001
From: "Podchishchaeva, Mariya"
Date: Thu, 20 Mar 202
https://github.com/Fznamznon closed
https://github.com/llvm/llvm-project/pull/132201
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/AaronBallman approved this pull request.
LGTM assuming precommit CI is happy with it.
https://github.com/llvm/llvm-project/pull/132201
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/lis
@@ -4143,6 +4143,7 @@ Sema::IsStringLiteralToNonConstPointerConversion(Expr
*From, QualType ToType) {
// We don't allow UTF literals to be implicitly converted
break;
case StringLiteralKind::Ordinary:
+ case StringLiteralKind::Binary: