summaryrefslogtreecommitdiffstats
path: root/include/clang/Sema/AttributeList.h
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2011-01-23 21:07:30 +0000
committerAnders Carlsson <andersca@mac.com>2011-01-23 21:07:30 +0000
commitf89e0424b8903438179f4a2f16dddd5e5bdc814e (patch)
tree713f8065268178762184e29dde6e959c8a7bb91e /include/clang/Sema/AttributeList.h
parent3176cca2fe2bb9ab061e8e5fc05b4d59403fcf19 (diff)
Get rid of the [[final]] C++0x attribute.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124083 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 c3e1aead2b..99005e38e4 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_final,
AT_format,
AT_format_arg,
AT_global,