Fixing some copy-pasta comments; NFC.

llvm-svn: 245861
This commit is contained in:
Aaron Ballman 2015-08-24 18:50:01 +00:00
parent 7b63484b99
commit 6ca7e64d5f
1 changed files with 1 additions and 1 deletions

View File

@ -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; }