[clang] [Sema] Fix type mismatch error when arguments to elementwise math builtin have different qualifiers, which should be well-formed (PR #141485)
via cfe-commits
cfe-commits at lists.llvm.org
Thu May 29 03:00:51 PDT 2025
================
@@ -669,6 +669,7 @@ Bug Fixes in This Version
base classes. (GH139452)
- Fixed an assertion failure in serialization of constexpr structs containing unions. (#GH140130)
- Fixed duplicate entries in TableGen that caused the wrong attribute to be selected. (GH#140701)
+- Fixed type missmach error when 'builtin-elementwise-math' arguments have different qualifiers, this should be a well-formed. (#GH141397)
----------------
QiYueFeiXue wrote:
done, thanks!
https://github.com/llvm/llvm-project/pull/141485
More information about the cfe-commits
mailing list