From 3cc52285b672c7ba8a61648013efc8b6e8ce0f92 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 27 Apr 2022 23:44:16 +0200 Subject: [PATCH] Increase the last tested clang version to 14 It was tested for wxMSW (cross)compilation and also works for building wxGTK under Linux. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d7a51dbd5..56942ff615 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Most popular C++ compilers are supported including but not limited to: - Microsoft Visual C++ 2005 or later (up to 2022). - g++ 4 or later (up to 12), including MinGW/MinGW-64/TDM under Windows. -- Clang (up to 13). +- Clang (up to 14). - Intel icc compiler. - Oracle (ex-Sun) CC.