[llvm-bugs] [Bug 32793] New: -Wnonportable-include-path doesn't warn on paths given via command lnie

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Apr 25 11:23:13 PDT 2017


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

            Bug ID: 32793
           Summary: -Wnonportable-include-path doesn't warn on paths given
                    via command lnie
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
          Assignee: unassignedclangbugs at nondot.org
          Reporter: ruiu at google.com
                CC: llvm-bugs at lists.llvm.org

Clang doesn't warn if you invoke it as "clang -Wnonportable-include-path
FOO.CC" with an actual filename of "foo.cc" on a case-insensitive filesystem.
Since the option is to find a portability issue, I expected that it would warn
on it. (It might have to be renamed "-Wnonportable-path".)

-- 
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/20170425/3b26c111/attachment.html>


More information about the llvm-bugs mailing list