Skip to content

Commit 11ab61b

Browse files
TaojunshenColin Robertsonopbld15TylerMSFTTylerMSFT
authored
8/16/2021 AM Publish (MicrosoftDocs#3725)
* fix code sample (#3676) * fix code sample * acrolinx Co-authored-by: TylerMSFT <[email protected]> * Address 3269 typo in warning number (#3680) * Fixed typo: evalution --> evaluation * Fixed typo: evalution --> evaluation * Bulk Fix - Sentence form for all alt text (#3683) * Updated C/C++ workload name The workload for C/C++ development in VS Build Tools 2019 installer is called 'Desktop development with C++'. * Split out docs by version Add VS2017-specific instructions. * Updated C/C++ workload name The workload for C/C++ development in VS Build Tools 2019 installer is called 'Desktop development with C++'. * Split out docs by version Add VS2017-specific instructions. * Add 16.11 Compiler Warnings C5247 and C5248 (MicrosoftDocs#3689) * Add C5247 and C5248 * Fix link typos * Updates per Xiang Fan review * More wordsmithage * More fix per X.F. * Fix inconsistencies in CMake docs (MicrosoftDocs#3692) * Standard format for CMake docs * Fix markdownlint * More cleanup. * Clean up link issue, acrolinx * Fix more broken things * Undo a change * Add documentation for "unspecified" architecture Add documentation regarding "unspecified" architecture such that it provides an option for someone to ensure that no inherited environment is selected. * Update markdownlint.json file for unordered lists (#3694) Block rule that wants * instead of - to prefix unordered lists, since we've standardized on the latter. Merging on my own recognizance as repo admin. * Clean up documentation for "unspecified" architecture * Markdown quality fixes 1 of N * Markdown quality fixes 2 of N * Markdown quality fixes 3 of N * Markdown quality fixes 4 of N * Markdown quality fixes 5 of N * Markdown quality fixes 6 of N * Markdown quality fixes 7 of N * Markdown quality fixes 8 of N * Markdown quality fixes 9 of N * Markdown quality fixes 10 of N * Undo TN038 * Markdown quality fixes 11 of N * Setting PATH allows DUMPBIN to be executed from the system command prompt. There are multiple DUMPBIN.EXE's in the MSVC folder, but they can be executed if the PATH is set correctly. If this is not true, or undesireable per system design constraints, please clarify otherwise. * Call out toolchains and embedded scenarios * Add link to environment setting instructions * Make more readable * Address cpp-docs 3286 Postfix increment, decrement syntax (MicrosoftDocs#3711) * Address cpp-docs issue 3286 * Fix formatting, final example * Add compiler warning C5243, C5249, C5250 (MicrosoftDocs#3710) * Removing linux and non-windows bullet point * Make clear it's not required to meet all conditions Add "or" to final bullet point * PR review edit, Microsoft style for lists * Make the "unspecified" architecture option more general * Add __SANITIZE_ADDRESS__ to predefined macros page Noticed __SANITIZE_ADDRESS__ was missing from this list. * Add VS version Also note the VS version where __SANITIZE_ADDRESS__ was added in. * Add docs on using existing cache without cmake-server * Fix unescaped <chrono> (MicrosoftDocs#3715) Noticed this while doing other changes. Without being in a code block, <chrono> becomes the html element of the same name. * Address issue 3301 * Create and integrate /Zc:lambda article (#3719) * Create and integrate /Zc:lambda article * Fix conformance topic date * Update cmake-projects-in-visual-studio.md * Remove duplicate line in build TOC Co-authored-by: Colin Robertson <[email protected]> Co-authored-by: opbld15 <[email protected]> Co-authored-by: Tyler Whitney <[email protected]> Co-authored-by: TylerMSFT <[email protected]> Co-authored-by: opbld17 <[email protected]> Co-authored-by: ystamant <[email protected]> Co-authored-by: opbld16 <[email protected]> Co-authored-by: Andrew Shymanel <[email protected]> Co-authored-by: Garrett Campbell <[email protected]> Co-authored-by: PRMerger6 <[email protected]> Co-authored-by: PRMerger12 <[email protected]> Co-authored-by: PRMerger14 <[email protected]> Co-authored-by: PRMerger16 <[email protected]> Co-authored-by: PRMerger15 <[email protected]> Co-authored-by: PRMerger7 <[email protected]> Co-authored-by: PRMerger10 <[email protected]> Co-authored-by: David Dyck <[email protected]> Co-authored-by: Kristine Toliver <[email protected]> Co-authored-by: Steve Wishnousky <[email protected]> Co-authored-by: Sam Freed <[email protected]> Co-authored-by: Don Spencer <[email protected]> Co-authored-by: Beau Braig <[email protected]>
1 parent 1aaae44 commit 11ab61b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/build/toc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,6 @@
775775
href: ../build/reference/zc-inline-remove-unreferenced-comdat.md
776776
- name: "/Zc:lambda (Enable updated lambda processor)"
777777
href: ../build/reference/zc-lambda.md
778-
- name: "/Zc:preprocessor (Enable preprocessor conformance mode)"
779778
- name: "/Zc:noexceptTypes (C++17 noexcept rules)"
780779
href: ../build/reference/zc-noexcepttypes.md
781780
- name: "/Zc:preprocessor (Enable preprocessor conformance mode)"

0 commit comments

Comments
 (0)