summaryrefslogtreecommitdiff
path: root/test/Modules/submodules.cpp
AgeCommit message (Expand)Author
2015-06-16[modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith
2014-05-05Make module self-import an errorBen Langmuir
2014-04-18Don't build modules with (submodules with) missing headersBen Langmuir
2014-03-05If a #include finds a file relative to the current file, don't forget to checkRichard Smith
2013-12-17Modules: Don't warn upon missing headers while reading the module map.Daniel Jasper
2013-10-18Fix crash if a submodule @imports another submodule from the same module. TheRichard Smith
2013-08-20During typo correction, check for an exact match in an unimported module. If weRichard Smith
2013-02-07Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor
2012-12-11Use @import rather than @__experimental_modules_import, since theDouglas Gregor
2012-03-01Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek
2012-01-03Eliminate the uglified keyword __import_module__ for importingDouglas Gregor
2012-01-03Rename the command-line option for mapping #include/#import over toDouglas Gregor
2011-12-01Implement name hiding for declarations deserialized from a non-visibleDouglas Gregor
2011-11-30Add preprocessor-only test for submodule importsDouglas Gregor
2011-11-30When loading a module that involves submodules (e.g., std.vector),Douglas Gregor