"git@zivgitlab.uni-muenster.de:HPC2SE-Project/pacxx-clang.git" did not exist on "86e9daf19ba45dd6f133d0df160c8f464f27a7d8"
Module Debugging: Emit the canonical debug info for Objective-C classes
in the compile unit that contains their implementation even if their interface is declared in a module. The private @implementation of an @interface may have additional hidden ivars so we should not defer to the public version of the type that is found in the module. <rdar://problem/25541798> git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@266937 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/CodeGen/CGDebugInfo.cpp 5 additions, 2 deletionslib/CodeGen/CGDebugInfo.cpp
- test/Modules/ExtDebugInfo.m 13 additions, 1 deletiontest/Modules/ExtDebugInfo.m
- test/Modules/Inputs/DebugObjC.h 6 additions, 0 deletionstest/Modules/Inputs/DebugObjC.h
- test/Modules/ModuleDebugInfo.m 5 additions, 2 deletionstest/Modules/ModuleDebugInfo.m
Please register or sign in to comment