|
|
|
@ -20,13 +20,6 @@ namespace CppSharp.Passes |
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public class CheckAbiParameters : TranslationUnitPass |
|
|
|
public class CheckAbiParameters : TranslationUnitPass |
|
|
|
{ |
|
|
|
{ |
|
|
|
private readonly DriverOptions options; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public CheckAbiParameters(DriverOptions options) |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
this.options = options; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public override bool VisitFunctionDecl(Function function) |
|
|
|
public override bool VisitFunctionDecl(Function function) |
|
|
|
{ |
|
|
|
{ |
|
|
|
if (!VisitDeclaration(function)) |
|
|
|
if (!VisitDeclaration(function)) |
|
|
|
|