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:
dff0ee2
)
Remove repeated function name in doxygen comment.
author
Erich Keane
<erich.keane@intel.com>
Tue, 24 Oct 2017 16:16:34 +0000
(16:16 +0000)
committer
Erich Keane
<erich.keane@intel.com>
Tue, 24 Oct 2017 16:16:34 +0000
(16:16 +0000)
llvm-svn: 316453
clang/include/clang/AST/Decl.h
patch
|
blob
|
history
diff --git
a/clang/include/clang/AST/Decl.h
b/clang/include/clang/AST/Decl.h
index
e85c6c5
..
ef0f502
100644
(file)
--- a/
clang/include/clang/AST/Decl.h
+++ b/
clang/include/clang/AST/Decl.h
@@
-3540,7
+3540,7
@@
public:
return K >= firstRecord && K <= lastRecord;
}
- ///
isMsStruct -
Get whether or not this is an ms_struct which can
+ ///
\brief
Get whether or not this is an ms_struct which can
/// be turned on with an attribute, pragma, or -mms-bitfields
/// commandline option.
bool isMsStruct(const ASTContext &C) const;