mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
Cosmetics
This commit is contained in:
parent
efd57ca750
commit
a28a1eb0c6
2 changed files with 2 additions and 3 deletions
|
@ -20,7 +20,6 @@ import org.eclipse.cdt.core.dom.ast.IASTImplicitNameOwner;
|
||||||
* @noimplement This interface is not intended to be implemented by clients.
|
* @noimplement This interface is not intended to be implemented by clients.
|
||||||
*/
|
*/
|
||||||
public interface ICPPASTFunctionCallExpression extends IASTFunctionCallExpression, ICPPASTExpression, IASTImplicitNameOwner {
|
public interface ICPPASTFunctionCallExpression extends IASTFunctionCallExpression, ICPPASTExpression, IASTImplicitNameOwner {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
ICPPASTFunctionCallExpression copy();
|
ICPPASTFunctionCallExpression copy();
|
||||||
|
|
||||||
|
|
|
@ -193,7 +193,7 @@ public abstract class VariableReadWriteFlags {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return READ | WRITE; // fallback
|
return READ | WRITE; // Fallback
|
||||||
}
|
}
|
||||||
|
|
||||||
protected int rwArgumentForFunctionCall(IFunctionType type, int parameterIdx, int indirection) {
|
protected int rwArgumentForFunctionCall(IFunctionType type, int parameterIdx, int indirection) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue