Add -isystem-prefix and -ino-system-prefix arguments, which can be used tooverride whether headers are system headers by checking for prefixes of theheader name specified in the #include directive.
Add -isystem-prefix and -ino-system-prefix arguments, which can be used tooverride whether headers are system headers by checking for prefixes of theheader name specified in the #include directive.This allows warnings to be disabled for third-party code which is found inspecific subdirectories of include paths.llvm-svn: 158418
show more ...