aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/DeclBase.cpp
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2019-03-07 17:54:44 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2019-03-07 17:54:44 +0000
commit25ed0c07c1ce7835c2bca9d72e34aefda5294f40 (patch)
tree7a233e3c43b8603425fc3ab4694c8e0d78b37ee6 /clang/lib/AST/DeclBase.cpp
parent6ca0985aa572f25635f28ce8385dba112d56b6e9 (diff)
downloadllvm-25ed0c07c1ce7835c2bca9d72e34aefda5294f40.zip
llvm-25ed0c07c1ce7835c2bca9d72e34aefda5294f40.tar.gz
llvm-25ed0c07c1ce7835c2bca9d72e34aefda5294f40.tar.bz2
[OPENMP 5.0]Add initial support for 'allocate' directive.
Added parsing/sema analysis/serialization/deserialization support for 'allocate' directive. llvm-svn: 355614
Diffstat (limited to 'clang/lib/AST/DeclBase.cpp')
-rw-r--r--clang/lib/AST/DeclBase.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/AST/DeclBase.cpp b/clang/lib/AST/DeclBase.cpp
index a44c839..e1b5161 100644
--- a/clang/lib/AST/DeclBase.cpp
+++ b/clang/lib/AST/DeclBase.cpp
@@ -812,6 +812,7 @@ unsigned Decl::getIdentifierNamespaceForKind(Kind DeclKind) {
case ObjCCategoryImpl:
case Import:
case OMPThreadPrivate:
+ case OMPAllocate:
case OMPRequires:
case OMPCapturedExpr:
case Empty: