[LLVMbugs] [Bug 16186] New: names in an anonymous namespace should have internal linkage

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu May 30 21:28:15 PDT 2013


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

            Bug ID: 16186
           Summary: names in an anonymous namespace should have internal
                    linkage
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++11
          Assignee: unassignedclangbugs at nondot.org
          Reporter: rafael.espindola at gmail.com
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

In particular, in c++11 we should accept

namespace {
  void f();
  static void f();
}

-- 
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/20130531/0aaf5969/attachment.html>


More information about the llvm-bugs mailing list