The analyzer detected a possible error that has to do with accessing an array consisting of objects of a derived class by using a pointer to the base class. Attempting to access an element with a...
V546. The 'Foo(Foo)' class member is initialized with itself. V547. Expression is always true/false. V548. TYPE X[][] is not equivalent to TYPE **X. Consider inspecting type casting. V549. The 'first' argument of 'Foo' function is equal to the 'second' argument. V550. Suspicious...
The analyzer has detected a pointer cast from one type to another, which leads to undefined behavior. Objects of different types may be aligned differently, and casting a pointer type may break the...
V546. The 'Foo(Foo)' class member is initialized with itself. V547. Expression is always true/false. V548. TYPE X[][] is not equivalent to TYPE **X. Consider inspecting type casting. V549. The 'first' argument of 'Foo' function is equal to the 'second' argument. V550. Suspicious...