Merge branch 'float-1537-make-clang-the-default-compiler-in-makefile-and-cmakelists-txt' into 'main'
Resolve "Make Clang the default compiler in Makefile and CMakeLists.txt"
See merge request !2550
Activate [origin-tracking](https://clang.llvm.org/docs/MemorySanitizer.html#msan-origins)(more detailed traceback about where the undefined value came from) by appending
```
-fsanitize-memory-track-origins
```
in the `Makefile` at lines 71 and 72. Note that this may increase runtime heavily.
Using the [scripts](https://forge.3gpp.org/rep/ivas-codec-pc/ivas-codec/-/wikis/Software-development/pyivastest-howto#how-to-reproduce-tests):
<!--- check correct sanitizer type -->
<!--- add error pattern if needed -->
@@ -30,11 +24,12 @@ Using the [scripts](https://forge.3gpp.org/rep/ivas-codec-pc/ivas-codec/-/wikis/