summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/submodules.cpp
Commit message (Expand)AuthorAgeFilesLines
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-161-1/+1
* Make module self-import an errorBen Langmuir2014-05-051-6/+0
* Don't build modules with (submodules with) missing headersBen Langmuir2014-04-181-5/+0
* If a #include finds a file relative to the current file, don't forget to checkRichard Smith2014-03-051-3/+1
* Modules: Don't warn upon missing headers while reading the module map.Daniel Jasper2013-12-171-0/+5
* Fix crash if a submodule @imports another submodule from the same module. TheRichard Smith2013-10-181-0/+7
* During typo correction, check for an exact match in an unimported module. If weRichard Smith2013-08-201-4/+4
* Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor2013-02-071-1/+1
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-111-5/+5
* Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek2012-03-011-5/+5
* Eliminate the uglified keyword __import_module__ for importingDouglas Gregor2012-01-031-6/+7
* Rename the command-line option for mapping #include/#import over toDouglas Gregor2012-01-031-1/+1
* Implement name hiding for declarations deserialized from a non-visibleDouglas Gregor2011-12-011-1/+22
* Add preprocessor-only test for submodule importsDouglas Gregor2011-11-301-0/+1
* When loading a module that involves submodules (e.g., std.vector),Douglas Gregor2011-11-301-0/+6
OpenPOWER on IntegriCloud