@@ -8205,13 +8205,15 @@ def _SLASH_FI : CLJoinedOrSeparate<"FI">,
8205
8205
def _SLASH_Fe : CLJoined<"Fe">,
8206
8206
HelpText<"Set output executable file name">,
8207
8207
MetaVarName<"<file or dir/>">;
8208
- def _SLASH_Fe_COLON : CLJoined <"Fe:">, Alias<_SLASH_Fe>;
8208
+ def _SLASH_Fe_COLON : CLJoinedOrSeparate <"Fe:">, Alias<_SLASH_Fe>;
8209
8209
def _SLASH_Fi : CLCompileJoined<"Fi">,
8210
8210
HelpText<"Set preprocess output file name (with /P)">,
8211
8211
MetaVarName<"<file>">;
8212
+ def _SLASH_Fi_COLON : CLJoinedOrSeparate<"Fi:">, Alias<_SLASH_Fi>;
8212
8213
def _SLASH_Fo : CLCompileJoined<"Fo">,
8213
8214
HelpText<"Set output object file (with /c)">,
8214
8215
MetaVarName<"<file or dir/>">;
8216
+ def _SLASH_Fo_COLON : CLCompileJoinedOrSeparate<"Fo:">, Alias<_SLASH_Fo>;
8215
8217
def _SLASH_guard : CLJoined<"guard:">,
8216
8218
HelpText<"Enable Control Flow Guard with /guard:cf, or only the table with /guard:cf,nochecks. "
8217
8219
"Enable EH Continuation Guard with /guard:ehcont">;
@@ -8306,6 +8308,7 @@ def _SLASH_Zc_dllexportInlines_ : CLFlag<"Zc:dllexportInlines-">,
8306
8308
HelpText<"Do not dllexport/dllimport inline member functions of dllexport/import classes">;
8307
8309
def _SLASH_Fp : CLJoined<"Fp">,
8308
8310
HelpText<"Set pch file name (with /Yc and /Yu)">, MetaVarName<"<file>">;
8311
+ def _SLASH_Fp_COLON : CLJoinedOrSeparate<"Fp:">, Alias<_SLASH_Fp>;
8309
8312
8310
8313
def _SLASH_Gd : CLFlag<"Gd">,
8311
8314
HelpText<"Set __cdecl as a default calling convention">;
0 commit comments