[all-commits] [llvm/llvm-project] bc65fc: [LLVM][Casting.h] Remove CastInfo pointer partial ...
Aman LaChapelle via All-commits
all-commits at lists.llvm.org
Fri May 13 15:31:24 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc65fc8bb31452107583d683a3da4b171440715c
https://github.com/llvm/llvm-project/commit/bc65fc8bb31452107583d683a3da4b171440715c
Author: bzcheeseman <aman.lachapelle at gmail.com>
Date: 2022-05-13 (Fri, 13 May 2022)
Changed paths:
M llvm/include/llvm/Support/Casting.h
Log Message:
-----------
[LLVM][Casting.h] Remove CastInfo pointer partial specialization.
Since cast_convert_val now has pointer specializations, we don't need the pointer partial specialization for CastInfo. We want to trim these down when possible to avoid future ambiguous partial specialization errors.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D125578
More information about the All-commits
mailing list