Skip to content

Remove duplicated resolving filter for CNNArchCompilationUnit in CNNArchLanguage

Han Zhang requested to merge patch-1 into master

The duplicated resolving filter will cause a problem that duplicated symbols are returned by invoking the resolve method for CNNArchCompilationUnit kind. This happens when it is used together with adapted resolving filter which has CNNArchCompilationUnit as its source kind.

Merge request reports