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; _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits