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

            Bug ID: 46106
           Summary: Please add a command line flag for disabling
                    warn_inline_namespace_reopened_noninline
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: C++
          Assignee: unassignedclangb...@nondot.org
          Reporter: raf...@espindo.la
                CC: blitzrak...@gmail.com, dgre...@apple.com,
                    erik.pilking...@gmail.com, llvm-bugs@lists.llvm.org,
                    richard-l...@metafoo.co.uk

We are using inline namespaces for api versioning. We have a header that
declares all the version namespaces and picks the right one for being inline.

Unfortunately that causes warning with warn_inline_namespace_reopened_noninline
and we can't turn it off as there is no
-Wno-inline-namespace-reopened-noninline.

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

Reply via email to