https://bugs.llvm.org/show_bug.cgi?id=39644

            Bug ID: 39644
           Summary: namespaces inside other unnamed namespaces can cause
                    conflicts in modular builds
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Modules
          Assignee: unassignedclangb...@nondot.org
          Reporter: andrew...@gmail.com
                CC: dgre...@apple.com, llvm-bugs@lists.llvm.org,
                    richard-l...@metafoo.co.uk

Having two different blocks with the same namespace inside unnamed namespaces
which cross module binaries trigger build errors, presumably because the two
namespaces are completely separate and so conflict.

Repro: https://reviews.llvm.org/differential/diff/173801/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to