projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c128e5c
)
Attributes.h: Fix incorrect \brief introduced in r236666. [-Wdocumentation]
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Thu, 7 May 2015 10:18:56 +0000
(10:18 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Thu, 7 May 2015 10:18:56 +0000
(10:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236712
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/IR/Attributes.h
patch
|
blob
|
history
diff --git
a/include/llvm/IR/Attributes.h
b/include/llvm/IR/Attributes.h
index 24fae1847d83ab225016cd7c4833a1828a2b4b0c..86af13f864f36c4a200089eb57749d1208e86eb3 100644
(file)
--- a/
include/llvm/IR/Attributes.h
+++ b/
include/llvm/IR/Attributes.h
@@
-477,7
+477,7
@@
public:
/// \brief Remove the attributes from the builder.
AttrBuilder &remove(const AttrBuilder &B);
- /// \brief
\brief
Return true if the builder has any attribute that's in the
+ /// \brief Return true if the builder has any attribute that's in the
/// specified builder.
bool overlaps(const AttrBuilder &B) const;