From 6ca7e64d5f2059dba7fa12eefcf202a1353770ed Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Mon, 24 Aug 2015 18:50:01 +0000 Subject: Fixing some copy-pasta comments; NFC. llvm-svn: 245861 --- clang/include/clang/AST/Decl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang') diff --git a/clang/include/clang/AST/Decl.h b/clang/include/clang/AST/Decl.h index 0810d76e250..50d8aaed174 100644 --- a/clang/include/clang/AST/Decl.h +++ b/clang/include/clang/AST/Decl.h @@ -1847,7 +1847,7 @@ public: bool isConstexpr() const { return IsConstexpr; } void setConstexpr(bool IC) { IsConstexpr = IC; } - /// Whether this is a (C++11) constexpr function or constexpr constructor. + /// \brief Indicates the function uses __try. bool usesSEHTry() const { return UsesSEHTry; } void setUsesSEHTry(bool UST) { UsesSEHTry = UST; } -- cgit v1.2.3