[LLVMbugs] [Bug 16740] New: Debug information for types in anonymous namespaces with global variables
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Jul 29 15:57:39 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16740
Bug ID: 16740
Summary: Debug information for types in anonymous namespaces
with global variables
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: LLVM Codegen
Assignee: unassignedclangbugs at nondot.org
Reporter: echristo at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Not currently generating debug info for:
namespace {
struct wombat {
};
}
wombat w;
which we probably want to do.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130729/ba0786eb/attachment.html>
More information about the llvm-bugs
mailing list