diff options
Diffstat (limited to 'clang/lib/Frontend/CompilerInstance.cpp')
| -rw-r--r-- | clang/lib/Frontend/CompilerInstance.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/Frontend/CompilerInstance.cpp b/clang/lib/Frontend/CompilerInstance.cpp index 26d40e4..bbdfcaf 100644 --- a/clang/lib/Frontend/CompilerInstance.cpp +++ b/clang/lib/Frontend/CompilerInstance.cpp @@ -205,7 +205,8 @@ CompilerInstance::createPreprocessor(Diagnostic &Diags,      llvm::StringRef OutputPath = DepOpts.HeaderIncludeOutputFile;      if (OutputPath == "-")        OutputPath = ""; -    AttachHeaderIncludeGen(*PP, /*ShowAllHeaders=*/true, OutputPath); +    AttachHeaderIncludeGen(*PP, /*ShowAllHeaders=*/true, OutputPath, +                           /*ShowDepth=*/false);    }    return PP;  | 
