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 a4ace3d commit 67dc3c5Copy full SHA for 67dc3c5
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