<div dir="auto"><div>This is lovely! Found a bit inline...<br><br><div class="gmail_quote"><div dir="ltr">On Wed, Jul 18, 2018, 14:00 Nico Weber via cfe-commits <<a href="mailto:cfe-commits@lists.llvm.org">cfe-commits@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: nico<br>
Date: Wed Jul 18 04:55:03 2018<br>
New Revision: 337381<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=337381&view=rev" rel="noreferrer noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project?rev=337381&view=rev</a><br>
Log:<br>
Mention clang-cl improvements from r335466 and r336379 in ReleaseNotes.rst<br>
<br>
Modified:<br>
    cfe/trunk/docs/ReleaseNotes.rst<br>
<br>
Modified: cfe/trunk/docs/ReleaseNotes.rst<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=337381&r1=337380&r2=337381&view=diff" rel="noreferrer noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=337381&r1=337380&r2=337381&view=diff</a><br>
==============================================================================<br>
--- cfe/trunk/docs/ReleaseNotes.rst (original)<br>
+++ cfe/trunk/docs/ReleaseNotes.rst Wed Jul 18 04:55:03 2018<br>
@@ -166,7 +166,19 @@ Attribute Changes in Clang<br>
 Windows Support<br>
 ---------------<br>
<br>
-Clang's support for building native Windows programs ...<br>
+- clang-cl's support for precompiled headers has been much improved:<br>
+<br>
+   - When using a pch file, clang-cl now no longer redundantly emits inline<br>
+     methods that are already stored in the obj that was built together with<br>
+     the pch file (matching cl.exe).  This speeds up builds using pch files<br>
+     by around 30%.<br>
+<br>
+   - The /Ycfoo.h and /Yufoo.h flags an now be used without /FIfoo.h when<br><br>typo: an - > can<br>
<br>- Kim</blockquote></div></div></div>