[libcxx-commits] [PATCH] D121552: [libc++] Add warning pragma macros in the test suite
Eric Fiselier via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Mar 13 15:27:56 PDT 2022
EricWF added inline comments.
================
Comment at: libcxx/test/std/containers/sequences/array/array.tuple/tuple_element.fail.cpp:15
-#if defined(__clang__)
-#pragma clang diagnostic ignored "-Warray-bounds"
-#endif
----------------
What happened here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121552/new/
https://reviews.llvm.org/D121552
More information about the libcxx-commits
mailing list