projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
581a5ad
)
OpenMPClause.h: Fix a warning. [-Wdocumentation]
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Tue, 21 Oct 2014 06:40:57 +0000
(06:40 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Tue, 21 Oct 2014 06:40:57 +0000
(06:40 +0000)
llvm-svn: 220266
clang/include/clang/AST/OpenMPClause.h
patch
|
blob
|
history
diff --git
a/clang/include/clang/AST/OpenMPClause.h
b/clang/include/clang/AST/OpenMPClause.h
index 30ce1aaeec92d12ba2fd81ed8f063162e1bec497..0c3002c103e2ff00e719382cac2c8920bf5ec23b 100644
(file)
--- a/
clang/include/clang/AST/OpenMPClause.h
+++ b/
clang/include/clang/AST/OpenMPClause.h
@@
-950,7
+950,7
@@
class OMPPrivateClause : public OMPVarListClause<OMPPrivateClause> {
/// \brief Sets the list of references to private copies with initializers for
/// new private variables.
- /// \param
Init
VL List of references.
+ /// \param VL List of references.
void setPrivateCopies(ArrayRef<Expr *> VL);
/// \brief Gets the list of references to private copies with initializers for