r337620 - fix typo
Nico Weber via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 20 14:06:41 PDT 2018
Author: nico
Date: Fri Jul 20 14:06:41 2018
New Revision: 337620
URL: http://llvm.org/viewvc/llvm-project?rev=337620&view=rev
Log:
fix typo
Modified:
cfe/trunk/docs/ReleaseNotes.rst
Modified: cfe/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=337620&r1=337619&r2=337620&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Fri Jul 20 14:06:41 2018
@@ -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.
More information about the cfe-commits
mailing list