Use clang for automated testing

Issue #1540 new
Erik Schnetter created an issue

We should use Clang for automated testing, maybe in addition to GCC. Clang is known for having better diagnostics than GCC. Point in case: Clang discovered the C/C++ incompatibility for complex numbers that GCC ignored.

Keyword:

Comments (1)

  1. Frank Löffler
    • removed comment

    We should probably test GCC, Intel and clang too.

    Wasn't the issue with the complex numbers just a warning with clang, and would likely have been overlooked in automated tests?

  2. Log in to comment