We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ad7ff commit 56ca8b1Copy full SHA for 56ca8b1
libcxx/test/support/test_macros.h
@@ -10,6 +10,8 @@
10
#ifndef SUPPORT_TEST_MACROS_HPP
11
#define SUPPORT_TEST_MACROS_HPP
12
13
+#pragma clang diagnostic warning "-Wdangling"
14
+
15
#ifdef __has_include
16
# if __has_include(<version>)
17
# include <version>
0 commit comments