[NFC][AIX]Disable failed tests due to aggressive byval alignment warning on AIX
authorSteven Wan <wanyu9511@gmail.com>
Tue, 1 Feb 2022 16:23:50 +0000 (11:23 -0500)
committerSteven Wan <wanyu9511@gmail.com>
Tue, 1 Feb 2022 16:49:53 +0000 (11:49 -0500)
commit245b8e5691ed9e4483b3e0f807706fe1fb6eaa38
treef304c7ad9f764333309056919f2847b06f9b2936
parent22fea18e5f4e693376f288b598273352cd4ab99f
[NFC][AIX]Disable failed tests due to aggressive byval alignment warning on AIX

These tests emit unexpected diagnostics on AIX because the byval alignment warning is emitted too aggressively. https://reviews.llvm.org/D118350 is supposed to provide a proper fix to the problem, but for the time being disable the tests to unblock.

Differential Revision: https://reviews.llvm.org/D118670
clang/test/Analysis/padding_c.c
clang/test/Analysis/padding_cpp.cpp
clang/test/CXX/drs/dr6xx.cpp
clang/test/SemaTemplate/instantiate-attr.cpp