[llvm-bugs] [Bug 36522] New: system-header-prefix does not apply to headers included by a headermap
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Feb 26 11:19:09 PST 2018
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: unassignedclangbugs at nondot.org
Reporter: neuberger at gmail.com
CC: llvm-bugs at lists.llvm.org
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180226/1d0381f6/attachment.html>
More information about the llvm-bugs
mailing list