[LLVMbugs] [Bug 14606] New: emit debug info for using directives (DW_TAG_import_module)
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Dec 13 23:54:20 PST 2012
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: unassignedclangbugs at nondot.org
ReportedBy: dblaikie at gmail.com
CC: dgregor at apple.com, echristo at gmail.com,
llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list