| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
The call site already owns a path it doesn't need when the callback
returns. Hand ownership to the callback so it can optionally mutate
the path without necessarily allocating.
|
| |
|
|
|
|
|
|
| |
THis is a set of flags stored in a response file which informs the
compiler about where to place output BMI files as well as find the
required BMIs.
|
|
|
|
| |
MSVC needs the transitive closure of module usage to compile.
|
| |
|
|
This will allow all generators to share an implementation for actually
writing out the module map formats.
|