summaryrefslogtreecommitdiffstats
path: root/include/clang/Sema/AttributeList.h
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2011-01-27 19:17:54 +0000
committerJeffrey Yasskin <jyasskin@google.com>2011-01-27 19:17:54 +0000
commitb7ee2e5cc999a45ec4fd7b879477816714aabb7e (patch)
tree2b58dd1730b74027a41049fe7bc9234a92ba2fa5 /include/clang/Sema/AttributeList.h
parent96554fd1aa7350498de8911fb6f303a9262e6ec0 (diff)
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
Diffstat (limited to 'include/clang/Sema/AttributeList.h')
-rw-r--r--include/clang/Sema/AttributeList.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/Sema/AttributeList.h b/include/clang/Sema/AttributeList.h
index 7ed6ffcdaf..91389a4d98 100644
--- a/include/clang/Sema/AttributeList.h
+++ b/include/clang/Sema/AttributeList.h
@@ -104,7 +104,6 @@ public:
AT_dllimport,
AT_ext_vector_type,
AT_fastcall,
- AT_forbid_temporaries,
AT_format,
AT_format_arg,
AT_global,