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

            Bug ID: 36522
           Summary: system-header-prefix does not apply to headers
                    included by a headermap
           Product: clang
           Version: unspecified
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

The --system-header-prefix flag does not apply to headers included with a
headermap file.

Include a file with warnings with "-I my_include_dir" and system-header-prefix
can be used to ignore the warnings.

Change the -I flag to "-I my_header_map.hmap" and leave the
system-header-prefix to be the same, and you will now see warnings from those
header files.

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

Reply via email to