diff options
Diffstat (limited to 'include/clang/AST/DeclBase.h')
-rw-r--r-- | include/clang/AST/DeclBase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/AST/DeclBase.h b/include/clang/AST/DeclBase.h index 3575faaaf5..257ed25b9c 100644 --- a/include/clang/AST/DeclBase.h +++ b/include/clang/AST/DeclBase.h @@ -62,6 +62,7 @@ public: ObjCMethod, ObjCClass, ObjCForwardProtocol, + ObjCPropertyImpl, LinkageSpec, FileScopeAsm, |