From a8716484f6d217777b39087292ce440de6fc538c Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Fri, 10 Feb 2017 12:14:01 +0000 Subject: [PATCH] Wdocumentation fixes git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@294740 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/MacroPPCallbacks.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/CodeGen/MacroPPCallbacks.h b/lib/CodeGen/MacroPPCallbacks.h index f02801dc32..06217f9c58 100644 --- a/lib/CodeGen/MacroPPCallbacks.h +++ b/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: -- 2.40.0