[all-commits] [llvm/llvm-project] e392dc: [Sema] Look through OpaqueValueExpr when checking ...
Erik Pilkington via All-commits
all-commits at lists.llvm.org
Mon Mar 2 11:25:03 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e392dcd5708b3bb188ff4043b09ae151472a7632
https://github.com/llvm/llvm-project/commit/e392dcd5708b3bb188ff4043b09ae151472a7632
Author: Erik Pilkington <erik.pilkington at gmail.com>
Date: 2020-03-02 (Mon, 02 Mar 2020)
Changed paths:
M clang/lib/Sema/SemaChecking.cpp
M clang/test/SemaObjC/signed-char-bool-conversion.m
Log Message:
-----------
[Sema] Look through OpaqueValueExpr when checking implicit conversions
Specifically, this fixes a false-positive in -Wobjc-signed-char-bool.
rdar://57372317
Differential revision: https://reviews.llvm.org/D75387
More information about the All-commits
mailing list