r316453 - Remove repeated function name in doxygen comment.
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 24 09:16:35 PDT 2017
Author: erichkeane
Date: Tue Oct 24 09:16:34 2017
New Revision: 316453
URL: http://llvm.org/viewvc/llvm-project?rev=316453&view=rev
Log:
Remove repeated function name in doxygen comment.
Modified:
cfe/trunk/include/clang/AST/Decl.h
Modified: cfe/trunk/include/clang/AST/Decl.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Decl.h?rev=316453&r1=316452&r2=316453&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Decl.h (original)
+++ cfe/trunk/include/clang/AST/Decl.h Tue Oct 24 09:16:34 2017
@@ -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;
More information about the cfe-commits
mailing list