summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/include-header-file-and-dir.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't diagnose errors when a file matches an include componentReid Kleckner2019-08-091-0/+4
This regressed in r368322, and was reported as PR42948 and on the mailing list. The fix is to ignore the specific error code for this case. The problem doesn't seem to reproduce on Windows, where a different error code is used instead. llvm-svn: 368475
OpenPOWER on IntegriCloud