Review Board 2.0.15


ruby: slicc: avoid duplicate code for function argument check

Review Request #2955 - Created July 10, 2015 and submitted

Information
Nilay Vaish
gem5
default
Reviewers
Default
Changeset 10931:8bccb92a3503
---------------------------
ruby: slicc: avoid duplicate code for function argument check
Both FuncCallExprAST and MethodCallExprAST had code for checking the arguments
with which a function is being called.  The patch does away with this
duplication.  Now the code for checking function call arguments resides in the
Func class.

   
Review request changed
Updated (Aug. 14, 2015, 5:59 p.m.)

Status: Closed (submitted)