summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/include-next.c
Commit message (Collapse)AuthorAgeFilesLines
* Improve the diagnostic for #include_next occurring in a file not foundRichard Smith2019-03-211-0/+29
in the include path. Instead of making the incorrect claim that the included file has an absolute path, describe the actual problem: the including file was found either by absolute path, or relative to such a file, or relative to the primary source file. llvm-svn: 356712
OpenPOWER on IntegriCloud