From e19d6796ee72ce300521bad1f9a35bfef6c1c3d4 Mon Sep 17 00:00:00 2001 From: Junmo Park Date: Thu, 17 Mar 2016 06:41:27 +0000 Subject: Minor code cleanups. NFC. llvm-svn: 263694 --- clang/lib/Driver/Tools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/Driver/Tools.cpp') diff --git a/clang/lib/Driver/Tools.cpp b/clang/lib/Driver/Tools.cpp index 2849d513df7..ae876a6e094 100644 --- a/clang/lib/Driver/Tools.cpp +++ b/clang/lib/Driver/Tools.cpp @@ -417,7 +417,7 @@ void Clang::AddPreprocessingOptions(Compilation &C, const JobAction &JA, ++AI; if (getToolChain().getDriver().IsCLMode()) { - // In clang-cl mode, /Ycfoo.h means that all code up to a foo.h + // In clang-cl mode, /Ycfoo.h means that all code up to a foo.h // include is compiled into foo.h, and everything after goes into // the .obj file. /Yufoo.h means that all includes prior to and including // foo.h are completely skipped and replaced with a use of the pch file -- cgit v1.2.3