[PATCH] D95984: [CodeGen] Fix codegen for __attribute__((swiftasynccall)).

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 29 22:18:50 PDT 2021


rjmccall added inline comments.


================
Comment at: clang/lib/CodeGen/CGStmt.cpp:1240
+      if (auto *CE = dyn_cast<CallExpr>(RV))
+        ::makeTailCallIfSwiftAsync(CE, Builder, CurFnInfo);
+    }
----------------
What's with the explicit `::` here?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95984/new/

https://reviews.llvm.org/D95984



More information about the cfe-commits mailing list