From: Jeffrey Yasskin Date: Thu, 27 Jan 2011 19:17:54 +0000 (+0000) Subject: Revert r124217 because it didn't catch the actual error case it was trying to X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7ee2e5cc999a45ec4fd7b879477816714aabb7e;p=clang Revert r124217 because it didn't catch the actual error case it was trying to catch: lock_guard(my_mutex); declares a variable instead of creating a temporary. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124398 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html index b2b3f3cde6..30c85ffcbd 100644 --- a/docs/LanguageExtensions.html +++ b/docs/LanguageExtensions.html @@ -25,7 +25,6 @@ td {
  • Vectors and Extended Vectors
  • Messages on deprecated and unavailable attributes
  • Attributes on enumerators
  • -
  • Attribute to forbid temporaries of a type
  • Checks for Standard Language Features