summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/lib/CodeGen/MacroPPCallbacks.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/MacroPPCallbacks.h b/clang/lib/CodeGen/MacroPPCallbacks.h
index f02801dc327..06217f9c588 100644
--- a/clang/lib/CodeGen/MacroPPCallbacks.h
+++ b/clang/lib/CodeGen/MacroPPCallbacks.h
@@ -78,12 +78,11 @@ class MacroPPCallbacks : public PPCallbacks {
/// Handle the case when entering a file.
///
/// \param Loc Indicates the new location.
- /// \Return true if file scope status should be updated.
void FileEntered(SourceLocation Loc);
/// Handle the case when exiting a file.
///
- /// \Return true if file scope status should be updated.
+ /// \param Loc Indicates the new location.
void FileExited(SourceLocation Loc);
public:
OpenPOWER on IntegriCloud