[PowerPC] Remove the lax warning for explicit casts
authorMaryam Moghadas <maryammo@ca.ibm.com>
Fri, 20 Jan 2023 15:55:20 +0000 (09:55 -0600)
committerMaryam Moghadas <maryammo@ca.ibm.com>
Fri, 20 Jan 2023 20:23:54 +0000 (14:23 -0600)
commit5b4ed4905017a052501becfde8dd1fca1e476ee3
treed55b3b836431b8f3edd9793eacdb12f0a8089e26
parentd80b7fde929533f1744175c066f499e77a11b64a
[PowerPC] Remove the lax warning for explicit casts

This patch is to remove the erroneous lax vector conversion warning for CStyle; explicit; casts
that was added as part of D126540.

Reviewed By: nemanjai

Differential Revision: https://reviews.llvm.org/D142222
clang/lib/Sema/SemaOverload.cpp
clang/test/Parser/cxx-altivec.cpp
clang/test/Parser/lax-conv.cpp [new file with mode: 0644]