aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Parse/DeclSpec.h
diff options
context:
space:
mode:
authorSteve Naroff <snaroff@apple.com>2008-01-25 22:14:40 +0000
committerSteve Naroff <snaroff@apple.com>2008-01-25 22:14:40 +0000
commitd6326c6fe586ba178734c49ba33a2c1af021822c (patch)
tree634b98bf1728fbaa2ec66ee16b7cee397d546a45 /include/clang/Parse/DeclSpec.h
parentef20c110ddd52fed129334e3b9b50e5237ddfe54 (diff)
Add more support for Apple's "private extern" extension...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46371 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Parse/DeclSpec.h')
-rw-r--r--include/clang/Parse/DeclSpec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/clang/Parse/DeclSpec.h b/include/clang/Parse/DeclSpec.h
index 307959f83a..bb2773217e 100644
--- a/include/clang/Parse/DeclSpec.h
+++ b/include/clang/Parse/DeclSpec.h
@@ -38,7 +38,8 @@ public:
SCS_extern,
SCS_static,
SCS_auto,
- SCS_register
+ SCS_register,
+ SCS_private_extern
};
// type-specifier