summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/malformed.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix module name collision in tests.Richard Smith2013-11-231-4/+4
| | | | llvm-svn: 195545
* Generate a marker token when entering or leaving a submodule when building aRichard Smith2013-11-231-0/+23
module. Use the marker to diagnose cases where we try to transition between submodules when not at the top level (most likely because a closing brace was missing at the end of a header file, but is also possible if submodule headers attempt to do something fundamentally non-modular, like our .def files). llvm-svn: 195543
OpenPOWER on IntegriCloud