aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/DeclNodes.def
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/AST/DeclNodes.def')
-rw-r--r--include/clang/AST/DeclNodes.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/AST/DeclNodes.def b/include/clang/AST/DeclNodes.def
index 43bf7f1023..d4c8c5e6ba 100644
--- a/include/clang/AST/DeclNodes.def
+++ b/include/clang/AST/DeclNodes.def
@@ -120,6 +120,7 @@ DECL(ObjCPropertyImpl, Decl)
DECL(ObjCForwardProtocol, Decl)
DECL(ObjCClass, Decl)
DECL(FileScopeAsm, Decl)
+DECL(StaticAssert, Decl)
LAST_DECL(Block, Decl)
// Declaration contexts. DECL_CONTEXT_BASE indicates that it has subclasses.