diff options
Diffstat (limited to 'contrib/llvm/tools/clang/lib/CodeGen/MacroPPCallbacks.h')
| -rw-r--r-- | contrib/llvm/tools/clang/lib/CodeGen/MacroPPCallbacks.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/llvm/tools/clang/lib/CodeGen/MacroPPCallbacks.h b/contrib/llvm/tools/clang/lib/CodeGen/MacroPPCallbacks.h index e117f96f47df..48c67e2d36ad 100644 --- a/contrib/llvm/tools/clang/lib/CodeGen/MacroPPCallbacks.h +++ b/contrib/llvm/tools/clang/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,  | 
