Skip to content

Better backward compatibility in the declaration of StatEntity in clang

Old definition was using the class keyword, the new one was initially using struct and so any forward declaration created a clang warning. We are now back to class.

Merge request reports