aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/MacroPPCallbacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/CodeGen/MacroPPCallbacks.h')
-rw-r--r--clang/lib/CodeGen/MacroPPCallbacks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/MacroPPCallbacks.h b/clang/lib/CodeGen/MacroPPCallbacks.h
index 01041b16e4b7..5af177d0c3fa 100644
--- a/clang/lib/CodeGen/MacroPPCallbacks.h
+++ b/clang/lib/CodeGen/MacroPPCallbacks.h
@@ -101,7 +101,7 @@ public:
void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
StringRef FileName, bool IsAngled,
CharSourceRange FilenameRange,
- Optional<FileEntryRef> File, StringRef SearchPath,
+ OptionalFileEntryRef File, StringRef SearchPath,
StringRef RelativePath, const Module *Imported,
SrcMgr::CharacteristicKind FileType) override;