r268621 - Sema.h: Prune a redundant \return. [-Wdocumentation]
NAKAMURA Takumi via cfe-commits
cfe-commits at lists.llvm.org
Thu May 5 03:29:11 PDT 2016
Author: chapuni
Date: Thu May 5 05:29:11 2016
New Revision: 268621
URL: http://llvm.org/viewvc/llvm-project?rev=268621&view=rev
Log:
Sema.h: Prune a redundant \return. [-Wdocumentation]
Modified:
cfe/trunk/include/clang/Sema/Sema.h
Modified: cfe/trunk/include/clang/Sema/Sema.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/Sema.h?rev=268621&r1=268620&r2=268621&view=diff
==============================================================================
--- cfe/trunk/include/clang/Sema/Sema.h (original)
+++ cfe/trunk/include/clang/Sema/Sema.h Thu May 5 05:29:11 2016
@@ -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
More information about the cfe-commits
mailing list