[all-commits] [llvm/llvm-project] 351317: [SemaObjC] Fix composite pointer type calculation ...
Erik Pilkington via All-commits
all-commits at lists.llvm.org
Thu Oct 15 12:21:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 351317167e2b28aad03f8e45e0ed0acbbff18c61
https://github.com/llvm/llvm-project/commit/351317167e2b28aad03f8e45e0ed0acbbff18c61
Author: Erik Pilkington <erik.pilkington at gmail.com>
Date: 2020-10-15 (Thu, 15 Oct 2020)
Changed paths:
M clang/lib/Sema/SemaExprCXX.cpp
M clang/test/SemaObjCXX/arc-ptr-comparison.mm
Log Message:
-----------
[SemaObjC] Fix composite pointer type calculation for `void*` and pointer to lifetime qualified ObjC pointer type
Fixes a regression introduced in 9a6f4d451ca7. rdar://70101809
Differential revision: https://reviews.llvm.org/D89475
More information about the All-commits
mailing list