summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MacroPPCallbacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/MacroPPCallbacks.h')
-rw-r--r--lib/CodeGen/MacroPPCallbacks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/MacroPPCallbacks.h b/lib/CodeGen/MacroPPCallbacks.h
index 06217f9c5883c..e117f96f47dfa 100644
--- a/lib/CodeGen/MacroPPCallbacks.h
+++ b/lib/CodeGen/MacroPPCallbacks.h
@@ -110,8 +110,8 @@ public:
/// Hook called whenever a macro \#undef is seen.
///
/// MD is released immediately following this callback.
- void MacroUndefined(const Token &MacroNameTok,
- const MacroDefinition &MD) override;
+ void MacroUndefined(const Token &MacroNameTok, const MacroDefinition &MD,
+ const MacroDirective *Undef) override;
};
} // end namespace clang