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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to