diff options
Diffstat (limited to 'contrib/llvm-project/clang/lib/CodeGen/MacroPPCallbacks.cpp')
| -rw-r--r-- | contrib/llvm-project/clang/lib/CodeGen/MacroPPCallbacks.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/llvm-project/clang/lib/CodeGen/MacroPPCallbacks.cpp b/contrib/llvm-project/clang/lib/CodeGen/MacroPPCallbacks.cpp index 8589869f6e2f..c5d1e3ad5a20 100644 --- a/contrib/llvm-project/clang/lib/CodeGen/MacroPPCallbacks.cpp +++ b/contrib/llvm-project/clang/lib/CodeGen/MacroPPCallbacks.cpp @@ -168,8 +168,8 @@ void MacroPPCallbacks::FileChanged(SourceLocation Loc, FileChangeReason Reason,  void MacroPPCallbacks::InclusionDirective(      SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName,      bool IsAngled, CharSourceRange FilenameRange, OptionalFileEntryRef File, -    StringRef SearchPath, StringRef RelativePath, const Module *Imported, -    SrcMgr::CharacteristicKind FileType) { +    StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, +    bool ModuleImported, SrcMgr::CharacteristicKind FileType) {    // Record the line location of the current included file.    LastHashLoc = HashLoc;  | 
