From e4498c6d66a8f472cba29b6158a2e86dfc60d0ef Mon Sep 17 00:00:00 2001 From: Fariborz Jahanian Date: Wed, 28 Apr 2010 16:11:27 +0000 Subject: More of Sema to implement initialization of ivar of c++ object types. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102500 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Frontend/PCHReaderDecl.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Frontend/PCHReaderDecl.cpp') diff --git a/lib/Frontend/PCHReaderDecl.cpp b/lib/Frontend/PCHReaderDecl.cpp index 53647badff..c215a5abba 100644 --- a/lib/Frontend/PCHReaderDecl.cpp +++ b/lib/Frontend/PCHReaderDecl.cpp @@ -383,6 +383,7 @@ void PCHDeclReader::VisitObjCImplementationDecl(ObjCImplementationDecl *D) { VisitObjCImplDecl(D); D->setSuperClass( cast_or_null(Reader.GetDecl(Record[Idx++]))); + // FIXME. Add reading of IvarInitializers and NumIvarInitializers. } -- cgit v1.2.3-18-g5258