[clang] [CLANG-CL] ignores wpadded (PR #130182)

Theo de Magalhaes via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 19 10:27:16 PDT 2025


=?utf-8?q?Théo?= De Magalhaes <theo.de-magalhaes at epita.fr>,
=?utf-8?q?Théo?= De Magalhaes <theo.de-magalhaes at epita.fr>,
=?utf-8?q?Théo?= De Magalhaes <theo.de-magalhaes at epita.fr>,
=?utf-8?q?Théo?= De Magalhaes <theo.de-magalhaes at epita.fr>,
=?utf-8?q?Théo?= De Magalhaes <theo.de-magalhaes at epita.fr>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/130182 at github.com>


================
@@ -0,0 +1,12 @@
+// RUN: %clang_cl -Wpadded -Wno-msvc-not-found -fsyntax-only -- %s 2>&1 | FileCheck -check-prefix=WARN %s
----------------
therealcoochieman wrote:

I have merged every test inside the same file (`clang/test/SemaCXX/windows-Wpadded.cpp`) except for the one dealing with Bitfields as it cannot be tested with both target triples. This test is in a separate file.

Thank you for your patience. 

https://github.com/llvm/llvm-project/pull/130182


More information about the cfe-commits mailing list