Actions
Task #5092
closedMerging declaration parts for the same variable
Start date:
07/16/2014
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Published in build:
Description
Translator should perform preprocessing of the AST merging declaration parts for the same variable:
output x; reg x; => output/reg x;
Updated by Alexander Kamkin over 10 years ago
- Status changed from New to Resolved
Set<Declaration> Declaration.getNamesakes()
- получение множества деклараций.
Updated by Alexander Kamkin over 10 years ago
- Status changed from Resolved to Closed
Actions