Skip to content

cmGeneratorExpressionNode: Initialize node key map in class constructor

By initializing the node map in the class constructor of the static instance we avoid an if-empty check.

Merge request reports