================
@@ -403,6 +403,26 @@ class CIRGenFunction : public CIRGenTypeCache {
   mlir::LogicalResult emitContinueStmt(const clang::ContinueStmt &s);
   mlir::LogicalResult emitDoStmt(const clang::DoStmt &s);
 
+  /// An abstract representation of regular/ObjC call/message targets.
+  class AbstractCallee {
----------------
Lancern wrote:

Updated.

https://github.com/llvm/llvm-project/pull/134673
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to