Michael Spencer
8fb88f5680
[clang][modules] Separate parsing of modulemaps ( #119740 )
...
This separates out parsing of modulemaps from updating the
`clang::ModuleMap` information.
Currently this has no effect other than slightly changing diagnostics.
Upcoming changes will use this to allow searching for modules without
fully processing modulemaps.
This creates a new `modulemap` namespace because there are too many
things called ModuleMap* right now that mean different things. I'd like
to clean this up, but I'm not sure yet what I want to call everything.
This also drops the `SourceLocation` from `moduleMapFileRead`. This is
never used in tree, and in future patches I plan to make the modulemap
parser use a different `SourceManager` so that we can share modulemap
parsing between `CompilerInstance`s. This will make the `SourceLocation`
meaningless.
2025-02-26 14:32:50 -08:00
..
2020-09-24 13:59:42 -07:00
2022-02-10 16:06:03 -05:00
2023-10-27 07:10:46 -07:00
2023-12-14 14:03:57 -08:00
2023-12-14 14:03:57 -08:00
2023-12-14 14:03:57 -08:00
2023-12-14 14:03:57 -08:00
2022-02-10 16:06:03 -05:00
2023-12-14 14:03:57 -08:00
2021-04-16 17:57:03 -07:00
2023-12-14 14:03:57 -08:00
2021-08-06 14:48:28 +02:00
2021-05-17 10:40:51 +02:00
2022-02-10 16:06:03 -05:00
2023-12-14 14:03:57 -08:00
2024-06-14 09:57:21 -07:00
2023-12-14 14:03:57 -08:00
2023-12-14 14:03:57 -08:00
2020-08-21 14:40:09 -04:00
2024-06-20 19:44:06 +02:00
2023-12-14 14:03:57 -08:00
2023-12-14 14:03:57 -08:00
2021-03-23 16:54:28 -07:00
2023-12-14 14:03:57 -08:00
2023-12-14 14:03:57 -08:00
2021-08-30 17:51:38 -07:00
2022-04-19 14:48:42 -07:00
2021-07-01 18:43:49 -07:00
2023-12-14 14:03:57 -08:00
2021-10-18 11:50:29 +02:00
2021-12-22 11:09:41 +08:00
2023-12-14 14:03:57 -08:00
2023-12-14 14:03:57 -08:00
2023-06-16 09:26:45 +02:00
2023-12-14 14:03:57 -08:00
2023-12-14 14:03:57 -08:00
2023-12-14 14:03:57 -08:00
2023-12-14 14:03:57 -08:00
2023-12-14 14:03:57 -08:00
2023-12-14 14:03:57 -08:00
2023-12-14 14:03:57 -08:00
2023-12-14 14:03:57 -08:00
2021-12-17 10:37:40 +08:00
2023-12-14 14:03:57 -08:00
2021-10-13 18:09:52 +02:00
2023-12-14 14:03:57 -08:00
2022-08-31 13:12:28 +02:00
2022-07-13 00:13:56 +08:00
2020-11-10 10:14:13 -08:00
2023-12-14 14:03:57 -08:00
2023-12-14 14:03:57 -08:00
2023-12-14 14:03:57 -08:00
2024-04-12 22:36:43 -07:00
2024-06-18 13:40:31 -04:00
2023-12-14 14:03:57 -08:00
2023-12-14 14:03:57 -08:00
2020-11-18 11:55:29 -08:00
2023-12-14 14:03:57 -08:00
2023-12-14 14:03:57 -08:00
2023-12-14 14:03:57 -08:00
2023-12-14 14:03:57 -08:00
2023-12-14 14:03:57 -08:00
2023-12-14 14:03:57 -08:00
2023-12-14 14:03:57 -08:00
2022-01-11 10:16:26 +08:00
2023-12-14 14:03:57 -08:00
2023-12-14 14:03:57 -08:00
2023-12-14 14:03:57 -08:00
2023-12-14 14:03:57 -08:00
2023-12-14 14:03:57 -08:00
2023-12-14 14:03:57 -08:00
2023-12-14 14:03:57 -08:00
2023-10-20 09:23:19 -07:00
2020-12-01 22:13:40 -05:00
2020-08-24 14:52:53 +02:00
2015-07-14 02:40:33 +00:00
2025-02-26 14:32:50 -08:00
2022-06-06 19:12:26 -07:00
2023-04-07 01:37:36 +01:00
2023-04-07 01:37:36 +01:00
2023-04-07 01:37:36 +01:00
2023-04-07 01:37:36 +01:00
2024-03-05 10:15:21 -08:00
2021-06-14 11:04:56 +02:00
2022-02-10 16:06:03 -05:00
2014-09-10 21:29:41 +00:00