Commit dd7e3bd6 authored by NAKAMURA Takumi's avatar NAKAMURA Takumi
Browse files

Sema.h: Just prune a redundant \brief introduced in r242133, for now. [-Wdocumentation]

llvm-svn: 242221
parent 3f3fd8d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);