https://llvm.org/bugs/show_bug.cgi?id=23081

            Bug ID: 23081
           Summary: Port DITypeRef/DIScopeRef/DIRef to the new debug info
                    hierarchy
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Core LLVM classes
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected]
            Blocks: 23080
    Classification: Unclassified

Currently, any field in the debug info hierarchy that can point at an
MDCompositeType returns `Metadata*`, since it could be an MDString or an
MDCompositeType.

We should port the DITypeRef/DIScopeRef/etc. wrappers over so that the factory
functions and accessors are more restrictive and clear.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to