summaryrefslogtreecommitdiffstats
path: root/include/clang/Sema/AttributeList.h
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2011-01-23 21:33:18 +0000
committerAnders Carlsson <andersca@mac.com>2011-01-23 21:33:18 +0000
commit15e14a289583616e582a23b320933e846a742626 (patch)
tree14b0c267bf2cc10fbae397005bbac005b6703876 /include/clang/Sema/AttributeList.h
parentf89e0424b8903438179f4a2f16dddd5e5bdc814e (diff)
Get rid of [[hiding]], [[override]] and [[base_check]].
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124087 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Sema/AttributeList.h')
-rw-r--r--include/clang/Sema/AttributeList.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/clang/Sema/AttributeList.h b/include/clang/Sema/AttributeList.h
index 99005e38e4..432611858b 100644
--- a/include/clang/Sema/AttributeList.h
+++ b/include/clang/Sema/AttributeList.h
@@ -108,7 +108,6 @@ public:
AT_format_arg,
AT_global,
AT_gnu_inline,
- AT_hiding,
AT_host,
AT_launch_bounds,
AT_malloc,
@@ -126,7 +125,6 @@ public:
AT_nothrow,
AT_nsobject,
AT_objc_exception,
- AT_override,
AT_cf_returns_not_retained, // Clang-specific.
AT_cf_returns_retained, // Clang-specific.
AT_ns_returns_not_retained, // Clang-specific.