File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -282,13 +282,11 @@ class Type {
282
282
// / Transform the given type by recursively applying the user-provided
283
283
// / function to each node.
284
284
// /
285
- // / If the function returns \c None, the transform operation will
286
- // /
287
285
// / \param fn A function object which accepts a type pointer and returns a
288
286
// / transformed type, a null type (which will propagate out the null type),
289
287
// / or None (to indicate that the transform operation should recursively
290
288
// / transform the children). The function object should use \c dyn_cast rather
291
- // / than \c getAs when the transform is intended to preserve sugar
289
+ // / than \c getAs when the transform is intended to preserve sugar.
292
290
// /
293
291
// / \returns the result of transforming the type.
294
292
Type transformRec (llvm::function_ref<Optional<Type>(TypeBase *)> fn) const ;
You can’t perform that action at this time.
0 commit comments