Skip to content

Commit 6114d47

Browse files
authored
1 parent e5b9fbf commit 6114d47

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8205,13 +8205,15 @@ def _SLASH_FI : CLJoinedOrSeparate<"FI">,
82058205
def _SLASH_Fe : CLJoined<"Fe">,
82068206
HelpText<"Set output executable file name">,
82078207
MetaVarName<"<file or dir/>">;
8208-
def _SLASH_Fe_COLON : CLJoined<"Fe:">, Alias<_SLASH_Fe>;
8208+
def _SLASH_Fe_COLON : CLJoinedOrSeparate<"Fe:">, Alias<_SLASH_Fe>;
82098209
def _SLASH_Fi : CLCompileJoined<"Fi">,
82108210
HelpText<"Set preprocess output file name (with /P)">,
82118211
MetaVarName<"<file>">;
8212+
def _SLASH_Fi_COLON : CLJoinedOrSeparate<"Fi:">, Alias<_SLASH_Fi>;
82128213
def _SLASH_Fo : CLCompileJoined<"Fo">,
82138214
HelpText<"Set output object file (with /c)">,
82148215
MetaVarName<"<file or dir/>">;
8216+
def _SLASH_Fo_COLON : CLCompileJoinedOrSeparate<"Fo:">, Alias<_SLASH_Fo>;
82158217
def _SLASH_guard : CLJoined<"guard:">,
82168218
HelpText<"Enable Control Flow Guard with /guard:cf, or only the table with /guard:cf,nochecks. "
82178219
"Enable EH Continuation Guard with /guard:ehcont">;
@@ -8306,6 +8308,7 @@ def _SLASH_Zc_dllexportInlines_ : CLFlag<"Zc:dllexportInlines-">,
83068308
HelpText<"Do not dllexport/dllimport inline member functions of dllexport/import classes">;
83078309
def _SLASH_Fp : CLJoined<"Fp">,
83088310
HelpText<"Set pch file name (with /Yc and /Yu)">, MetaVarName<"<file>">;
8311+
def _SLASH_Fp_COLON : CLJoinedOrSeparate<"Fp:">, Alias<_SLASH_Fp>;
83098312

83108313
def _SLASH_Gd : CLFlag<"Gd">,
83118314
HelpText<"Set __cdecl as a default calling convention">;

0 commit comments

Comments
 (0)