Review Board 2.0.15


slicc: enable overloading in functions not in classes

Review Request #2810 - Created May 11, 2015 and submitted

Information
Tony Gutierrez
gem5
default
Reviewers
Default
Changeset 10843:8851306e9602
---------------------------
slicc: enable overloading in functions not in classes

For many years the slicc symbol table has supported overloaded functions in
external classes.  This patch extends that support to functions that are not
part of classes (a.k.a. no parent).  For example, this support allows slicc
to understand that mapAddressToRange is overloaded and the NodeID is an
optional parameter.

   

Issue Summary

1 1 0 0
Description From Last Updated Status
Can you explain what this statement is doing? Please avoid adding such special cases. Nilay Vaish May 11, 2015, 9:08 p.m. Open
Review request changed
Updated (Aug. 1, 2015, 9:58 a.m.)

Status: Closed (submitted)