Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AK: Enable format string checking in Clang builds
Format string checking was disabled in Clang-based builds due to a compiler bug: llvm/llvm-project#51182. Now that the requirement has been raised to Clang 17, that is no longer necessary. This has been tested to work correctly with Apple Clang 15.0.0 (which is the *least modern* supported compiler), as well as CLion 2024.1's bundled Clangd.
- Loading branch information