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 dfaa144 commit df69a30Copy full SHA for df69a30
clang/lib/Headers/__stddef_unreachable.h
@@ -7,6 +7,8 @@
7
*===-----------------------------------------------------------------------===
8
*/
9
10
+#ifndef __cplusplus
11
+
12
/*
13
* When -fbuiltin-headers-in-system-modules is set this is a non-modular header
14
* and needs to behave as if it was textual.
@@ -15,3 +17,5 @@
15
17
(__has_feature(modules) && !__building_module(_Builtin_stddef))
16
18
#define unreachable() __builtin_unreachable()
19
#endif
20
21
+#endif
0 commit comments