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.
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.