================ @@ -0,0 +1,56 @@ +// RUN: %clang_cc1 -triple i686-windows %s -fsyntax-only -Wno-unused-value \ +// RUN: -Wno-pointer-to-int-cast -Wmicrosoft -verify=ms-anonymous -fms-anonymous-structs +// RUN: %clang_cc1 -triple powerpc-ibm-aix %s -fsyntax-only -Wno-unused-value \ +// RUN: -Wno-pointer-to-int-cast -Wmicrosoft -verify=ms-anonymous -fms-anonymous-structs +// RUN: %clang_cc1 -triple i686-windows %s -fsyntax-only -Wno-unused-value \ +// RUN: -Wno-pointer-to-int-cast -Wmicrosoft -verify=ms-anonymous -fms-extensions +// RUN: %clang_cc1 -triple i686-windows %s -fsyntax-only -Wno-unused-value \ +// RUN: -Wno-pointer-to-int-cast -Wmicrosoft -verify=ms-anonymous -fms-compatibility +// RUN: %clang_cc1 -triple i686-windows %s -fsyntax-only -Wno-unused-value \ +// RUN: -Wno-pointer-to-int-cast -Wmicrosoft -verify=ms-anonymous-dis ---------------- hubert-reinterpretcast wrote:
Minor nit: Please indent the continuation lines. https://github.com/llvm/llvm-project/pull/176551 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
