You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build/reference/compiler-options-listed-alphabetically.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ This table contains an alphabetical list of compiler options. For a list of comp
35
35
|[`/clr:safe`](clr-common-language-runtime-compilation.md)| Produce an IL-only verifiable output file. |
36
36
|[`/constexpr:backtrace<N>`](constexpr-control-constexpr-evaluation.md)| Show N `constexpr` evaluations in diagnostics (default: 10). |
37
37
|[`/constexpr:depth<N>`](constexpr-control-constexpr-evaluation.md)| Recursion depth limit for `constexpr` evaluation (default: 512). |
38
-
|[`/constexpr:steps<N>`](constexpr-control-constexpr-evaluation.md)| Terminate `constexpr` evaluation after N steps (default: 100000) |
38
+
|[`/constexpr:steps<N>`](constexpr-control-constexpr-evaluation.md)| Terminate `constexpr` evaluation after N steps (default: 100000).|
39
39
|[`/D<name>{=|#}<text>`](d-preprocessor-definitions.md)| Defines constants and macros. |
40
40
|[`/dynamicdeopt`](dynamic-deopt.md)| Enable [C++ Dynamic Debugging (Preview)](/visualstudio/debugger/cpp-dynamic-debugging) and step in anywhere with on-demand function deoptimization. |
41
41
|[`/diagnostics`](diagnostics-compiler-diagnostic-options.md)| Diagnostics format: prints column information. |
@@ -229,7 +229,7 @@ This table contains an alphabetical list of compiler options. For a list of comp
229
229
|[`/Zc:externConstexpr[-]`](zc-externconstexpr.md)| Enable external linkage for **`constexpr`** variables (off by default). |
230
230
|[`/Zc:forScope[-]`](zc-forscope-force-conformance-in-for-loop-scope.md)| Enforce Standard C++ **`for`** scoping rules (on by default). |
231
231
|[`/Zc:gotoScope`](zc-gotoscope.md)| Enforce Standard C++ **`goto`** rules around local variable initialization (implied by **`/permissive-`**). |
232
-
|[`/Zc:hiddenFriend[-]`](zc-hiddenfriend.md)| Enforce Standard C++ hidden friend rules (implied by **`/permissive-`**) |
232
+
|[`/Zc:hiddenFriend[-]`](zc-hiddenfriend.md)| Enforce Standard C++ hidden friend rules (implied by **`/permissive-`**).|
233
233
|[`/Zc:implicitNoexcept[-]`](zc-implicitnoexcept-implicit-exception-specifiers.md)| Enable implicit **`noexcept`** on required functions (on by default). |
234
234
|[`/Zc:inline[-]`](zc-inline-remove-unreferenced-comdat.md)| Remove unreferenced functions or data if they're COMDAT or have internal linkage only (off by default). |
235
235
|[`/Zc:lambda[-]`](zc-lambda.md)| Enable new lambda processor for conformance-mode syntactic checks in generic lambdas. |
Copy file name to clipboardExpand all lines: docs/build/reference/compiler-options-listed-by-category.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ This article contains a categorical list of compiler options. For an alphabetica
158
158
|[`/await:strict`](await-enable-coroutine-support.md)| Enable standard C++20 coroutine support with earlier language versions. |
159
159
|[`/constexpr:backtrace<N>`](constexpr-control-constexpr-evaluation.md)| Show N `constexpr` evaluations in diagnostics (default: 10). |
160
160
|[`/constexpr:depth<N>`](constexpr-control-constexpr-evaluation.md)| Recursion depth limit for `constexpr` evaluation (default: 512). |
161
-
|[`/constexpr:steps<N>`](constexpr-control-constexpr-evaluation.md)| Terminate `constexpr` evaluation after N steps (default: 100000) |
161
+
|[`/constexpr:steps<N>`](constexpr-control-constexpr-evaluation.md)| Terminate `constexpr` evaluation after N steps (default: 100000).|
162
162
|[`/openmp`](openmp-enable-openmp-2-0-support.md)| Enables [`#pragma omp`](../../preprocessor/omp.md) in source code. |
163
163
|[`/openmp:experimental`](openmp-enable-openmp-2-0-support.md)| Enable OpenMP 2.0 language extensions plus select OpenMP 3.0+ language extensions. |
164
164
|[`/openmp:llvm`](openmp-enable-openmp-2-0-support.md)| OpenMP language extensions using LLVM runtime. |
@@ -188,7 +188,7 @@ This article contains a categorical list of compiler options. For an alphabetica
188
188
|[`/Zc:externConstexpr[-]`](zc-externconstexpr.md)| Enable external linkage for **`constexpr`** variables (off by default). |
189
189
|[`/Zc:forScope[-]`](zc-forscope-force-conformance-in-for-loop-scope.md)| Enforce Standard C++ **`for`** scoping rules (on by default). |
190
190
|[`/Zc:gotoScope`](zc-gotoscope.md)| Enforce Standard C++ **`goto`** rules around local variable initialization (implied by **`/permissive-`**). |
191
-
|[`/Zc:hiddenFriend[-]`](zc-hiddenfriend.md)| Enforce Standard C++ hidden friend rules (implied by **`/permissive-`**) |
191
+
|[`/Zc:hiddenFriend[-]`](zc-hiddenfriend.md)| Enforce Standard C++ hidden friend rules (implied by **`/permissive-`**).|
192
192
|[`/Zc:implicitNoexcept[-]`](zc-implicitnoexcept-implicit-exception-specifiers.md)| Enable implicit **`noexcept`** on required functions (on by default). |
193
193
|[`/Zc:inline[-]`](zc-inline-remove-unreferenced-comdat.md)| Remove unreferenced functions or data if they're COMDAT or have internal linkage only (off by default). |
194
194
|[`/Zc:lambda[-]`](zc-lambda.md)| Enable new lambda processor for conformance-mode syntactic checks in generic lambdas. |
@@ -313,7 +313,7 @@ Experimental options may only be supported by certain versions of the compiler.
313
313
|--|--|
314
314
|[`/clr:noAssembly`](clr-common-language-runtime-compilation.md)| Deprecated. Use [`/LN` (Create MSIL Module)](ln-create-msil-module.md) instead. |
315
315
|[`/errorReport`](errorreport-report-internal-compiler-errors.md)| Deprecated. Error reporting is controlled by [Windows Error Reporting (WER)](/windows/win32/wer/windows-error-reporting) settings. |
316
-
|[`/experimental:preprocessor`](experimental-preprocessor.md)| Deprecated. Enables experimental conforming preprocessor support. Use [`/Zc:preprocessor`](zc-preprocessor.md)|
316
+
|[`/experimental:preprocessor`](experimental-preprocessor.md)| Deprecated. Enables experimental conforming preprocessor support. Use [`/Zc:preprocessor`](zc-preprocessor.md)instead. |
317
317
|[`/Fr`](fr-fr-create-dot-sbr-file.md)| Deprecated. Creates a browse information file without local variables. |
318
318
|[`/Ge`](ge-enable-stack-probes.md)| Deprecated. Activates stack probes. On by default. |
0 commit comments