Skip to content

Commit dd7e3bd

Browse files
committed
Sema.h: Just prune a redundant \brief introduced in r242133, for now. [-Wdocumentation]
llvm-svn: 242221
1 parent 3f3fd8d commit dd7e3bd

File tree

1 file changed

+1
-1
lines changed
  • clang/include/clang/Sema

1 file changed

+1
-1
lines changed

clang/include/clang/Sema/Sema.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7699,7 +7699,7 @@ class Sema {
76997699
OpenMPClauseKind CKind);
77007700
public:
77017701
/// \brief Check if the specified variable is used in a private clause in
7702-
/// \brief Checks if the specified variable is used in one of the private
7702+
/// Checks if the specified variable is used in one of the private
77037703
/// clauses in OpenMP constructs.
77047704
bool IsOpenMPCapturedVar(VarDecl *VD);
77057705

0 commit comments

Comments
 (0)