summaryrefslogtreecommitdiff
path: root/clang/test/Modules/Inputs/submodules
AgeCommit message (Expand)Author
2025-05-22Revert "[Modules] Don't fail when an unused textual header is missing. (#1382...Volodymyr Sapsai
2025-05-08[Modules] Don't fail when an unused textual header is missing. (#138227)Volodymyr Sapsai
2023-12-14[clang][modules] Deprecate module.map in favor of module.modulemap (#75142)Michael Spencer
2014-04-21Allow submodule inferrences with a missing umbrella when the module is unavai...Ben Langmuir
2014-04-18Fix a hole with nested unavailable submodules from r206664Ben Langmuir
2014-04-18Don't build modules with (submodules with) missing headersBen Langmuir
2014-01-31Fix comment typo in test.Richard Smith
2013-12-17Add missing file from r197485.Daniel Jasper
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
2011-12-02Implement name hiding for macro definitions within modules, such thatDouglas Gregor
2011-12-01Implement name hiding for declarations deserialized from a non-visibleDouglas Gregor
2011-11-30When loading a module that involves submodules (e.g., std.vector),Douglas Gregor