]> granicus.if.org Git - clang/commitdiff
Wdocumentation fixes
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 10 Feb 2017 12:14:01 +0000 (12:14 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 10 Feb 2017 12:14:01 +0000 (12:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@294740 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MacroPPCallbacks.h

index f02801dc327500af0d6f177adb3d6e6416bb562b..06217f9c5883c1ace471f581ffccb40699d5b2f8 100644 (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: