From 42900b70b8e8149f0b45cb146fbe98b909918c63 Mon Sep 17 00:00:00 2001
From: Andreas Holzammer <andreas.holzammer@kdab.com>
Date: Mon, 21 Mar 2016 08:56:11 +0100
Subject: [PATCH] Add documentation for clang under Windows
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Change-Id: I6e3da278359a7fdf846b710b2fc4a3ca9dcbd3e5
Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
---
 doc/src/platforms/windows.qdoc | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/src/platforms/windows.qdoc b/doc/src/platforms/windows.qdoc
index eb7bd036..2bbd0584 100644
--- a/doc/src/platforms/windows.qdoc
+++ b/doc/src/platforms/windows.qdoc
@@ -563,6 +563,13 @@
 
     This will give the full screen window a 1-pixel border, thus enabling the
     other top level windows to appear on top.
+
+    \section1 Clang(clang-cl)
+
+    Qt has been tested successfully with Clang 3.8(llvm svn rev. 256453 and clang
+    svn rev. 256453). Visual Studio 2015 Update 1 was used to build clang. Mkspec is
+    using the clang-cl tool to build Qt. Clang 3.8 does not support precompiled
+    headers.
 */
 
 /*!
-- 
GitLab