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:
a4db224
)
Correcting an attribute documentation generation error by giving the abi_tag attribut...
author
Aaron Ballman
<aaron@aaronballman.com>
Thu, 10 Mar 2016 13:08:22 +0000
(13:08 +0000)
committer
Aaron Ballman
<aaron@aaronballman.com>
Thu, 10 Mar 2016 13:08:22 +0000
(13:08 +0000)
llvm-svn: 263109
clang/include/clang/Basic/AttrDocs.td
patch
|
blob
|
history
diff --git
a/clang/include/clang/Basic/AttrDocs.td
b/clang/include/clang/Basic/AttrDocs.td
index
70a2e5b
..
4e80a8d
100644
(file)
--- a/
clang/include/clang/Basic/AttrDocs.td
+++ b/
clang/include/clang/Basic/AttrDocs.td
@@
-2160,6
+2160,7
@@
optimizations like C++'s named return value optimization (NRVO).
}
def AbiTagsDocs : Documentation {
+ let Category = DocCatFunction;
let Content = [{
The ``abi_tag`` attribute can be applied to a function, variable, class or
inline namespace declaration to modify the mangled name of the entity. It gives