Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Extract only C++ Methods?

The return type of C functions created by Extract Function appear to always be void, regardless of the _expression_ type.  Looking at ExtractExpression.determineReturnType(), it checks for several CPP AST types and defaults to void.  Is this intentional?  If so, perhaps the refactoring should be renamed to Extract Method.  If not, should I file a bug?

Tom

Back to the top