__config 68 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573
  1. // -*- C++ -*-
  2. //===----------------------------------------------------------------------===//
  3. //
  4. // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
  5. // See https://llvm.org/LICENSE.txt for license information.
  6. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  7. //
  8. //===----------------------------------------------------------------------===//
  9. #ifndef _LIBCPP___CONFIG
  10. #define _LIBCPP___CONFIG
  11. #include <__config_site>
  12. #ifndef _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER
  13. # pragma GCC system_header
  14. #endif
  15. #if defined(_LIBCPP_ENABLE_CXX17_REMOVED_FEATURES) && !defined(_LIBCPP_DISABLE_DEPRECATION_WARNINGS)
  16. # pragma clang deprecated( \
  17. _LIBCPP_ENABLE_CXX17_REMOVED_FEATURES, \
  18. "_LIBCPP_ENABLE_CXX17_REMOVED_FEATURES is deprecated in LLVM 18 and will be removed in LLVM 19")
  19. #endif
  20. #if defined(_LIBCPP_ENABLE_CXX20_REMOVED_FEATURES) && !defined(_LIBCPP_DISABLE_DEPRECATION_WARNINGS)
  21. # pragma clang deprecated( \
  22. _LIBCPP_ENABLE_CXX20_REMOVED_FEATURES, \
  23. "_LIBCPP_ENABLE_CXX20_REMOVED_FEATURES is deprecated in LLVM 18 and will be removed in LLVM 19")
  24. #endif
  25. #if defined(__apple_build_version__)
  26. // Given AppleClang XX.Y.Z, _LIBCPP_APPLE_CLANG_VER is XXYZ (e.g. AppleClang 14.0.3 => 1403)
  27. # define _LIBCPP_COMPILER_CLANG_BASED
  28. # define _LIBCPP_APPLE_CLANG_VER (__apple_build_version__ / 10000)
  29. #elif defined(__clang__)
  30. # define _LIBCPP_COMPILER_CLANG_BASED
  31. # define _LIBCPP_CLANG_VER (__clang_major__ * 100 + __clang_minor__)
  32. #elif defined(__GNUC__)
  33. # define _LIBCPP_COMPILER_GCC
  34. # define _LIBCPP_GCC_VER (__GNUC__ * 100 + __GNUC_MINOR__)
  35. #endif
  36. // Move outside #ifdef __cplusplus because this needs to work in both C and C++ headers.
  37. #if defined(__apple_build_version__)
  38. # define _LIBCPP_COMPILER_CLANG_BASED
  39. # define _LIBCPP_APPLE_CLANG_VER (__apple_build_version__ / 10000)
  40. #elif defined(__clang__)
  41. # define _LIBCPP_COMPILER_CLANG
  42. # define _LIBCPP_COMPILER_CLANG_BASED
  43. # define _LIBCPP_CLANG_VER (__clang_major__ * 100 + __clang_minor__)
  44. #elif defined(__GNUC__)
  45. # define _LIBCPP_COMPILER_GCC
  46. #endif
  47. #ifdef __cplusplus
  48. // Warn if a compiler version is used that is not supported anymore
  49. // LLVM RELEASE Update the minimum compiler versions
  50. # if defined(_LIBCPP_CLANG_VER)
  51. # if _LIBCPP_CLANG_VER < 1600
  52. // we temporary allow old clang-s # warning "Libc++ only supports Clang 16 and later"
  53. # endif
  54. # elif defined(_LIBCPP_APPLE_CLANG_VER)
  55. # if _LIBCPP_APPLE_CLANG_VER < 1500
  56. # warning "Libc++ only supports AppleClang 15 and later"
  57. # endif
  58. # elif defined(_LIBCPP_GCC_VER)
  59. # if _LIBCPP_GCC_VER < 1300
  60. # warning "Libc++ only supports GCC 13 and later"
  61. # endif
  62. # endif
  63. // The attributes supported by clang are documented at https://clang.llvm.org/docs/AttributeReference.html
  64. // _LIBCPP_VERSION represents the version of libc++, which matches the version of LLVM.
  65. // Given a LLVM release LLVM XX.YY.ZZ (e.g. LLVM 17.0.1 == 17.00.01), _LIBCPP_VERSION is
  66. // defined to XXYYZZ.
  67. # define _LIBCPP_VERSION 190000
  68. # define _LIBCPP_CONCAT_IMPL(_X, _Y) _X##_Y
  69. # define _LIBCPP_CONCAT(_X, _Y) _LIBCPP_CONCAT_IMPL(_X, _Y)
  70. # if __STDC_HOSTED__ == 0
  71. # define _LIBCPP_FREESTANDING
  72. # endif
  73. // NOLINTBEGIN(libcpp-cpp-version-check)
  74. # ifndef _LIBCPP_STD_VER
  75. # if __cplusplus <= 201103L
  76. # define _LIBCPP_STD_VER 11
  77. # elif __cplusplus <= 201402L
  78. # define _LIBCPP_STD_VER 14
  79. # elif __cplusplus <= 201703L
  80. # define _LIBCPP_STD_VER 17
  81. # elif __cplusplus <= 202002L
  82. # define _LIBCPP_STD_VER 20
  83. # elif __cplusplus <= 202302L
  84. # define _LIBCPP_STD_VER 23
  85. # else
  86. // Expected release year of the next C++ standard
  87. # define _LIBCPP_STD_VER 26
  88. # endif
  89. # endif // _LIBCPP_STD_VER
  90. // NOLINTEND(libcpp-cpp-version-check)
  91. # if defined(__ELF__)
  92. # define _LIBCPP_OBJECT_FORMAT_ELF 1
  93. # elif defined(__MACH__)
  94. # define _LIBCPP_OBJECT_FORMAT_MACHO 1
  95. # elif defined(_WIN32) || defined(__CYGWIN__)
  96. # define _LIBCPP_OBJECT_FORMAT_COFF 1
  97. # elif defined(__wasm__)
  98. # define _LIBCPP_OBJECT_FORMAT_WASM 1
  99. # elif defined(_AIX)
  100. # define _LIBCPP_OBJECT_FORMAT_XCOFF 1
  101. # else
  102. // ... add new file formats here ...
  103. # endif
  104. // ABI {
  105. # if _LIBCPP_ABI_VERSION >= 2
  106. // Change short string representation so that string data starts at offset 0,
  107. // improving its alignment in some cases.
  108. # define _LIBCPP_ABI_ALTERNATE_STRING_LAYOUT
  109. // Fix deque iterator type in order to support incomplete types.
  110. # define _LIBCPP_ABI_INCOMPLETE_TYPES_IN_DEQUE
  111. // Fix undefined behavior in how std::list stores its linked nodes.
  112. # define _LIBCPP_ABI_LIST_REMOVE_NODE_POINTER_UB
  113. // Fix undefined behavior in how __tree stores its end and parent nodes.
  114. # define _LIBCPP_ABI_TREE_REMOVE_NODE_POINTER_UB
  115. // Fix undefined behavior in how __hash_table stores its pointer types.
  116. # define _LIBCPP_ABI_FIX_UNORDERED_NODE_POINTER_UB
  117. # define _LIBCPP_ABI_FORWARD_LIST_REMOVE_NODE_POINTER_UB
  118. # define _LIBCPP_ABI_FIX_UNORDERED_CONTAINER_SIZE_TYPE
  119. // Define a key function for `bad_function_call` in the library, to centralize
  120. // its vtable and typeinfo to libc++ rather than having all other libraries
  121. // using that class define their own copies.
  122. # define _LIBCPP_ABI_BAD_FUNCTION_CALL_KEY_FUNCTION
  123. // Override the default return value of exception::what() for
  124. // bad_function_call::what() with a string that is specific to
  125. // bad_function_call (see http://wg21.link/LWG2233). This is an ABI break
  126. // because it changes the vtable layout of bad_function_call.
  127. # define _LIBCPP_ABI_BAD_FUNCTION_CALL_GOOD_WHAT_MESSAGE
  128. // Enable optimized version of __do_get_(un)signed which avoids redundant copies.
  129. # define _LIBCPP_ABI_OPTIMIZED_LOCALE_NUM_GET
  130. // Give reverse_iterator<T> one data member of type T, not two.
  131. // Also, in C++17 and later, don't derive iterator types from std::iterator.
  132. # define _LIBCPP_ABI_NO_ITERATOR_BASES
  133. // Use the smallest possible integer type to represent the index of the variant.
  134. // Previously libc++ used "unsigned int" exclusively.
  135. # define _LIBCPP_ABI_VARIANT_INDEX_TYPE_OPTIMIZATION
  136. // Unstable attempt to provide a more optimized std::function
  137. # ifdef __EMSCRIPTEN__
  138. // XXX EMSCRIPTEN https://github.com/emscripten-core/emscripten/issues/11022
  139. // # define _LIBCPP_ABI_OPTIMIZED_FUNCTION
  140. # else
  141. # define _LIBCPP_ABI_OPTIMIZED_FUNCTION
  142. # endif
  143. // All the regex constants must be distinct and nonzero.
  144. # define _LIBCPP_ABI_REGEX_CONSTANTS_NONZERO
  145. // Re-worked external template instantiations for std::string with a focus on
  146. // performance and fast-path inlining.
  147. # define _LIBCPP_ABI_STRING_OPTIMIZED_EXTERNAL_INSTANTIATION
  148. // Enable clang::trivial_abi on std::unique_ptr.
  149. # define _LIBCPP_ABI_ENABLE_UNIQUE_PTR_TRIVIAL_ABI
  150. // Enable clang::trivial_abi on std::shared_ptr and std::weak_ptr
  151. # define _LIBCPP_ABI_ENABLE_SHARED_PTR_TRIVIAL_ABI
  152. // std::random_device holds some state when it uses an implementation that gets
  153. // entropy from a file (see _LIBCPP_USING_DEV_RANDOM). When switching from this
  154. // implementation to another one on a platform that has already shipped
  155. // std::random_device, one needs to retain the same object layout to remain ABI
  156. // compatible. This switch removes these workarounds for platforms that don't care
  157. // about ABI compatibility.
  158. # define _LIBCPP_ABI_NO_RANDOM_DEVICE_COMPATIBILITY_LAYOUT
  159. // Don't export the legacy __basic_string_common class and its methods from the built library.
  160. # define _LIBCPP_ABI_DO_NOT_EXPORT_BASIC_STRING_COMMON
  161. // Don't export the legacy __vector_base_common class and its methods from the built library.
  162. # define _LIBCPP_ABI_DO_NOT_EXPORT_VECTOR_BASE_COMMON
  163. // According to the Standard, `bitset::operator[] const` returns bool
  164. # define _LIBCPP_ABI_BITSET_VECTOR_BOOL_CONST_SUBSCRIPT_RETURN_BOOL
  165. // Fix the implementation of CityHash used for std::hash<fundamental-type>.
  166. // This is an ABI break because `std::hash` will return a different result,
  167. // which means that hashing the same object in translation units built against
  168. // different versions of libc++ can return inconsistent results. This is especially
  169. // tricky since std::hash is used in the implementation of unordered containers.
  170. //
  171. // The incorrect implementation of CityHash has the problem that it drops some
  172. // bits on the floor.
  173. # define _LIBCPP_ABI_FIX_CITYHASH_IMPLEMENTATION
  174. // Remove the base 10 implementation of std::to_chars from the dylib.
  175. // The implementation moved to the header, but we still export the symbols from
  176. // the dylib for backwards compatibility.
  177. # define _LIBCPP_ABI_DO_NOT_EXPORT_TO_CHARS_BASE_10
  178. // Define std::array/std::string_view iterators to be __wrap_iters instead of raw
  179. // pointers, which prevents people from relying on a non-portable implementation
  180. // detail. This is especially useful because enabling bounded iterators hardening
  181. // requires code not to make these assumptions.
  182. # define _LIBCPP_ABI_USE_WRAP_ITER_IN_STD_ARRAY
  183. # define _LIBCPP_ABI_USE_WRAP_ITER_IN_STD_STRING_VIEW
  184. # elif _LIBCPP_ABI_VERSION == 1
  185. # if !(defined(_LIBCPP_OBJECT_FORMAT_COFF) || defined(_LIBCPP_OBJECT_FORMAT_XCOFF))
  186. // Enable compiling copies of now inline methods into the dylib to support
  187. // applications compiled against older libraries. This is unnecessary with
  188. // COFF dllexport semantics, since dllexport forces a non-inline definition
  189. // of inline functions to be emitted anyway. Our own non-inline copy would
  190. // conflict with the dllexport-emitted copy, so we disable it. For XCOFF,
  191. // the linker will take issue with the symbols in the shared object if the
  192. // weak inline methods get visibility (such as from -fvisibility-inlines-hidden),
  193. // so disable it.
  194. # define _LIBCPP_DEPRECATED_ABI_LEGACY_LIBRARY_DEFINITIONS_FOR_INLINE_FUNCTIONS
  195. # endif
  196. // Feature macros for disabling pre ABI v1 features. All of these options
  197. // are deprecated.
  198. # if defined(__FreeBSD__) && __FreeBSD__ < 14
  199. # define _LIBCPP_DEPRECATED_ABI_DISABLE_PAIR_TRIVIAL_COPY_CTOR
  200. # endif
  201. // For XCOFF linkers, we have problems if we see a weak hidden version of a symbol
  202. // in user code (like you get with -fvisibility-inlines-hidden) and then a strong def
  203. // in the library, so we need to always rely on the library version.
  204. # if defined(_AIX)
  205. # define _LIBCPP_ABI_BAD_FUNCTION_CALL_KEY_FUNCTION
  206. # endif
  207. # endif
  208. # if defined(_LIBCPP_BUILDING_LIBRARY) || _LIBCPP_ABI_VERSION >= 2
  209. // Define a key function for `bad_function_call` in the library, to centralize
  210. // its vtable and typeinfo to libc++ rather than having all other libraries
  211. // using that class define their own copies.
  212. # define _LIBCPP_ABI_BAD_FUNCTION_CALL_KEY_FUNCTION
  213. # endif
  214. // We had some bugs where we use [[no_unique_address]] together with construct_at,
  215. // which causes UB as the call on construct_at could write to overlapping subobjects
  216. //
  217. // https://github.com/llvm/llvm-project/issues/70506
  218. // https://github.com/llvm/llvm-project/issues/70494
  219. //
  220. // To fix the bug we had to change the ABI of some classes to remove [[no_unique_address]] under certain conditions.
  221. // The macro below is used for all classes whose ABI have changed as part of fixing these bugs.
  222. # define _LIBCPP_ABI_LLVM18_NO_UNIQUE_ADDRESS __attribute__((__abi_tag__("llvm18_nua")))
  223. // Changes the iterator type of select containers (see below) to a bounded iterator that keeps track of whether it's
  224. // within the bounds of the original container and asserts it on every dereference.
  225. //
  226. // ABI impact: changes the iterator type of the relevant containers.
  227. //
  228. // Supported containers:
  229. // - `span`;
  230. // - `string_view`;
  231. // - `array`.
  232. // #define _LIBCPP_ABI_BOUNDED_ITERATORS
  233. // } ABI
  234. // HARDENING {
  235. // TODO(hardening): deprecate this in LLVM 19.
  236. // This is for backward compatibility -- make enabling `_LIBCPP_ENABLE_ASSERTIONS` (which predates hardening modes)
  237. // equivalent to setting the extensive mode.
  238. # ifdef _LIBCPP_ENABLE_ASSERTIONS
  239. # if _LIBCPP_ENABLE_ASSERTIONS != 0 && _LIBCPP_ENABLE_ASSERTIONS != 1
  240. # error "_LIBCPP_ENABLE_ASSERTIONS must be set to 0 or 1"
  241. # endif
  242. # if _LIBCPP_ENABLE_ASSERTIONS
  243. # define _LIBCPP_HARDENING_MODE _LIBCPP_HARDENING_MODE_EXTENSIVE
  244. # endif
  245. # endif
  246. // The library provides the macro `_LIBCPP_HARDENING_MODE` which can be set to one of the following values:
  247. //
  248. // - `_LIBCPP_HARDENING_MODE_NONE`;
  249. // - `_LIBCPP_HARDENING_MODE_FAST`;
  250. // - `_LIBCPP_HARDENING_MODE_EXTENSIVE`;
  251. // - `_LIBCPP_HARDENING_MODE_DEBUG`.
  252. //
  253. // These values have the following effects:
  254. //
  255. // - `_LIBCPP_HARDENING_MODE_NONE` -- sets the hardening mode to "none" which disables all runtime hardening checks;
  256. //
  257. // - `_LIBCPP_HARDENING_MODE_FAST` -- sets that hardening mode to "fast". The fast mode enables security-critical checks
  258. // that can be done with relatively little runtime overhead in constant time;
  259. //
  260. // - `_LIBCPP_HARDENING_MODE_EXTENSIVE` -- sets the hardening mode to "extensive". The extensive mode is a superset of
  261. // the fast mode that additionally enables checks that are relatively cheap and prevent common types of logic errors
  262. // but are not necessarily security-critical;
  263. //
  264. // - `_LIBCPP_HARDENING_MODE_DEBUG` -- sets the hardening mode to "debug". The debug mode is a superset of the extensive
  265. // mode and enables all checks available in the library, including internal assertions. Checks that are part of the
  266. // debug mode can be very expensive and thus the debug mode is intended to be used for testing, not in production.
  267. // Inside the library, assertions are categorized so they can be cherry-picked based on the chosen hardening mode. These
  268. // macros are only for internal use -- users should only pick one of the high-level hardening modes described above.
  269. //
  270. // - `_LIBCPP_ASSERT_VALID_INPUT_RANGE` -- checks that ranges (whether expressed as an iterator pair, an iterator and
  271. // a sentinel, an iterator and a count, or a `std::range`) given as input to library functions are valid:
  272. // - the sentinel is reachable from the begin iterator;
  273. // - TODO(hardening): both iterators refer to the same container.
  274. //
  275. // - `_LIBCPP_ASSERT_VALID_ELEMENT_ACCESS` -- checks that any attempts to access a container element, whether through
  276. // the container object or through an iterator, are valid and do not attempt to go out of bounds or otherwise access
  277. // a non-existent element. For iterator checks to work, bounded iterators must be enabled in the ABI. Types like
  278. // `optional` and `function` are considered one-element containers for the purposes of this check.
  279. //
  280. // - `_LIBCPP_ASSERT_NON_NULL` -- checks that the pointer being dereferenced is not null. On most modern platforms zero
  281. // address does not refer to an actual location in memory, so a null pointer dereference would not compromize the
  282. // memory security of a program (however, it is still undefined behavior that can result in strange errors due to
  283. // compiler optimizations).
  284. //
  285. // - `_LIBCPP_ASSERT_NON_OVERLAPPING_RANGES` -- for functions that take several ranges as arguments, checks that the
  286. // given ranges do not overlap.
  287. //
  288. // - `_LIBCPP_ASSERT_VALID_DEALLOCATION` -- checks that an attempt to deallocate memory is valid (e.g. the given object
  289. // was allocated by the given allocator). Violating this category typically results in a memory leak.
  290. //
  291. // - `_LIBCPP_ASSERT_VALID_EXTERNAL_API_CALL` -- checks that a call to an external API doesn't fail in
  292. // an unexpected manner. This includes triggering documented cases of undefined behavior in an external library (like
  293. // attempting to unlock an unlocked mutex in pthreads). Any API external to the library falls under this category
  294. // (from system calls to compiler intrinsics). We generally don't expect these failures to compromize memory safety or
  295. // otherwise create an immediate security issue.
  296. //
  297. // - `_LIBCPP_ASSERT_COMPATIBLE_ALLOCATOR` -- checks any operations that exchange nodes between containers to make sure
  298. // the containers have compatible allocators.
  299. //
  300. // - `_LIBCPP_ASSERT_ARGUMENT_WITHIN_DOMAIN` -- checks that the given argument is within the domain of valid arguments
  301. // for the function. Violating this typically produces an incorrect result (e.g. the clamp algorithm returns the
  302. // original value without clamping it due to incorrect functors) or puts an object into an invalid state (e.g.
  303. // a string view where only a subset of elements is possible to access). This category is for assertions violating
  304. // which doesn't cause any immediate issues in the library -- whatever the consequences are, they will happen in the
  305. // user code.
  306. //
  307. // - `_LIBCPP_ASSERT_PEDANTIC` -- checks prerequisites which are imposed by the Standard, but violating which happens to
  308. // be benign in our implementation.
  309. //
  310. // - `_LIBCPP_ASSERT_SEMANTIC_REQUIREMENT` -- checks that the given argument satisfies the semantic requirements imposed
  311. // by the Standard. Typically, there is no simple way to completely prove that a semantic requirement is satisfied;
  312. // thus, this would often be a heuristic check and it might be quite expensive.
  313. //
  314. // - `_LIBCPP_ASSERT_INTERNAL` -- checks that internal invariants of the library hold. These assertions don't depend on
  315. // user input.
  316. //
  317. // - `_LIBCPP_ASSERT_UNCATEGORIZED` -- for assertions that haven't been properly classified yet.
  318. // clang-format off
  319. # define _LIBCPP_HARDENING_MODE_NONE (1 << 1)
  320. # define _LIBCPP_HARDENING_MODE_FAST (1 << 2)
  321. # define _LIBCPP_HARDENING_MODE_EXTENSIVE (1 << 4) // Deliberately not ordered.
  322. # define _LIBCPP_HARDENING_MODE_DEBUG (1 << 3)
  323. // clang-format on
  324. # ifndef _LIBCPP_HARDENING_MODE
  325. # ifndef _LIBCPP_HARDENING_MODE_DEFAULT
  326. # error _LIBCPP_HARDENING_MODE_DEFAULT is not defined. This definition should be set at configuration time in the \
  327. `__config_site` header, please make sure your installation of libc++ is not broken.
  328. # endif
  329. # define _LIBCPP_HARDENING_MODE _LIBCPP_HARDENING_MODE_DEFAULT
  330. # endif
  331. # if _LIBCPP_HARDENING_MODE != _LIBCPP_HARDENING_MODE_NONE && \
  332. _LIBCPP_HARDENING_MODE != _LIBCPP_HARDENING_MODE_FAST && \
  333. _LIBCPP_HARDENING_MODE != _LIBCPP_HARDENING_MODE_EXTENSIVE && \
  334. _LIBCPP_HARDENING_MODE != _LIBCPP_HARDENING_MODE_DEBUG
  335. # error _LIBCPP_HARDENING_MODE must be set to one of the following values: \
  336. _LIBCPP_HARDENING_MODE_NONE, \
  337. _LIBCPP_HARDENING_MODE_FAST, \
  338. _LIBCPP_HARDENING_MODE_EXTENSIVE, \
  339. _LIBCPP_HARDENING_MODE_DEBUG
  340. # endif
  341. // } HARDENING
  342. # define _LIBCPP_TOSTRING2(x) #x
  343. # define _LIBCPP_TOSTRING(x) _LIBCPP_TOSTRING2(x)
  344. // NOLINTNEXTLINE(libcpp-cpp-version-check)
  345. # if __cplusplus < 201103L
  346. # define _LIBCPP_CXX03_LANG
  347. # endif
  348. # ifndef __has_attribute
  349. # define __has_attribute(__x) 0
  350. # endif
  351. # ifndef __has_builtin
  352. # define __has_builtin(__x) 0
  353. # endif
  354. # ifndef __has_extension
  355. # define __has_extension(__x) 0
  356. # endif
  357. # ifndef __has_feature
  358. # define __has_feature(__x) 0
  359. # endif
  360. # ifndef __has_cpp_attribute
  361. # define __has_cpp_attribute(__x) 0
  362. # endif
  363. # ifndef __has_constexpr_builtin
  364. # define __has_constexpr_builtin(x) 0
  365. # endif
  366. // This checks wheter a Clang module is built
  367. # ifndef __building_module
  368. # define __building_module(...) 0
  369. # endif
  370. // '__is_identifier' returns '0' if '__x' is a reserved identifier provided by
  371. // the compiler and '1' otherwise.
  372. # ifndef __is_identifier
  373. # define __is_identifier(__x) 1
  374. # endif
  375. # ifndef __has_declspec_attribute
  376. # define __has_declspec_attribute(__x) 0
  377. # endif
  378. # define __has_keyword(__x) !(__is_identifier(__x))
  379. # ifndef __has_include
  380. # define __has_include(...) 0
  381. # endif
  382. # ifndef __has_warning
  383. # define __has_warning(...) 0
  384. # endif
  385. # if !defined(_LIBCPP_COMPILER_CLANG_BASED) && __cplusplus < 201103L
  386. # error "libc++ only supports C++03 with Clang-based compilers. Please enable C++11"
  387. # endif
  388. // FIXME: ABI detection should be done via compiler builtin macros. This
  389. // is just a placeholder until Clang implements such macros. For now assume
  390. // that Windows compilers pretending to be MSVC++ target the Microsoft ABI,
  391. // and allow the user to explicitly specify the ABI to handle cases where this
  392. // heuristic falls short.
  393. # if defined(_LIBCPP_ABI_FORCE_ITANIUM) && defined(_LIBCPP_ABI_FORCE_MICROSOFT)
  394. # error "Only one of _LIBCPP_ABI_FORCE_ITANIUM and _LIBCPP_ABI_FORCE_MICROSOFT can be defined"
  395. # elif defined(_LIBCPP_ABI_FORCE_ITANIUM)
  396. # define _LIBCPP_ABI_ITANIUM
  397. # elif defined(_LIBCPP_ABI_FORCE_MICROSOFT)
  398. # define _LIBCPP_ABI_MICROSOFT
  399. # else
  400. # if defined(_WIN32) && defined(_MSC_VER)
  401. # define _LIBCPP_ABI_MICROSOFT
  402. # else
  403. # define _LIBCPP_ABI_ITANIUM
  404. # endif
  405. # endif
  406. # if defined(_LIBCPP_ABI_MICROSOFT) && !defined(_LIBCPP_NO_VCRUNTIME)
  407. # define _LIBCPP_ABI_VCRUNTIME
  408. # endif
  409. # if __has_feature(experimental_library)
  410. # ifndef _LIBCPP_ENABLE_EXPERIMENTAL
  411. # define _LIBCPP_ENABLE_EXPERIMENTAL
  412. # endif
  413. # endif
  414. // Incomplete features get their own specific disabling flags. This makes it
  415. // easier to grep for target specific flags once the feature is complete.
  416. # if !defined(_LIBCPP_ENABLE_EXPERIMENTAL) && !defined(_LIBCPP_BUILDING_LIBRARY)
  417. # define _LIBCPP_HAS_NO_INCOMPLETE_PSTL
  418. # define _LIBCPP_HAS_NO_EXPERIMENTAL_STOP_TOKEN
  419. # define _LIBCPP_HAS_NO_INCOMPLETE_TZDB
  420. # define _LIBCPP_HAS_NO_EXPERIMENTAL_SYNCSTREAM
  421. # endif
  422. // Need to detect which libc we're using if we're on Linux.
  423. # if defined(__linux__)
  424. # include <features.h>
  425. # if defined(__GLIBC_PREREQ)
  426. # define _LIBCPP_GLIBC_PREREQ(a, b) __GLIBC_PREREQ(a, b)
  427. # else
  428. # define _LIBCPP_GLIBC_PREREQ(a, b) 0
  429. # endif // defined(__GLIBC_PREREQ)
  430. # endif // defined(__linux__)
  431. # if defined(__MVS__)
  432. # include <features.h> // for __NATIVE_ASCII_F
  433. # endif
  434. # ifndef __BYTE_ORDER__
  435. # error \
  436. "Your compiler doesn't seem to define __BYTE_ORDER__, which is required by libc++ to know the endianness of your target platform"
  437. # endif
  438. # if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
  439. # define _LIBCPP_LITTLE_ENDIAN
  440. # elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
  441. # define _LIBCPP_BIG_ENDIAN
  442. # endif // __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
  443. # if defined(_WIN32)
  444. # define _LIBCPP_WIN32API
  445. # define _LIBCPP_SHORT_WCHAR 1
  446. // Both MinGW and native MSVC provide a "MSVC"-like environment
  447. # define _LIBCPP_MSVCRT_LIKE
  448. // If mingw not explicitly detected, assume using MS C runtime only if
  449. // a MS compatibility version is specified.
  450. # if defined(_MSC_VER) && !defined(__MINGW32__)
  451. # define _LIBCPP_MSVCRT // Using Microsoft's C Runtime library
  452. # endif
  453. # if (defined(_M_AMD64) || defined(__x86_64__)) || (defined(_M_ARM) || defined(__arm__))
  454. # define _LIBCPP_HAS_BITSCAN64
  455. # endif
  456. # define _LIBCPP_HAS_OPEN_WITH_WCHAR
  457. # endif // defined(_WIN32)
  458. # if defined(_AIX) && !defined(__64BIT__)
  459. // The size of wchar is 2 byte on 32-bit mode on AIX.
  460. # define _LIBCPP_SHORT_WCHAR 1
  461. # endif
  462. // Libc++ supports various implementations of std::random_device.
  463. //
  464. // _LIBCPP_USING_DEV_RANDOM
  465. // Read entropy from the given file, by default `/dev/urandom`.
  466. // If a token is provided, it is assumed to be the path to a file
  467. // to read entropy from. This is the default behavior if nothing
  468. // else is specified. This implementation requires storing state
  469. // inside `std::random_device`.
  470. //
  471. // _LIBCPP_USING_ARC4_RANDOM
  472. // Use arc4random(). This allows obtaining random data even when
  473. // using sandboxing mechanisms. On some platforms like Apple, this
  474. // is the recommended source of entropy for user-space programs.
  475. // When this option is used, the token passed to `std::random_device`'s
  476. // constructor *must* be "/dev/urandom" -- anything else is an error.
  477. //
  478. // _LIBCPP_USING_GETENTROPY
  479. // Use getentropy().
  480. // When this option is used, the token passed to `std::random_device`'s
  481. // constructor *must* be "/dev/urandom" -- anything else is an error.
  482. //
  483. // _LIBCPP_USING_FUCHSIA_CPRNG
  484. // Use Fuchsia's zx_cprng_draw() system call, which is specified to
  485. // deliver high-quality entropy and cannot fail.
  486. // When this option is used, the token passed to `std::random_device`'s
  487. // constructor *must* be "/dev/urandom" -- anything else is an error.
  488. //
  489. // _LIBCPP_USING_NACL_RANDOM
  490. // NaCl's sandbox (which PNaCl also runs in) doesn't allow filesystem access,
  491. // including accesses to the special files under `/dev`. This implementation
  492. // uses the NaCL syscall `nacl_secure_random_init()` to get entropy.
  493. // When this option is used, the token passed to `std::random_device`'s
  494. // constructor *must* be "/dev/urandom" -- anything else is an error.
  495. //
  496. // _LIBCPP_USING_WIN32_RANDOM
  497. // Use rand_s(), for use on Windows.
  498. // When this option is used, the token passed to `std::random_device`'s
  499. // constructor *must* be "/dev/urandom" -- anything else is an error.
  500. # if defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || \
  501. defined(__DragonFly__)
  502. # define _LIBCPP_USING_ARC4_RANDOM
  503. # elif defined(__wasi__) || defined(__EMSCRIPTEN__)
  504. # define _LIBCPP_USING_GETENTROPY
  505. # elif defined(__Fuchsia__)
  506. # define _LIBCPP_USING_FUCHSIA_CPRNG
  507. # elif defined(__native_client__)
  508. # define _LIBCPP_USING_NACL_RANDOM
  509. # elif defined(_LIBCPP_WIN32API)
  510. # define _LIBCPP_USING_WIN32_RANDOM
  511. # else
  512. # define _LIBCPP_USING_DEV_RANDOM
  513. # endif
  514. # ifndef _LIBCPP_CXX03_LANG
  515. # define _LIBCPP_ALIGNOF(_Tp) alignof(_Tp)
  516. # define _ALIGNAS_TYPE(x) alignas(x)
  517. # define _ALIGNAS(x) alignas(x)
  518. # define _LIBCPP_NORETURN [[noreturn]]
  519. # define _NOEXCEPT noexcept
  520. # define _NOEXCEPT_(...) noexcept(__VA_ARGS__)
  521. # define _LIBCPP_CONSTEXPR constexpr
  522. # else
  523. # define _LIBCPP_ALIGNOF(_Tp) _Alignof(_Tp)
  524. # define _ALIGNAS_TYPE(x) __attribute__((__aligned__(_LIBCPP_ALIGNOF(x))))
  525. # define _ALIGNAS(x) __attribute__((__aligned__(x)))
  526. # define _LIBCPP_NORETURN __attribute__((__noreturn__))
  527. # define _LIBCPP_HAS_NO_NOEXCEPT
  528. # define nullptr __nullptr
  529. # define _NOEXCEPT throw()
  530. # define _NOEXCEPT_(...)
  531. # define static_assert(...) _Static_assert(__VA_ARGS__)
  532. # define decltype(...) __decltype(__VA_ARGS__)
  533. # define _LIBCPP_CONSTEXPR
  534. typedef __char16_t char16_t;
  535. typedef __char32_t char32_t;
  536. # endif
  537. # if !defined(__cpp_exceptions) || __cpp_exceptions < 199711L
  538. # define _LIBCPP_HAS_NO_EXCEPTIONS
  539. # endif
  540. # define _LIBCPP_PREFERRED_ALIGNOF(_Tp) __alignof(_Tp)
  541. # if defined(_LIBCPP_COMPILER_CLANG_BASED)
  542. # if defined(__APPLE__)
  543. # if defined(__i386__) || defined(__x86_64__)
  544. // use old string layout on x86_64 and i386
  545. # elif defined(__arm__)
  546. // use old string layout on arm (which does not include aarch64/arm64), except on watch ABIs
  547. # if defined(__ARM_ARCH_7K__) && __ARM_ARCH_7K__ >= 2
  548. # define _LIBCPP_ABI_ALTERNATE_STRING_LAYOUT
  549. # endif
  550. # else
  551. # define _LIBCPP_ABI_ALTERNATE_STRING_LAYOUT
  552. # endif
  553. # endif
  554. // Objective-C++ features (opt-in)
  555. # if __has_feature(objc_arc)
  556. # define _LIBCPP_HAS_OBJC_ARC
  557. # endif
  558. # if __has_feature(objc_arc_weak)
  559. # define _LIBCPP_HAS_OBJC_ARC_WEAK
  560. # endif
  561. # if __has_extension(blocks)
  562. # define _LIBCPP_HAS_EXTENSION_BLOCKS
  563. # endif
  564. # if defined(_LIBCPP_HAS_EXTENSION_BLOCKS) && defined(__APPLE__)
  565. # define _LIBCPP_HAS_BLOCKS_RUNTIME
  566. # endif
  567. # if !__has_feature(address_sanitizer)
  568. # define _LIBCPP_HAS_NO_ASAN
  569. # endif
  570. # define _LIBCPP_ALWAYS_INLINE __attribute__((__always_inline__))
  571. # define _LIBCPP_DISABLE_EXTENSION_WARNING __extension__
  572. # elif defined(_LIBCPP_COMPILER_GCC)
  573. # if !defined(__SANITIZE_ADDRESS__)
  574. # define _LIBCPP_HAS_NO_ASAN
  575. # endif
  576. # define _LIBCPP_ALWAYS_INLINE __attribute__((__always_inline__))
  577. # define _LIBCPP_DISABLE_EXTENSION_WARNING __extension__
  578. # endif // _LIBCPP_COMPILER_[CLANG|GCC]
  579. # if defined(_LIBCPP_OBJECT_FORMAT_COFF)
  580. # ifdef _DLL
  581. # define _LIBCPP_CRT_FUNC __declspec(dllimport)
  582. # else
  583. # define _LIBCPP_CRT_FUNC
  584. # endif
  585. # if defined(_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS) || (defined(__MINGW32__) && !defined(_LIBCPP_BUILDING_LIBRARY))
  586. # define _LIBCPP_DLL_VIS
  587. # define _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS
  588. # define _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
  589. # define _LIBCPP_OVERRIDABLE_FUNC_VIS
  590. # define _LIBCPP_EXPORTED_FROM_ABI
  591. # elif defined(_LIBCPP_BUILDING_LIBRARY)
  592. # define _LIBCPP_DLL_VIS __declspec(dllexport)
  593. # if defined(__MINGW32__)
  594. # define _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS _LIBCPP_DLL_VIS
  595. # define _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
  596. # else
  597. # define _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS
  598. # define _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS _LIBCPP_DLL_VIS
  599. # endif
  600. # define _LIBCPP_OVERRIDABLE_FUNC_VIS _LIBCPP_DLL_VIS
  601. # define _LIBCPP_EXPORTED_FROM_ABI __declspec(dllexport)
  602. # else
  603. # define _LIBCPP_DLL_VIS __declspec(dllimport)
  604. # define _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS _LIBCPP_DLL_VIS
  605. # define _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
  606. # define _LIBCPP_OVERRIDABLE_FUNC_VIS
  607. # define _LIBCPP_EXPORTED_FROM_ABI __declspec(dllimport)
  608. # endif
  609. # define _LIBCPP_HIDDEN
  610. # define _LIBCPP_METHOD_TEMPLATE_IMPLICIT_INSTANTIATION_VIS
  611. # define _LIBCPP_TEMPLATE_VIS
  612. # define _LIBCPP_TEMPLATE_DATA_VIS
  613. # define _LIBCPP_TYPE_VISIBILITY_DEFAULT
  614. # else
  615. # if !defined(_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS)
  616. # define _LIBCPP_VISIBILITY(vis) __attribute__((__visibility__(vis)))
  617. # else
  618. # define _LIBCPP_VISIBILITY(vis)
  619. # endif
  620. # define _LIBCPP_HIDDEN _LIBCPP_VISIBILITY("hidden")
  621. # define _LIBCPP_TEMPLATE_DATA_VIS _LIBCPP_VISIBILITY("default")
  622. # define _LIBCPP_EXPORTED_FROM_ABI _LIBCPP_VISIBILITY("default")
  623. # define _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS _LIBCPP_VISIBILITY("default")
  624. # define _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
  625. // TODO: Make this a proper customization point or remove the option to override it.
  626. # ifndef _LIBCPP_OVERRIDABLE_FUNC_VIS
  627. # define _LIBCPP_OVERRIDABLE_FUNC_VIS _LIBCPP_VISIBILITY("default")
  628. # endif
  629. # if !defined(_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS)
  630. // The inline should be removed once PR32114 is resolved
  631. # define _LIBCPP_METHOD_TEMPLATE_IMPLICIT_INSTANTIATION_VIS inline _LIBCPP_HIDDEN
  632. # else
  633. # define _LIBCPP_METHOD_TEMPLATE_IMPLICIT_INSTANTIATION_VIS
  634. # endif
  635. // GCC doesn't support the type_visibility attribute, so we have to keep the visibility attribute on templates
  636. # if !defined(_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS) && !__has_attribute(__type_visibility__)
  637. # define _LIBCPP_TEMPLATE_VIS __attribute__((__visibility__("default")))
  638. # else
  639. # define _LIBCPP_TEMPLATE_VIS
  640. # endif
  641. # if !defined(_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS) && __has_attribute(__type_visibility__)
  642. # define _LIBCPP_TYPE_VISIBILITY_DEFAULT __attribute__((__type_visibility__("default")))
  643. # else
  644. # define _LIBCPP_TYPE_VISIBILITY_DEFAULT
  645. # endif
  646. # endif // defined(_LIBCPP_OBJECT_FORMAT_COFF)
  647. # if __has_attribute(exclude_from_explicit_instantiation)
  648. # define _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION __attribute__((__exclude_from_explicit_instantiation__))
  649. # else
  650. // Try to approximate the effect of exclude_from_explicit_instantiation
  651. // (which is that entities are not assumed to be provided by explicit
  652. // template instantiations in the dylib) by always inlining those entities.
  653. # define _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION _LIBCPP_ALWAYS_INLINE
  654. # endif
  655. # ifdef _LIBCPP_COMPILER_CLANG_BASED
  656. # define _LIBCPP_DIAGNOSTIC_PUSH _Pragma("clang diagnostic push")
  657. # define _LIBCPP_DIAGNOSTIC_POP _Pragma("clang diagnostic pop")
  658. # define _LIBCPP_CLANG_DIAGNOSTIC_IGNORED(str) _Pragma(_LIBCPP_TOSTRING(clang diagnostic ignored str))
  659. # define _LIBCPP_GCC_DIAGNOSTIC_IGNORED(str)
  660. # elif defined(_LIBCPP_COMPILER_GCC)
  661. # define _LIBCPP_DIAGNOSTIC_PUSH _Pragma("GCC diagnostic push")
  662. # define _LIBCPP_DIAGNOSTIC_POP _Pragma("GCC diagnostic pop")
  663. # define _LIBCPP_CLANG_DIAGNOSTIC_IGNORED(str)
  664. # define _LIBCPP_GCC_DIAGNOSTIC_IGNORED(str) _Pragma(_LIBCPP_TOSTRING(GCC diagnostic ignored str))
  665. # else
  666. # define _LIBCPP_DIAGNOSTIC_PUSH
  667. # define _LIBCPP_DIAGNOSTIC_POP
  668. # define _LIBCPP_CLANG_DIAGNOSTIC_IGNORED(str)
  669. # define _LIBCPP_GCC_DIAGNOSTIC_IGNORED(str)
  670. # endif
  671. # if _LIBCPP_HARDENING_MODE == _LIBCPP_HARDENING_MODE_FAST
  672. # define _LIBCPP_HARDENING_SIG f
  673. # elif _LIBCPP_HARDENING_MODE == _LIBCPP_HARDENING_MODE_EXTENSIVE
  674. # define _LIBCPP_HARDENING_SIG s
  675. # elif _LIBCPP_HARDENING_MODE == _LIBCPP_HARDENING_MODE_DEBUG
  676. # define _LIBCPP_HARDENING_SIG d
  677. # else
  678. # define _LIBCPP_HARDENING_SIG n // "none"
  679. # endif
  680. # ifdef _LIBCPP_HAS_NO_EXCEPTIONS
  681. # define _LIBCPP_EXCEPTIONS_SIG n
  682. # else
  683. # define _LIBCPP_EXCEPTIONS_SIG e
  684. # endif
  685. # define _LIBCPP_ODR_SIGNATURE \
  686. _LIBCPP_CONCAT(_LIBCPP_CONCAT(_LIBCPP_HARDENING_SIG, _LIBCPP_EXCEPTIONS_SIG), _LIBCPP_VERSION)
  687. // This macro marks a symbol as being hidden from libc++'s ABI. This is achieved
  688. // on two levels:
  689. // 1. The symbol is given hidden visibility, which ensures that users won't start exporting
  690. // symbols from their dynamic library by means of using the libc++ headers. This ensures
  691. // that those symbols stay private to the dynamic library in which it is defined.
  692. //
  693. // 2. The symbol is given an ABI tag that encodes the ODR-relevant properties of the library.
  694. // This ensures that no ODR violation can arise from mixing two TUs compiled with different
  695. // versions or configurations of libc++ (such as exceptions vs no-exceptions). Indeed, if the
  696. // program contains two definitions of a function, the ODR requires them to be token-by-token
  697. // equivalent, and the linker is allowed to pick either definition and discard the other one.
  698. //
  699. // For example, if a program contains a copy of `vector::at()` compiled with exceptions enabled
  700. // *and* a copy of `vector::at()` compiled with exceptions disabled (by means of having two TUs
  701. // compiled with different settings), the two definitions are both visible by the linker and they
  702. // have the same name, but they have a meaningfully different implementation (one throws an exception
  703. // and the other aborts the program). This violates the ODR and makes the program ill-formed, and in
  704. // practice what will happen is that the linker will pick one of the definitions at random and will
  705. // discard the other one. This can quite clearly lead to incorrect program behavior.
  706. //
  707. // A similar reasoning holds for many other properties that are ODR-affecting. Essentially any
  708. // property that causes the code of a function to differ from the code in another configuration
  709. // can be considered ODR-affecting. In practice, we don't encode all such properties in the ABI
  710. // tag, but we encode the ones that we think are most important: library version, exceptions, and
  711. // hardening mode.
  712. //
  713. // Note that historically, solving this problem has been achieved in various ways, including
  714. // force-inlining all functions or giving internal linkage to all functions. Both these previous
  715. // solutions suffer from drawbacks that lead notably to code bloat.
  716. //
  717. // Note that we use _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION to ensure that we don't depend
  718. // on _LIBCPP_HIDE_FROM_ABI methods of classes explicitly instantiated in the dynamic library.
  719. //
  720. // Also note that the _LIBCPP_HIDE_FROM_ABI_VIRTUAL macro should be used on virtual functions
  721. // instead of _LIBCPP_HIDE_FROM_ABI. That macro does not use an ABI tag. Indeed, the mangled
  722. // name of a virtual function is part of its ABI, since some architectures like arm64e can sign
  723. // the virtual function pointer in the vtable based on the mangled name of the function. Since
  724. // we use an ABI tag that changes with each released version, the mangled name of the virtual
  725. // function would change, which is incorrect. Note that it doesn't make much sense to change
  726. // the implementation of a virtual function in an ABI-incompatible way in the first place,
  727. // since that would be an ABI break anyway. Hence, the lack of ABI tag should not be noticeable.
  728. //
  729. // The macro can be applied to record and enum types. When the tagged type is nested in
  730. // a record this "parent" record needs to have the macro too. Another use case for applying
  731. // this macro to records and unions is to apply an ABI tag to inline constexpr variables.
  732. // This can be useful for inline variables that are implementation details which are expected
  733. // to change in the future.
  734. //
  735. // TODO: We provide a escape hatch with _LIBCPP_NO_ABI_TAG for folks who want to avoid increasing
  736. // the length of symbols with an ABI tag. In practice, we should remove the escape hatch and
  737. // use compression mangling instead, see https://github.com/itanium-cxx-abi/cxx-abi/issues/70.
  738. # if !defined(_LIBCPP_NO_ABI_TAG) && !defined(__CUDACC__)
  739. # define _LIBCPP_HIDE_FROM_ABI \
  740. _LIBCPP_HIDDEN _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION \
  741. __attribute__((__abi_tag__(_LIBCPP_TOSTRING(_LIBCPP_ODR_SIGNATURE))))
  742. # else
  743. # define _LIBCPP_HIDE_FROM_ABI _LIBCPP_HIDDEN _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION
  744. # endif
  745. # define _LIBCPP_HIDE_FROM_ABI_VIRTUAL _LIBCPP_HIDDEN _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION
  746. // This macro provides a HIDE_FROM_ABI equivalent that can be applied to extern
  747. // "C" function, as those lack mangling.
  748. # define _LIBCPP_HIDE_FROM_ABI_C _LIBCPP_HIDDEN _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION
  749. # ifdef _LIBCPP_BUILDING_LIBRARY
  750. # if _LIBCPP_ABI_VERSION > 1
  751. # define _LIBCPP_HIDE_FROM_ABI_AFTER_V1 _LIBCPP_HIDE_FROM_ABI
  752. # else
  753. # define _LIBCPP_HIDE_FROM_ABI_AFTER_V1
  754. # endif
  755. # else
  756. # define _LIBCPP_HIDE_FROM_ABI_AFTER_V1 _LIBCPP_HIDE_FROM_ABI
  757. # endif
  758. // TODO: Remove this workaround once we drop support for Clang 16
  759. #if __has_warning("-Wc++23-extensions")
  760. # define _LIBCPP_CLANG_DIAGNOSTIC_IGNORED_CXX23_EXTENSION _LIBCPP_CLANG_DIAGNOSTIC_IGNORED("-Wc++23-extensions")
  761. #else
  762. # define _LIBCPP_CLANG_DIAGNOSTIC_IGNORED_CXX23_EXTENSION _LIBCPP_CLANG_DIAGNOSTIC_IGNORED("-Wc++2b-extensions")
  763. #endif
  764. // Clang modules take a significant compile time hit when pushing and popping diagnostics.
  765. // Since all the headers are marked as system headers in the modulemap, we can simply disable this
  766. // pushing and popping when building with clang modules.
  767. # if !__has_feature(modules)
  768. # define _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS \
  769. _LIBCPP_DIAGNOSTIC_PUSH \
  770. _LIBCPP_CLANG_DIAGNOSTIC_IGNORED("-Wc++11-extensions") \
  771. _LIBCPP_CLANG_DIAGNOSTIC_IGNORED("-Wc++14-extensions") \
  772. _LIBCPP_CLANG_DIAGNOSTIC_IGNORED("-Wc++17-extensions") \
  773. _LIBCPP_CLANG_DIAGNOSTIC_IGNORED("-Wc++20-extensions") \
  774. _LIBCPP_CLANG_DIAGNOSTIC_IGNORED_CXX23_EXTENSION \
  775. _LIBCPP_GCC_DIAGNOSTIC_IGNORED("-Wc++14-extensions") \
  776. _LIBCPP_GCC_DIAGNOSTIC_IGNORED("-Wc++17-extensions") \
  777. _LIBCPP_GCC_DIAGNOSTIC_IGNORED("-Wc++20-extensions") \
  778. _LIBCPP_GCC_DIAGNOSTIC_IGNORED("-Wc++23-extensions")
  779. # define _LIBCPP_POP_EXTENSION_DIAGNOSTICS _LIBCPP_DIAGNOSTIC_POP
  780. # else
  781. # define _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS
  782. # define _LIBCPP_POP_EXTENSION_DIAGNOSTICS
  783. # endif
  784. // Inline namespaces are available in Clang/GCC/MSVC regardless of C++ dialect.
  785. // clang-format off
  786. # define _LIBCPP_BEGIN_NAMESPACE_STD _LIBCPP_PUSH_EXTENSION_DIAGNOSTICS \
  787. namespace _LIBCPP_TYPE_VISIBILITY_DEFAULT std { \
  788. inline namespace _LIBCPP_ABI_NAMESPACE {
  789. # define _LIBCPP_END_NAMESPACE_STD }} _LIBCPP_POP_EXTENSION_DIAGNOSTICS
  790. # define _LIBCPP_BEGIN_NAMESPACE_FILESYSTEM _LIBCPP_BEGIN_NAMESPACE_STD \
  791. inline namespace __fs { namespace filesystem {
  792. # define _LIBCPP_END_NAMESPACE_FILESYSTEM }} _LIBCPP_END_NAMESPACE_STD
  793. // clang-format on
  794. # if __has_attribute(__enable_if__)
  795. # define _LIBCPP_PREFERRED_OVERLOAD __attribute__((__enable_if__(true, "")))
  796. # endif
  797. # if !defined(__SIZEOF_INT128__) || defined(_MSC_VER)
  798. # define _LIBCPP_HAS_NO_INT128
  799. # endif
  800. # ifdef _LIBCPP_CXX03_LANG
  801. # define _LIBCPP_DECLARE_STRONG_ENUM(x) \
  802. struct _LIBCPP_EXPORTED_FROM_ABI x { \
  803. enum __lx
  804. // clang-format off
  805. # define _LIBCPP_DECLARE_STRONG_ENUM_EPILOG(x) \
  806. __lx __v_; \
  807. _LIBCPP_HIDE_FROM_ABI x(__lx __v) : __v_(__v) {} \
  808. _LIBCPP_HIDE_FROM_ABI explicit x(int __v) : __v_(static_cast<__lx>(__v)) {} \
  809. _LIBCPP_HIDE_FROM_ABI operator int() const { return __v_; } \
  810. };
  811. // clang-format on
  812. # else // _LIBCPP_CXX03_LANG
  813. # define _LIBCPP_DECLARE_STRONG_ENUM(x) enum class x
  814. # define _LIBCPP_DECLARE_STRONG_ENUM_EPILOG(x)
  815. # endif // _LIBCPP_CXX03_LANG
  816. # if defined(__APPLE__) || defined(__FreeBSD__) || defined(_LIBCPP_MSVCRT_LIKE) || defined(__NetBSD__)
  817. # define _LIBCPP_LOCALE__L_EXTENSIONS 1
  818. # endif
  819. # ifdef __FreeBSD__
  820. # define _DECLARE_C99_LDBL_MATH 1
  821. # endif
  822. // If we are getting operator new from the MSVC CRT, then allocation overloads
  823. // for align_val_t were added in 19.12, aka VS 2017 version 15.3.
  824. # if defined(_LIBCPP_MSVCRT) && defined(_MSC_VER) && _MSC_VER < 1912
  825. # define _LIBCPP_HAS_NO_LIBRARY_ALIGNED_ALLOCATION
  826. # elif defined(_LIBCPP_ABI_VCRUNTIME) && !defined(__cpp_aligned_new)
  827. // We're deferring to Microsoft's STL to provide aligned new et al. We don't
  828. // have it unless the language feature test macro is defined.
  829. # define _LIBCPP_HAS_NO_LIBRARY_ALIGNED_ALLOCATION
  830. # elif defined(__MVS__)
  831. # define _LIBCPP_HAS_NO_LIBRARY_ALIGNED_ALLOCATION
  832. # endif
  833. # if defined(_LIBCPP_HAS_NO_LIBRARY_ALIGNED_ALLOCATION) || (!defined(__cpp_aligned_new) || __cpp_aligned_new < 201606)
  834. # define _LIBCPP_HAS_NO_ALIGNED_ALLOCATION
  835. # endif
  836. // It is not yet possible to use aligned_alloc() on all Apple platforms since
  837. // 10.15 was the first version to ship an implementation of aligned_alloc().
  838. # if defined(__APPLE__)
  839. # if (defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__) && \
  840. __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 101500)
  841. # define _LIBCPP_HAS_NO_C11_ALIGNED_ALLOC
  842. # endif
  843. # elif defined(__ANDROID__) && __ANDROID_API__ < 28
  844. // Android only provides aligned_alloc when targeting API 28 or higher.
  845. # define _LIBCPP_HAS_NO_C11_ALIGNED_ALLOC
  846. # endif
  847. # if defined(__APPLE__) || defined(__FreeBSD__)
  848. # define _LIBCPP_HAS_DEFAULTRUNELOCALE
  849. # endif
  850. # if defined(__APPLE__) || defined(__FreeBSD__)
  851. # define _LIBCPP_WCTYPE_IS_MASK
  852. # endif
  853. # if _LIBCPP_STD_VER <= 17 || !defined(__cpp_char8_t)
  854. # define _LIBCPP_HAS_NO_CHAR8_T
  855. # endif
  856. // Deprecation macros.
  857. //
  858. // Deprecations warnings are always enabled, except when users explicitly opt-out
  859. // by defining _LIBCPP_DISABLE_DEPRECATION_WARNINGS.
  860. # if !defined(_LIBCPP_DISABLE_DEPRECATION_WARNINGS)
  861. # if __has_attribute(__deprecated__)
  862. # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
  863. # define _LIBCPP_DEPRECATED_(m) __attribute__((__deprecated__(m)))
  864. # elif _LIBCPP_STD_VER >= 14
  865. # define _LIBCPP_DEPRECATED [[deprecated]]
  866. # define _LIBCPP_DEPRECATED_(m) [[deprecated(m)]]
  867. # else
  868. # define _LIBCPP_DEPRECATED
  869. # define _LIBCPP_DEPRECATED_(m)
  870. # endif
  871. # else
  872. # define _LIBCPP_DEPRECATED
  873. # define _LIBCPP_DEPRECATED_(m)
  874. # endif
  875. # if !defined(_LIBCPP_CXX03_LANG)
  876. # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
  877. # else
  878. # define _LIBCPP_DEPRECATED_IN_CXX11
  879. # endif
  880. # if _LIBCPP_STD_VER >= 14
  881. # define _LIBCPP_DEPRECATED_IN_CXX14 _LIBCPP_DEPRECATED
  882. # else
  883. # define _LIBCPP_DEPRECATED_IN_CXX14
  884. # endif
  885. # if _LIBCPP_STD_VER >= 17
  886. # define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
  887. # else
  888. # define _LIBCPP_DEPRECATED_IN_CXX17
  889. # endif
  890. # if _LIBCPP_STD_VER >= 20
  891. # define _LIBCPP_DEPRECATED_IN_CXX20 _LIBCPP_DEPRECATED
  892. # else
  893. # define _LIBCPP_DEPRECATED_IN_CXX20
  894. # endif
  895. # if _LIBCPP_STD_VER >= 23
  896. # define _LIBCPP_DEPRECATED_IN_CXX23 _LIBCPP_DEPRECATED
  897. # else
  898. # define _LIBCPP_DEPRECATED_IN_CXX23
  899. # endif
  900. # if _LIBCPP_STD_VER >= 26
  901. # define _LIBCPP_DEPRECATED_IN_CXX26 _LIBCPP_DEPRECATED
  902. # else
  903. # define _LIBCPP_DEPRECATED_IN_CXX26
  904. # endif
  905. # if !defined(_LIBCPP_HAS_NO_CHAR8_T)
  906. # define _LIBCPP_DEPRECATED_WITH_CHAR8_T _LIBCPP_DEPRECATED
  907. # else
  908. # define _LIBCPP_DEPRECATED_WITH_CHAR8_T
  909. # endif
  910. // Macros to enter and leave a state where deprecation warnings are suppressed.
  911. # if defined(_LIBCPP_COMPILER_CLANG_BASED) || defined(_LIBCPP_COMPILER_GCC)
  912. # define _LIBCPP_SUPPRESS_DEPRECATED_PUSH \
  913. _Pragma("GCC diagnostic push") _Pragma("GCC diagnostic ignored \"-Wdeprecated\"") \
  914. _Pragma("GCC diagnostic ignored \"-Wdeprecated-declarations\"")
  915. # define _LIBCPP_SUPPRESS_DEPRECATED_POP _Pragma("GCC diagnostic pop")
  916. # else
  917. # define _LIBCPP_SUPPRESS_DEPRECATED_PUSH
  918. # define _LIBCPP_SUPPRESS_DEPRECATED_POP
  919. # endif
  920. # if _LIBCPP_STD_VER <= 11
  921. # define _LIBCPP_EXPLICIT_SINCE_CXX14
  922. # else
  923. # define _LIBCPP_EXPLICIT_SINCE_CXX14 explicit
  924. # endif
  925. # if _LIBCPP_STD_VER >= 23
  926. # define _LIBCPP_EXPLICIT_SINCE_CXX23 explicit
  927. # else
  928. # define _LIBCPP_EXPLICIT_SINCE_CXX23
  929. # endif
  930. # if _LIBCPP_STD_VER >= 14
  931. # define _LIBCPP_CONSTEXPR_SINCE_CXX14 constexpr
  932. # else
  933. # define _LIBCPP_CONSTEXPR_SINCE_CXX14
  934. # endif
  935. # if _LIBCPP_STD_VER >= 17
  936. # define _LIBCPP_CONSTEXPR_SINCE_CXX17 constexpr
  937. # else
  938. # define _LIBCPP_CONSTEXPR_SINCE_CXX17
  939. # endif
  940. # if _LIBCPP_STD_VER >= 20
  941. # define _LIBCPP_CONSTEXPR_SINCE_CXX20 constexpr
  942. # else
  943. # define _LIBCPP_CONSTEXPR_SINCE_CXX20
  944. # endif
  945. # if _LIBCPP_STD_VER >= 23
  946. # define _LIBCPP_CONSTEXPR_SINCE_CXX23 constexpr
  947. # else
  948. # define _LIBCPP_CONSTEXPR_SINCE_CXX23
  949. # endif
  950. # ifndef _LIBCPP_HAS_NO_ASAN
  951. extern "C" _LIBCPP_EXPORTED_FROM_ABI void
  952. __sanitizer_annotate_contiguous_container(const void*, const void*, const void*, const void*);
  953. # if !defined(_LIBCPP_NO_ASAN_CONTIGUOUS_CONTAINER_FEATURES)
  954. extern "C" _LIBCPP_EXPORTED_FROM_ABI void __sanitizer_annotate_double_ended_contiguous_container(
  955. const void*, const void*, const void*, const void*, const void*, const void*);
  956. extern "C" _LIBCPP_EXPORTED_FROM_ABI int
  957. __sanitizer_verify_double_ended_contiguous_container(const void*, const void*, const void*, const void*);
  958. # endif
  959. # endif
  960. // Try to find out if RTTI is disabled.
  961. # if !defined(__cpp_rtti) || __cpp_rtti < 199711L
  962. # define _LIBCPP_HAS_NO_RTTI
  963. # endif
  964. # ifndef _LIBCPP_WEAK
  965. # define _LIBCPP_WEAK __attribute__((__weak__))
  966. # endif
  967. // Thread API
  968. // clang-format off
  969. # if !defined(_LIBCPP_HAS_NO_THREADS) && \
  970. !defined(_LIBCPP_HAS_THREAD_API_PTHREAD) && \
  971. !defined(_LIBCPP_HAS_THREAD_API_WIN32) && \
  972. !defined(_LIBCPP_HAS_THREAD_API_EXTERNAL)
  973. # if defined(__FreeBSD__) || \
  974. defined(__wasi__) || \
  975. defined(__NetBSD__) || \
  976. defined(__OpenBSD__) || \
  977. defined(__NuttX__) || \
  978. defined(__linux__) || \
  979. defined(__GNU__) || \
  980. defined(__APPLE__) || \
  981. defined(__MVS__) || \
  982. defined(_AIX) || \
  983. defined(__EMSCRIPTEN__) || \
  984. defined(__CYGWIN__)
  985. // clang-format on
  986. # define _LIBCPP_HAS_THREAD_API_PTHREAD
  987. # elif defined(__Fuchsia__)
  988. // TODO(44575): Switch to C11 thread API when possible.
  989. # define _LIBCPP_HAS_THREAD_API_PTHREAD
  990. # elif defined(_LIBCPP_WIN32API)
  991. # define _LIBCPP_HAS_THREAD_API_WIN32
  992. # else
  993. # error "No thread API"
  994. # endif // _LIBCPP_HAS_THREAD_API
  995. # endif // _LIBCPP_HAS_NO_THREADS
  996. # if defined(_LIBCPP_HAS_THREAD_API_PTHREAD)
  997. # if defined(__ANDROID__) && __ANDROID_API__ >= 30
  998. # define _LIBCPP_HAS_COND_CLOCKWAIT
  999. # elif defined(_LIBCPP_GLIBC_PREREQ)
  1000. # if _LIBCPP_GLIBC_PREREQ(2, 30)
  1001. # define _LIBCPP_HAS_COND_CLOCKWAIT
  1002. # endif
  1003. # endif
  1004. # endif
  1005. # if defined(_LIBCPP_HAS_NO_THREADS) && defined(_LIBCPP_HAS_THREAD_API_PTHREAD)
  1006. # error _LIBCPP_HAS_THREAD_API_PTHREAD may only be defined when \
  1007. _LIBCPP_HAS_NO_THREADS is not defined.
  1008. # endif
  1009. # if defined(_LIBCPP_HAS_NO_THREADS) && defined(_LIBCPP_HAS_THREAD_API_EXTERNAL)
  1010. # error _LIBCPP_HAS_THREAD_API_EXTERNAL may not be defined when \
  1011. _LIBCPP_HAS_NO_THREADS is defined.
  1012. # endif
  1013. # if defined(_LIBCPP_HAS_NO_MONOTONIC_CLOCK) && !defined(_LIBCPP_HAS_NO_THREADS)
  1014. # error _LIBCPP_HAS_NO_MONOTONIC_CLOCK may only be defined when \
  1015. _LIBCPP_HAS_NO_THREADS is defined.
  1016. # endif
  1017. # if !defined(_LIBCPP_HAS_NO_THREADS) && !defined(__STDCPP_THREADS__)
  1018. # define __STDCPP_THREADS__ 1
  1019. # endif
  1020. // The glibc and Bionic implementation of pthreads implements
  1021. // pthread_mutex_destroy as nop for regular mutexes. Additionally, Win32
  1022. // mutexes have no destroy mechanism.
  1023. //
  1024. // This optimization can't be performed on Apple platforms, where
  1025. // pthread_mutex_destroy can allow the kernel to release resources.
  1026. // See https://llvm.org/D64298 for details.
  1027. //
  1028. // TODO(EricWF): Enable this optimization on Bionic after speaking to their
  1029. // respective stakeholders.
  1030. // clang-format off
  1031. # if (defined(_LIBCPP_HAS_THREAD_API_PTHREAD) && defined(__GLIBC__)) || \
  1032. (defined(_LIBCPP_HAS_THREAD_API_C11) && defined(__Fuchsia__)) || \
  1033. defined(_LIBCPP_HAS_THREAD_API_WIN32)
  1034. // clang-format on
  1035. # define _LIBCPP_HAS_TRIVIAL_MUTEX_DESTRUCTION
  1036. # endif
  1037. // Destroying a condvar is a nop on Windows.
  1038. //
  1039. // This optimization can't be performed on Apple platforms, where
  1040. // pthread_cond_destroy can allow the kernel to release resources.
  1041. // See https://llvm.org/D64298 for details.
  1042. //
  1043. // TODO(EricWF): This is potentially true for some pthread implementations
  1044. // as well.
  1045. # if (defined(_LIBCPP_HAS_THREAD_API_C11) && defined(__Fuchsia__)) || defined(_LIBCPP_HAS_THREAD_API_WIN32)
  1046. # define _LIBCPP_HAS_TRIVIAL_CONDVAR_DESTRUCTION
  1047. # endif
  1048. # if defined(__BIONIC__) || defined(__NuttX__) || defined(__Fuchsia__) || defined(__wasi__) || \
  1049. defined(_LIBCPP_HAS_MUSL_LIBC) || defined(__OpenBSD__)
  1050. # define _LIBCPP_PROVIDES_DEFAULT_RUNE_TABLE
  1051. # endif
  1052. # if __has_feature(cxx_atomic) || __has_extension(c_atomic) || __has_keyword(_Atomic)
  1053. # define _LIBCPP_HAS_C_ATOMIC_IMP
  1054. # elif defined(_LIBCPP_COMPILER_GCC)
  1055. # define _LIBCPP_HAS_GCC_ATOMIC_IMP
  1056. # endif
  1057. # if !defined(_LIBCPP_HAS_C_ATOMIC_IMP) && !defined(_LIBCPP_HAS_GCC_ATOMIC_IMP) && \
  1058. !defined(_LIBCPP_HAS_EXTERNAL_ATOMIC_IMP)
  1059. # define _LIBCPP_HAS_NO_ATOMIC_HEADER
  1060. # else
  1061. # ifndef _LIBCPP_ATOMIC_FLAG_TYPE
  1062. # define _LIBCPP_ATOMIC_FLAG_TYPE bool
  1063. # endif
  1064. # endif
  1065. # if defined(__FreeBSD__) && defined(__clang__) && __has_attribute(__no_thread_safety_analysis__)
  1066. # define _LIBCPP_NO_THREAD_SAFETY_ANALYSIS __attribute__((__no_thread_safety_analysis__))
  1067. # else
  1068. # define _LIBCPP_NO_THREAD_SAFETY_ANALYSIS
  1069. # endif
  1070. # if defined(_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS)
  1071. # if defined(__clang__) && __has_attribute(acquire_capability)
  1072. // Work around the attribute handling in clang. When both __declspec and
  1073. // __attribute__ are present, the processing goes awry preventing the definition
  1074. // of the types. In MinGW mode, __declspec evaluates to __attribute__, and thus
  1075. // combining the two does work.
  1076. # if !defined(_MSC_VER)
  1077. # define _LIBCPP_HAS_THREAD_SAFETY_ANNOTATIONS
  1078. # endif
  1079. # endif
  1080. # endif
  1081. # ifdef _LIBCPP_HAS_THREAD_SAFETY_ANNOTATIONS
  1082. # define _LIBCPP_THREAD_SAFETY_ANNOTATION(x) __attribute__((x))
  1083. # else
  1084. # define _LIBCPP_THREAD_SAFETY_ANNOTATION(x)
  1085. # endif
  1086. # if _LIBCPP_STD_VER >= 20
  1087. # define _LIBCPP_CONSTINIT constinit
  1088. # elif __has_attribute(__require_constant_initialization__)
  1089. # define _LIBCPP_CONSTINIT __attribute__((__require_constant_initialization__))
  1090. # else
  1091. # define _LIBCPP_CONSTINIT
  1092. # endif
  1093. # if defined(__CUDACC__) || defined(__CUDA_ARCH__) || defined(__CUDA_LIBDEVICE__)
  1094. // The CUDA SDK contains an unfortunate definition for the __noinline__ macro,
  1095. // which breaks the regular __attribute__((__noinline__)) syntax. Therefore,
  1096. // when compiling for CUDA we use the non-underscored version of the noinline
  1097. // attribute.
  1098. //
  1099. // This is a temporary workaround and we still expect the CUDA SDK team to solve
  1100. // this issue properly in the SDK headers.
  1101. //
  1102. // See https://github.com/llvm/llvm-project/pull/73838 for more details.
  1103. # define _LIBCPP_NOINLINE __attribute__((noinline))
  1104. # elif __has_attribute(__noinline__)
  1105. # define _LIBCPP_NOINLINE __attribute__((__noinline__))
  1106. # else
  1107. # define _LIBCPP_NOINLINE
  1108. # endif
  1109. // We often repeat things just for handling wide characters in the library.
  1110. // When wide characters are disabled, it can be useful to have a quick way of
  1111. // disabling it without having to resort to #if-#endif, which has a larger
  1112. // impact on readability.
  1113. # if defined(_LIBCPP_HAS_NO_WIDE_CHARACTERS)
  1114. # define _LIBCPP_IF_WIDE_CHARACTERS(...)
  1115. # else
  1116. # define _LIBCPP_IF_WIDE_CHARACTERS(...) __VA_ARGS__
  1117. # endif
  1118. # if defined(_LIBCPP_ENABLE_CXX17_REMOVED_FEATURES)
  1119. # define _LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR
  1120. # define _LIBCPP_ENABLE_CXX17_REMOVED_BINDERS
  1121. # define _LIBCPP_ENABLE_CXX17_REMOVED_RANDOM_SHUFFLE
  1122. # define _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS
  1123. # define _LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION
  1124. # endif // _LIBCPP_ENABLE_CXX17_REMOVED_FEATURES
  1125. # if defined(_LIBCPP_ENABLE_CXX20_REMOVED_FEATURES)
  1126. # define _LIBCPP_ENABLE_CXX20_REMOVED_BINDER_TYPEDEFS
  1127. # define _LIBCPP_ENABLE_CXX20_REMOVED_NEGATORS
  1128. # define _LIBCPP_ENABLE_CXX20_REMOVED_RAW_STORAGE_ITERATOR
  1129. # define _LIBCPP_ENABLE_CXX20_REMOVED_TYPE_TRAITS
  1130. # endif // _LIBCPP_ENABLE_CXX20_REMOVED_FEATURES
  1131. // Yandex-specific: We build our own libc++, so it has everything available
  1132. # define _LIBCPP_DISABLE_AVAILABILITY
  1133. // End of Yandex-specific
  1134. // clang-format off
  1135. # define _LIBCPP_PUSH_MACROS _Pragma("push_macro(\"min\")") _Pragma("push_macro(\"max\")") _Pragma("push_macro(\"refresh\")") _Pragma("push_macro(\"move\")") _Pragma("push_macro(\"erase\")")
  1136. # define _LIBCPP_POP_MACROS _Pragma("pop_macro(\"min\")") _Pragma("pop_macro(\"max\")") _Pragma("pop_macro(\"refresh\")") _Pragma("pop_macro(\"move\")") _Pragma("pop_macro(\"erase\")")
  1137. // clang-format on
  1138. # ifndef _LIBCPP_NO_AUTO_LINK
  1139. # if defined(_LIBCPP_ABI_MICROSOFT) && !defined(_LIBCPP_BUILDING_LIBRARY)
  1140. # if !defined(_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS)
  1141. # pragma comment(lib, "c++.lib")
  1142. # else
  1143. # pragma comment(lib, "libc++.lib")
  1144. # endif
  1145. # endif // defined(_LIBCPP_ABI_MICROSOFT) && !defined(_LIBCPP_BUILDING_LIBRARY)
  1146. # endif // _LIBCPP_NO_AUTO_LINK
  1147. // Configures the fopen close-on-exec mode character, if any. This string will
  1148. // be appended to any mode string used by fstream for fopen/fdopen.
  1149. //
  1150. // Not all platforms support this, but it helps avoid fd-leaks on platforms that
  1151. // do.
  1152. # if defined(__BIONIC__)
  1153. # define _LIBCPP_FOPEN_CLOEXEC_MODE "e"
  1154. # else
  1155. # define _LIBCPP_FOPEN_CLOEXEC_MODE
  1156. # endif
  1157. # if __has_cpp_attribute(msvc::no_unique_address)
  1158. // MSVC implements [[no_unique_address]] as a silent no-op currently.
  1159. // (If/when MSVC breaks its C++ ABI, it will be changed to work as intended.)
  1160. // However, MSVC implements [[msvc::no_unique_address]] which does what
  1161. // [[no_unique_address]] is supposed to do, in general.
  1162. // Clang-cl does not yet (14.0) implement either [[no_unique_address]] or
  1163. // [[msvc::no_unique_address]] though. If/when it does implement
  1164. // [[msvc::no_unique_address]], this should be preferred though.
  1165. # define _LIBCPP_NO_UNIQUE_ADDRESS [[msvc::no_unique_address]]
  1166. # elif __has_cpp_attribute(no_unique_address)
  1167. # define _LIBCPP_NO_UNIQUE_ADDRESS [[__no_unique_address__]]
  1168. # else
  1169. # define _LIBCPP_NO_UNIQUE_ADDRESS /* nothing */
  1170. // Note that this can be replaced by #error as soon as clang-cl
  1171. // implements msvc::no_unique_address, since there should be no C++20
  1172. // compiler that doesn't support one of the two attributes at that point.
  1173. // We generally don't want to use this macro outside of C++20-only code,
  1174. // because using it conditionally in one language version only would make
  1175. // the ABI inconsistent.
  1176. # endif
  1177. // c8rtomb() and mbrtoc8() were added in C++20 and C23. Support for these
  1178. // functions is gradually being added to existing C libraries. The conditions
  1179. // below check for known C library versions and conditions under which these
  1180. // functions are declared by the C library.
  1181. # define _LIBCPP_HAS_NO_C8RTOMB_MBRTOC8
  1182. // GNU libc 2.36 and newer declare c8rtomb() and mbrtoc8() in C++ modes if
  1183. // __cpp_char8_t is defined or if C2X extensions are enabled. Determining
  1184. // the latter depends on internal GNU libc details that are not appropriate
  1185. // to depend on here, so any declarations present when __cpp_char8_t is not
  1186. // defined are ignored.
  1187. # if defined(_LIBCPP_GLIBC_PREREQ)
  1188. # if _LIBCPP_GLIBC_PREREQ(2, 36) && defined(__cpp_char8_t)
  1189. # undef _LIBCPP_HAS_NO_C8RTOMB_MBRTOC8
  1190. # endif
  1191. # endif
  1192. // There are a handful of public standard library types that are intended to
  1193. // support CTAD but don't need any explicit deduction guides to do so. This
  1194. // macro is used to mark them as such, which suppresses the
  1195. // '-Wctad-maybe-unsupported' compiler warning when CTAD is used in user code
  1196. // with these classes.
  1197. # if _LIBCPP_STD_VER >= 17
  1198. # ifdef _LIBCPP_COMPILER_CLANG_BASED
  1199. # define _LIBCPP_CTAD_SUPPORTED_FOR_TYPE(_ClassName) \
  1200. template <class... _Tag> \
  1201. [[maybe_unused]] _ClassName(typename _Tag::__allow_ctad...)->_ClassName<_Tag...>
  1202. # else
  1203. # define _LIBCPP_CTAD_SUPPORTED_FOR_TYPE(ClassName) \
  1204. template <class... _Tag> \
  1205. ClassName(typename _Tag::__allow_ctad...)->ClassName<_Tag...>
  1206. # endif
  1207. # else
  1208. # define _LIBCPP_CTAD_SUPPORTED_FOR_TYPE(_ClassName) static_assert(true, "")
  1209. # endif
  1210. // TODO(varconst): currently, there are bugs in Clang's intrinsics when handling Objective-C++ `id`, so don't use
  1211. // compiler intrinsics in the Objective-C++ mode.
  1212. # ifdef __OBJC__
  1213. # define _LIBCPP_WORKAROUND_OBJCXX_COMPILER_INTRINSICS
  1214. # endif
  1215. # define _PSTL_PRAGMA(x) _Pragma(#x)
  1216. // Enable SIMD for compilers that support OpenMP 4.0
  1217. # if (defined(_OPENMP) && _OPENMP >= 201307)
  1218. # define _PSTL_UDR_PRESENT
  1219. # define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(omp simd)
  1220. # define _PSTL_PRAGMA_DECLARE_SIMD _PSTL_PRAGMA(omp declare simd)
  1221. # define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(omp simd reduction(PRM))
  1222. # define _PSTL_PRAGMA_SIMD_SCAN(PRM) _PSTL_PRAGMA(omp simd reduction(inscan, PRM))
  1223. # define _PSTL_PRAGMA_SIMD_INCLUSIVE_SCAN(PRM) _PSTL_PRAGMA(omp scan inclusive(PRM))
  1224. # define _PSTL_PRAGMA_SIMD_EXCLUSIVE_SCAN(PRM) _PSTL_PRAGMA(omp scan exclusive(PRM))
  1225. // Declaration of reduction functor, where
  1226. // NAME - the name of the functor
  1227. // OP - type of the callable object with the reduction operation
  1228. // omp_in - refers to the local partial result
  1229. // omp_out - refers to the final value of the combiner operator
  1230. // omp_priv - refers to the private copy of the initial value
  1231. // omp_orig - refers to the original variable to be reduced
  1232. # define _PSTL_PRAGMA_DECLARE_REDUCTION(NAME, OP) \
  1233. _PSTL_PRAGMA(omp declare reduction(NAME:OP : omp_out(omp_in)) initializer(omp_priv = omp_orig))
  1234. # elif defined(_LIBCPP_COMPILER_CLANG_BASED)
  1235. # define _PSTL_PRAGMA_SIMD _Pragma("clang loop vectorize(enable) interleave(enable)")
  1236. # define _PSTL_PRAGMA_DECLARE_SIMD
  1237. # define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _Pragma("clang loop vectorize(enable) interleave(enable)")
  1238. # define _PSTL_PRAGMA_SIMD_SCAN(PRM) _Pragma("clang loop vectorize(enable) interleave(enable)")
  1239. # define _PSTL_PRAGMA_SIMD_INCLUSIVE_SCAN(PRM)
  1240. # define _PSTL_PRAGMA_SIMD_EXCLUSIVE_SCAN(PRM)
  1241. # define _PSTL_PRAGMA_DECLARE_REDUCTION(NAME, OP)
  1242. # else // (defined(_OPENMP) && _OPENMP >= 201307)
  1243. # define _PSTL_PRAGMA_SIMD
  1244. # define _PSTL_PRAGMA_DECLARE_SIMD
  1245. # define _PSTL_PRAGMA_SIMD_REDUCTION(PRM)
  1246. # define _PSTL_PRAGMA_SIMD_SCAN(PRM)
  1247. # define _PSTL_PRAGMA_SIMD_INCLUSIVE_SCAN(PRM)
  1248. # define _PSTL_PRAGMA_SIMD_EXCLUSIVE_SCAN(PRM)
  1249. # define _PSTL_PRAGMA_DECLARE_REDUCTION(NAME, OP)
  1250. # endif // (defined(_OPENMP) && _OPENMP >= 201307)
  1251. # define _PSTL_USE_NONTEMPORAL_STORES_IF_ALLOWED
  1252. // Optional attributes - these are useful for a better QoI, but not required to be available
  1253. # if __has_attribute(__no_sanitize__) && !defined(_LIBCPP_COMPILER_GCC)
  1254. # define _LIBCPP_NO_CFI __attribute__((__no_sanitize__("cfi")))
  1255. # else
  1256. # define _LIBCPP_NO_CFI
  1257. # endif
  1258. # if __has_attribute(__malloc__)
  1259. # define _LIBCPP_NOALIAS __attribute__((__malloc__))
  1260. # else
  1261. # define _LIBCPP_NOALIAS
  1262. # endif
  1263. # if __has_attribute(__using_if_exists__)
  1264. # define _LIBCPP_USING_IF_EXISTS __attribute__((__using_if_exists__))
  1265. # else
  1266. # define _LIBCPP_USING_IF_EXISTS
  1267. # endif
  1268. # if __has_cpp_attribute(nodiscard)
  1269. # define _LIBCPP_NODISCARD [[__nodiscard__]]
  1270. # else
  1271. // We can't use GCC's [[gnu::warn_unused_result]] and
  1272. // __attribute__((warn_unused_result)), because GCC does not silence them via
  1273. // (void) cast.
  1274. # define _LIBCPP_NODISCARD
  1275. # endif
  1276. // _LIBCPP_NODISCARD_EXT may be used to apply [[nodiscard]] to entities not
  1277. // specified as such as an extension.
  1278. # if !defined(_LIBCPP_DISABLE_NODISCARD_EXT)
  1279. # define _LIBCPP_NODISCARD_EXT _LIBCPP_NODISCARD
  1280. # else
  1281. # define _LIBCPP_NODISCARD_EXT
  1282. # endif
  1283. # if _LIBCPP_STD_VER >= 20 || !defined(_LIBCPP_DISABLE_NODISCARD_EXT)
  1284. # define _LIBCPP_NODISCARD_AFTER_CXX17 _LIBCPP_NODISCARD
  1285. # else
  1286. # define _LIBCPP_NODISCARD_AFTER_CXX17
  1287. # endif
  1288. # if __has_attribute(__no_destroy__)
  1289. # define _LIBCPP_NO_DESTROY __attribute__((__no_destroy__))
  1290. # else
  1291. # define _LIBCPP_NO_DESTROY
  1292. # endif
  1293. # if !__has_builtin(__builtin_is_constant_evaluated) || (defined(_LIBCPP_COMPILER_GCC) && _GNUC_VER < 900) || \
  1294. __CUDACC_VER_MAJOR__ == 10
  1295. # define _LIBCPP_HAS_NO_BUILTIN_IS_CONSTANT_EVALUATED
  1296. # endif
  1297. # if __has_attribute(__diagnose_if__) && !defined(_LIBCPP_DISABLE_ADDITIONAL_DIAGNOSTICS)
  1298. # define _LIBCPP_DIAGNOSE_WARNING(...) __attribute__((__diagnose_if__(__VA_ARGS__, "warning")))
  1299. # else
  1300. # define _LIBCPP_DIAGNOSE_WARNING(...)
  1301. # endif
  1302. // Use a function like macro to imply that it must be followed by a semicolon
  1303. # if __has_cpp_attribute(fallthrough)
  1304. # define _LIBCPP_FALLTHROUGH() [[fallthrough]]
  1305. # elif __has_attribute(__fallthrough__)
  1306. # define _LIBCPP_FALLTHROUGH() __attribute__((__fallthrough__))
  1307. # else
  1308. # define _LIBCPP_FALLTHROUGH() ((void)0)
  1309. # endif
  1310. # if __has_cpp_attribute(_Clang::__lifetimebound__)
  1311. # define _LIBCPP_LIFETIMEBOUND [[_Clang::__lifetimebound__]]
  1312. # else
  1313. # define _LIBCPP_LIFETIMEBOUND
  1314. # endif
  1315. # if defined(_LIBCPP_COMPILER_CLANG_BASED)
  1316. # define _LIBCPP_REINITIALIZES_OBJECT [[clang::reinitializes]]
  1317. # else
  1318. # define _LIBCPP_REINITIALIZES_OBJECT
  1319. # endif
  1320. # if __has_attribute(__nodebug__)
  1321. # define _LIBCPP_NODEBUG __attribute__((__nodebug__))
  1322. # else
  1323. # define _LIBCPP_NODEBUG
  1324. # endif
  1325. # if __has_attribute(__standalone_debug__)
  1326. # define _LIBCPP_STANDALONE_DEBUG __attribute__((__standalone_debug__))
  1327. # else
  1328. # define _LIBCPP_STANDALONE_DEBUG
  1329. # endif
  1330. # if __has_attribute(__preferred_name__)
  1331. # define _LIBCPP_PREFERRED_NAME(x) __attribute__((__preferred_name__(x)))
  1332. # else
  1333. # define _LIBCPP_PREFERRED_NAME(x)
  1334. # endif
  1335. # if __has_attribute(__no_sanitize__)
  1336. # define _LIBCPP_NO_SANITIZE(...) __attribute__((__no_sanitize__(__VA_ARGS__)))
  1337. # else
  1338. # define _LIBCPP_NO_SANITIZE(...)
  1339. # endif
  1340. # if __has_attribute(__init_priority__)
  1341. # define _LIBCPP_INIT_PRIORITY_MAX __attribute__((__init_priority__(100)))
  1342. # else
  1343. # define _LIBCPP_INIT_PRIORITY_MAX
  1344. # endif
  1345. # if __has_attribute(__format__)
  1346. // The attribute uses 1-based indices for ordinary and static member functions.
  1347. // The attribute uses 2-based indices for non-static member functions.
  1348. # define _LIBCPP_ATTRIBUTE_FORMAT(archetype, format_string_index, first_format_arg_index) \
  1349. __attribute__((__format__(archetype, format_string_index, first_format_arg_index)))
  1350. # else
  1351. # define _LIBCPP_ATTRIBUTE_FORMAT(archetype, format_string_index, first_format_arg_index) /* nothing */
  1352. # endif
  1353. # if __has_attribute(__packed__)
  1354. # define _LIBCPP_PACKED __attribute__((__packed__))
  1355. # else
  1356. # define _LIBCPP_PACKED
  1357. # endif
  1358. # if defined(_LIBCPP_ABI_MICROSOFT) && __has_declspec_attribute(empty_bases)
  1359. # define _LIBCPP_DECLSPEC_EMPTY_BASES __declspec(empty_bases)
  1360. # else
  1361. # define _LIBCPP_DECLSPEC_EMPTY_BASES
  1362. # endif
  1363. // Allow for build-time disabling of unsigned integer sanitization
  1364. # if __has_attribute(no_sanitize) && !defined(_LIBCPP_COMPILER_GCC)
  1365. # define _LIBCPP_DISABLE_UBSAN_UNSIGNED_INTEGER_CHECK __attribute__((__no_sanitize__("unsigned-integer-overflow")))
  1366. # else
  1367. # define _LIBCPP_DISABLE_UBSAN_UNSIGNED_INTEGER_CHECK
  1368. # endif
  1369. // Clang-18 has support for deducing this, but it does not set the FTM.
  1370. # if defined(__cpp_explicit_this_parameter) || (defined(_LIBCPP_CLANG_VER) && _LIBCPP_CLANG_VER >= 1800)
  1371. # define _LIBCPP_HAS_EXPLICIT_THIS_PARAMETER
  1372. # endif
  1373. #endif // __cplusplus
  1374. #include <__config_epilogue.h>
  1375. #endif // _LIBCPP___CONFIG