http://llvm.org/bugs/show_bug.cgi?id=14606

             Bug #: 14606
           Summary: emit debug info for using directives
                    (DW_TAG_import_module)
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Keywords: googler
          Severity: enhancement
          Priority: P
         Component: C++
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
            Blocks: 14330
    Classification: Unclassified


Clang doesn't currently produce DW_TAG_import_module for C++ using
directives/declarations. This means that users attempting to refer to
identifiers while the debugger is within a certain lexical scope are unable to
resolve unqualified names through the appropriate name lookup.

(see gdb.cp/shadow.exp in the GDB 7.5 test suite)

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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