From: Nico Weber Date: Fri, 20 Jul 2018 21:06:41 +0000 (+0000) Subject: fix typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=527c4ca969487cc6d479105a9d02a0a4690195f5;p=clang fix typo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@337620 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 01c02f8d71..dab70f1bca 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -173,7 +173,7 @@ Windows Support the pch file (matching cl.exe). This speeds up builds using pch files by around 30%. - - The /Ycfoo.h and /Yufoo.h flags an now be used without /FIfoo.h when + - The /Ycfoo.h and /Yufoo.h flags can now be used without /FIfoo.h when foo.h is instead included by an explicit `#include` directive. This means Visual Studio's default stdafx.h setup now uses precompiled headers with clang-cl.