From f23aa1a51cb1beea4ebe3a61ba0c9b3abd844fd9 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 22 Nov 2018 19:57:38 +0100 Subject: Bump compiler plugins Clang baseline to 5.0.2 ...as discussed at "minutes of ESC call ..." Change-Id: Ia053da171d59747984546f38e19da808825b4f79 Reviewed-on: https://gerrit.libreoffice.org/63832 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1e32005147d3..39fe759836c6 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ C++17, C++14, or C++11" in its current form (due to the #pragma GCC diagnostic i that it does not understand). If you want to use Clang with the LibreOffice compiler plugins, the minimal -version of Clang is 3.8. Since Xcode doesn't provide the compiler plugin +version of Clang is 5.0.2. Since Xcode doesn't provide the compiler plugin headers, you have to compile your own Clang to use them on macOS. You can find the TDF configure switches in the distro-configs/ directory. -- cgit