summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/preprocess-unavailable.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add an explicit -std= to test to unbreak on PS4 targets.Richard Smith2017-05-301-1/+1
| | | | llvm-svn: 304237
* Diagnose attempts to build a preprocessed module that defines an unavailable ↵Richard Smith2017-05-301-0/+12
submodule. The errors we would otherwise get are incomprehensible, as we would enter the module but not make its contents visible to itself. llvm-svn: 304190
OpenPOWER on IntegriCloud