diff options
Diffstat (limited to 'lib/CodeGen/MacroPPCallbacks.h')
-rw-r--r-- | lib/CodeGen/MacroPPCallbacks.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/MacroPPCallbacks.h b/lib/CodeGen/MacroPPCallbacks.h index e117f96f47dfa..48c67e2d36ade 100644 --- a/lib/CodeGen/MacroPPCallbacks.h +++ b/lib/CodeGen/MacroPPCallbacks.h @@ -101,7 +101,8 @@ public: StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, - const Module *Imported) override; + const Module *Imported, + SrcMgr::CharacteristicKind FileType) override; /// Hook called whenever a macro definition is seen. void MacroDefined(const Token &MacroNameTok, |