summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/preprocess/a.h
Commit message (Collapse)AuthorAgeFilesLines
* [modules] When we #include a local submodule header that we've already built,Richard Smith2017-05-301-0/+2
and it has an include guard, produce callbacks for a module import, not for a skipped non-modular header. Fixes -E output when preprocessing a module to list these cases as a module import, rather than suppressing the #include and losing the import side effect. llvm-svn: 304183
OpenPOWER on IntegriCloud