r294740 - Wdocumentation fixes
Simon Pilgrim via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 10 04:14:01 PST 2017
Author: rksimon
Date: Fri Feb 10 06:14:01 2017
New Revision: 294740
URL: http://llvm.org/viewvc/llvm-project?rev=294740&view=rev
Log:
Wdocumentation fixes
Modified:
cfe/trunk/lib/CodeGen/MacroPPCallbacks.h
Modified: cfe/trunk/lib/CodeGen/MacroPPCallbacks.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/MacroPPCallbacks.h?rev=294740&r1=294739&r2=294740&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/MacroPPCallbacks.h (original)
+++ cfe/trunk/lib/CodeGen/MacroPPCallbacks.h Fri Feb 10 06:14:01 2017
@@ -78,12 +78,11 @@ class MacroPPCallbacks : public PPCallba
/// 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:
More information about the cfe-commits
mailing list