C++Builder gets Clang Sanitizers

C++Builder in 12.3 now has access to SOME of the Clang code sanitizers, ie

  • Address Sanitizer (ASan) and
  • Undefined Behaviour Sanitizer (UBSan)

There are also, not yet available to us,

  • Thread Sanitizer (TSan) and
  • Memory Sanitizer (MSan)