diff options
Diffstat (limited to 'gnu/llvm/tools/clang/lib/CodeGen/MacroPPCallbacks.cpp')
| -rw-r--r-- | gnu/llvm/tools/clang/lib/CodeGen/MacroPPCallbacks.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/llvm/tools/clang/lib/CodeGen/MacroPPCallbacks.cpp b/gnu/llvm/tools/clang/lib/CodeGen/MacroPPCallbacks.cpp index a6f21d8ddcf..48dea7d54b1 100644 --- a/gnu/llvm/tools/clang/lib/CodeGen/MacroPPCallbacks.cpp +++ b/gnu/llvm/tools/clang/lib/CodeGen/MacroPPCallbacks.cpp @@ -178,7 +178,8 @@ void MacroPPCallbacks::FileChanged(SourceLocation Loc, FileChangeReason Reason, void MacroPPCallbacks::InclusionDirective( SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, - StringRef SearchPath, StringRef RelativePath, const Module *Imported) { + StringRef SearchPath, StringRef RelativePath, const Module *Imported, + SrcMgr::CharacteristicKind FileType) { // Record the line location of the current included file. LastHashLoc = HashLoc; |
