We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067962c commit 2645624Copy full SHA for 2645624
clang/include/clang/CIR/Dialect/IR/CIROps.td
@@ -5139,9 +5139,10 @@ def CIR_TryOp : CIR_Op<"try",[
5139
//===----------------------------------------------------------------------===//
5140
5141
def CIR_CatchParamOp : CIR_Op<"catch_param", [HasParent<"cir::TryOp">]> {
5142
- let summary = "Represents catch clause formal parameter";
+ let summary = "Represents the catch clause formal parameter";
5143
let description = [{
5144
- The `cir.catch_param` operate in the catch regions of `cir.try`.
+ The `cir.catch_param` used to retrieves the exception object inside
5145
+ the handler regions of `cir.try`.
5146
5147
This operation is used only before the CFG flatterning pass.
5148
0 commit comments