diff options
Diffstat (limited to 'lib/AST/DeclBase.cpp')
-rw-r--r-- | lib/AST/DeclBase.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/AST/DeclBase.cpp b/lib/AST/DeclBase.cpp index 83f8fa411f..f1ce3f3d0d 100644 --- a/lib/AST/DeclBase.cpp +++ b/lib/AST/DeclBase.cpp @@ -224,6 +224,7 @@ void Decl::addDeclKind(Kind k) { case Field: nFieldDecls++; break; case Record: nSUC++; break; case Enum: nEnumDecls++; break; + case ObjCContainer: break; // is abstract...no need to account for. case ObjCInterface: nInterfaceDecls++; break; case ObjCClass: nClassDecls++; break; case ObjCMethod: nMethodDecls++; break; |