Index: CompilerInvocation.cpp =================================================================== --- CompilerInvocation.cpp +++ CompilerInvocation.cpp @@ -1512,7 +1512,7 @@ frontend::IncludeDirGroup Group = frontend::System; if (A->getOption().matches(OPT_internal_externc_isystem)) Group = frontend::ExternCSystem; - Opts.AddPath(A->getValue(), Group, false, true); + Opts.AddPath(A->getValue(), Group, false, false); } // Add the path prefixes which are implicitly treated as being system headers.