diff options
author | Junmo Park <junmoz.park@samsung.com> | 2016-03-17 06:41:27 +0000 |
---|---|---|
committer | Junmo Park <junmoz.park@samsung.com> | 2016-03-17 06:41:27 +0000 |
commit | e19d6796ee72ce300521bad1f9a35bfef6c1c3d4 (patch) | |
tree | 6a6e61e9d4a26e94849c77c2419ed80509535513 /clang/lib/Driver/Tools.cpp | |
parent | 786e866fea475d0d1b5bd51c59c653685b143970 (diff) | |
download | bcm5719-llvm-e19d6796ee72ce300521bad1f9a35bfef6c1c3d4.tar.gz bcm5719-llvm-e19d6796ee72ce300521bad1f9a35bfef6c1c3d4.zip |
Minor code cleanups. NFC.
llvm-svn: 263694
Diffstat (limited to 'clang/lib/Driver/Tools.cpp')
-rw-r--r-- | clang/lib/Driver/Tools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |