Skip to content

Commit

Permalink
Sema.h: Prune a redundant \return. [-Wdocumentation]
Browse files Browse the repository at this point in the history
llvm-svn: 268621
  • Loading branch information
chapuni committed May 5, 2016
1 parent 27d8dd3 commit d00698f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang/include/clang/Sema/Sema.h
Original file line number Diff line number Diff line change
Expand Up @@ -1895,7 +1895,6 @@ class Sema {
/// \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
Expand Down

0 comments on commit d00698f

Please sign in to comment.