Revert "[Clang][Attribute] Introduce maybe_undef attribute for function arguments...
authorAmy Kwan <amy.kwan1@ibm.com>
Fri, 29 Jul 2022 18:16:37 +0000 (13:16 -0500)
committerAmy Kwan <amy.kwan1@ibm.com>
Fri, 29 Jul 2022 18:28:48 +0000 (13:28 -0500)
commit4e1fe968c9de73507a1bf0c8aa57e06be457816e
treee3d05af6e7ede8d696e4c5d676310c9a1a0847b7
parentcea1b790f6efa9ac225454aad98a576a4916d376
Revert "[Clang][Attribute] Introduce maybe_undef attribute for function arguments which accepts undef values"

This reverts commit a35c64ce23b7c7e4972c89b224b9363639dddea2.

Reverting this commit as it causes various failures on LE and BE PPC bots.
clang/include/clang/Basic/Attr.td
clang/include/clang/Basic/AttrDocs.td
clang/lib/CodeGen/CGCall.cpp
clang/lib/Sema/SemaDeclAttr.cpp
clang/test/CodeGen/attr-maybeundef-template.cpp [deleted file]
clang/test/CodeGen/attr-maybeundef.c [deleted file]
clang/test/CodeGenHIP/maybe_undef-attr-verify.hip [deleted file]
clang/test/Misc/pragma-attribute-supported-attributes-list.test
clang/test/Sema/attr-maybeundef.c [deleted file]