Open
Description
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.