Ensure that DIType is regenerated after we visited an implementation that adds ivars...
authorAdrian Prantl <aprantl@apple.com>
Tue, 26 Feb 2013 20:01:46 +0000 (20:01 +0000)
committerAdrian Prantl <aprantl@apple.com>
Tue, 26 Feb 2013 20:01:46 +0000 (20:01 +0000)
commit71510db7bcbdcd09f0cb10961e421568a1406791
treec1189ca62943d26f29661ec690e0b11bb64efd8a
parent37c777ecc03707977ca67b31cd064b3c74f8862d
Ensure that DIType is regenerated after we visited an implementation that adds ivars to an interface. Fixes rdar://13175234

llvm-svn: 176116
clang/include/clang/AST/DeclObjC.h
clang/lib/AST/DeclObjC.cpp
clang/lib/CodeGen/CGDebugInfo.cpp
clang/lib/CodeGen/CGDebugInfo.h
clang/test/CodeGenObjC/debug-info-ivars-2.m [new file with mode: 0644]
clang/test/CodeGenObjC/debug-info-ivars-3.m [new file with mode: 0644]
clang/test/CodeGenObjC/debug-info-ivars-private.m [new file with mode: 0644]