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: unassignedclangb...@nondot.org
          Reporter: r...@google.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to