]> granicus.if.org Git - clang/commitdiff
Sema.h: Prune a redundant \return. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 5 May 2016 10:29:11 +0000 (10:29 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 5 May 2016 10:29:11 +0000 (10:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@268621 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Sema/Sema.h

index 5765b9b1546236678098df0c3bff515b7045e48e..696b91d4188a1afa5faae40b06945c8a714eb0fd 100644 (file)
@@ -1895,7 +1895,6 @@ public:
   /// \brief We've found a use of a templated declaration that would trigger an
   /// implicit instantiation. Check that any relevant explicit specializations
   /// and partial specializations are visible, and diagnose if not.
-  /// \return Whether a problem was diagnosed.
   void checkSpecializationVisibility(SourceLocation Loc, NamedDecl *Spec);
 
   /// \brief We've found a use of a template specialization that would select a