Skip to content

[clang][modules] Change --print-library-module-manifest-path to --print-std-module-manifest-path ?? #145779

Open
@evantorrie

Description

@evantorrie

In #76451, @ChuanqiXu9 made this suggestion

def print_std_module_manifest_path : Flag<["-", "--"], "print-std-module-manifest-path">,

While the name of the variable (via the def ...) was changed, the actual text of the command line argument was left as --print-library-module-manifest-path.

Has this ship sailed? Or is there still time to standardize this so that the option better reflects its semantics – which is to print only the C++ standard library modules manifest -- not "general" library module manifests as I understand it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    clang:modulesC++20 modules and Clang Header Modules

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions