================
@@ -2572,7 +2574,33 @@ def CIR_FuncOp : CIR_Op<"func", [
//===------------------------------------------------------------------===//
bool isDeclaration();
- }];
+
+
//===------------------------------------------------------------------===//
+ // C++ Special Member Functions
+
//===------------------------------------------------------------------===//
+
+ /// Returns true if this function is a C++ special member function.
+ bool isCXXSpecialMemberFunction();
+
+ bool isCxxConstructor();
+
----------------
bcardosolopes wrote:
remove this newline
https://github.com/llvm/llvm-project/pull/167975
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits