75// The following classes retain a reference to data supplied in the constructor by the derived class which can not yet be initialized.
76//-V:FMemoryWriter(:1050
77//-V:FObjectWriter(:1050
78//-V:FDurationTimer(:1050
79//-V:FScopedDurationTimer(:1050
80//-V:FQueryFastData(:1050
81
82// Exclude all generated protobuf files
83//V_EXCLUDE_PATH *.pb.cc
84
85// warning V630: Instantiation of TRingBuffer < FString >: The 'Malloc' function is used to allocate memory for an array of objects which are classes containing constructors and destructors.
86//-V::630
87
88// Disabling because incorrectly flagging all TStaticArrays
89// V557: Array overrun is possible
90//-V::557
91
92// Disabling because too many virtuals currently in use in constructors/destructors, need to revist
93// V1053: Calling the 'foo' virtual function in the constructor/destructor may lead to unexpected result at runtime.