[clang] Add support for builtin_verbose_trap (PR #79230)
Dan Liew via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 20 18:37:59 PDT 2024
================
@@ -3379,6 +3379,60 @@ Query for this feature with ``__has_builtin(__builtin_debugtrap)``.
Query for this feature with ``__has_builtin(__builtin_trap)``.
+``__builtin_verbose_trap``
----------------
delcypher wrote:
@ahatanak Is this in the wrong place in the document? `__builtin_verbose_trap` is lexicographically after `__builtin_nondeterministic_value`
https://github.com/llvm/llvm-project/pull/79230
More information about the cfe-commits
mailing list