[all-commits] [llvm/llvm-project] c4b0df: [Clang] Fix a non-effective assertion (#81083)
Shilei Tian via All-commits
all-commits at lists.llvm.org
Thu Feb 8 06:44:53 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c4b0dfcc99da7506bff6b57d563e5cbce9caf4cd
https://github.com/llvm/llvm-project/commit/c4b0dfcc99da7506bff6b57d563e5cbce9caf4cd
Author: Shilei Tian <i at tianshilei.me>
Date: 2024-02-08 (Thu, 08 Feb 2024)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
Log Message:
-----------
[Clang] Fix a non-effective assertion (#81083)
`PTy` here is literally `FTy->getParamType(i)`, which makes this
assertion not
work as expected.
More information about the All-commits
mailing list