Wdocumentation fixes

llvm-svn: 294740
This commit is contained in:
Simon Pilgrim 2017-02-10 12:14:01 +00:00
parent 2f7cfaf4ad
commit 463cb8ac30
1 changed files with 1 additions and 2 deletions

View File

@ -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: