[clang] [libcxx] [Clang] Add __builtin_invoke and use it in libc++ (PR #116709)

via cfe-commits cfe-commits at lists.llvm.org
Tue May 20 10:19:43 PDT 2025


================
@@ -2594,6 +2594,8 @@ class Sema final : public SemaBase {
                                SourceLocation BuiltinLoc,
                                SourceLocation RParenLoc);
 
+  ExprResult BuiltinInvoke(CallExpr *TheCall);
----------------
cor3ntin wrote:

This doesn't need to be in the header

https://github.com/llvm/llvm-project/pull/116709


More information about the cfe-commits mailing list