forked from OSchip/llvm-project
Sema.h: Just prune a redundant \brief introduced in r242133, for now. [-Wdocumentation]
llvm-svn: 242221
This commit is contained in:
parent
3f3fd8d5c3
commit
dd7e3bd633
|
@ -7699,7 +7699,7 @@ private:
|
|||
OpenMPClauseKind CKind);
|
||||
public:
|
||||
/// \brief Check if the specified variable is used in a private clause in
|
||||
/// \brief Checks if the specified variable is used in one of the private
|
||||
/// Checks if the specified variable is used in one of the private
|
||||
/// clauses in OpenMP constructs.
|
||||
bool IsOpenMPCapturedVar(VarDecl *VD);
|
||||
|
||||
|
|
Loading…
Reference in New Issue