This is an archive of the discontinued LLVM Phabricator instance.

[LLVM-C] Add DIBuilder Bindings For ObjC Classes
ClosedPublic

Authored by CodaFi on May 20 2018, 4:51 PM.

Details

Summary

Add LLVMDIBuilderCreateObjCIVar, LLVMDIBuilderCreateObjCProperty, and LLVMDIBuilderCreateInheritance to allow declaring metadata for Objective-C class hierarchies and their associated properties and instance variables.

Diff Detail

Repository
rL LLVM

Event Timeline

CodaFi created this revision.May 20 2018, 4:51 PM
whitequark accepted this revision.May 20 2018, 4:57 PM

Thanks!

This revision is now accepted and ready to land.May 20 2018, 4:57 PM
This revision was automatically updated to reflect the committed changes.