Improve the diagnostic for #include_next occurring in a file not foundin the include path.Instead of making the incorrect claim that the included file has anabsolute path, describe the actual pro
Improve the diagnostic for #include_next occurring in a file not foundin the include path.Instead of making the incorrect claim that the included file has anabsolute path, describe the actual problem: the including file was foundeither by absolute path, or relative to such a file, or relative to theprimary source file.llvm-svn: 356712
show more ...