Posts

Post not yet marked as solved
1 Replies
1.5k Views
Is there any mechanism to disable this user prompt during development? This completely breaks automated testing setups.
Posted
by jrb.
Last updated
.
Post not yet marked as solved
0 Replies
1.3k Views
Clang 13 documentation https://clang.llvm.org/docs/ReleaseNotes.html indicates support of [[clang::musttail]] attributes to enforce TCO. Any attempt to use this in xcode13 is is failing on the attribute: warning: unknown attribute 'musttail' ignored [-Wunknown-attributes] [[clang::musttail]] Can I get a confirmation this is actually supported? Clang version in xCode13b4 is reported as: Apple clang version 13.0.0 (clang-1300.0.27.3)
Posted
by jrb.
Last updated
.