Skip to content

/DEBUG:FULL is default #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 13, 2017
Merged

Conversation

yousuketakada
Copy link
Contributor

/DEBUG:FULL is default except for debug builds in Visual Studio 2017

/DEBUG:FULL is default except for debug builds in Visual Studio 2017
@msftclas
Copy link

msftclas commented Jul 5, 2017

This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. We will now review your pull request.
Thanks,
Microsoft Pull Request Bot

@yousuketakada
Copy link
Contributor Author

To confirm the command-line default, compile any C++ source code, say, a.cpp with the following options:

>type a.cpp
int main() {}

>cl /nologo /W3 /Zi /EHsc /fp:fast /Od /MDd /c a.cpp
a.cpp

>link /nologo /debug /incremental:no a.obj

>mspdbcmf /nologo /check a.pdb
 [Non FASTLINK] The input PDB file was not generated by the linker with /DEBUG:fastlink.

>link /nologo /debug:fastlink /incremental:no a.obj

>mspdbcmf /nologo /check a.pdb
 [FASTLINK] The input PDB file was generated by the linker with /DEBUG:fastlink.

I have used:

Microsoft Visual Studio Professional 2017
Version 15.2 (26430.14) Release

TAKADAY-GVKOBE-DEV and others added 2 commits July 5, 2017 15:13
Simplify discussion of option behavior, and gather default behavior info into a single paragraph.
Copy link
Contributor

@colin-home colin-home left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved, with some edits. Thanks for your contribution.

@colin-home colin-home merged commit 0025b2d into MicrosoftDocs:master Jul 13, 2017
@yousuketakada yousuketakada deleted the patch-1 branch July 13, 2017 23:08
opbld15 added a commit that referenced this pull request Nov 11, 2021
* add new classes: ambiguous_local_time & nonexistent_local_time

* acrolinx

* fix links

* finish descriptions

* fix more links

* smoothing out

* proofing

* add some better linking

* tune description

* update descriptions

* needed to update local-info-struct.md to reflect changes to descriptions for nonexistent and ambiguous

* add chrono functions

* rounding out duration links

* Add documentation for IntelliSense linter for C++ (#3821)

* Add first draft of linter check documentation

* WIP overview.

Signed-off-by: Kyle Reed <[email protected]>

* Update toc. First draft of the linter overview.

* Add screenshots, move files, code samples are stand-alone.

Signed-off-by: Kyle Reed <[email protected]>

* Style and Acrolinx grammar checker pass

* Add missing Options cues for checks

* Update to use latest option names

Co-authored-by: [email protected] <[email protected]>

* connecting duration up to it's non-member pieces and doing some general updates

* fix links

* cleanup

* Split out VS2019 content for linter (#3824)

* Update working-with-project-properties.md

* cleanup

* cleanup

* cleanup

* cleanup

* cleanup

* cleanup

* cleanup

* fix function signature

* fix line ending

* remove duplicate

* Address /profile issues per Paddy McD (#3834)

* Update download URLs to point to 2022 redists

* Fixed documentation that destroy dialogs

* Update void-cpp for cpp-docs 3441

Reported in MicrosoftDocs/cpp-docs/issues/3441
Clarify kinds of class member where you can't use `void*`.
Fix styles.
Acrolinx a few things.

* More clarity on void pointers to members

* zoned_traits (#3831)

* add zoned_traits

* draft clock_cast and clock_time_conversion

* first draft

* draft

* draft

* fix heading

* cleanup

* add tzdb and tzdb-list

* draft

* draft

* pull examples

* draft cleanup

* acrolinx

* draft cleanup

* draft cleanup

* incorp tech review

* tech review

* cleanup

* cleanup

* acrolinx

* fix casing

* add example descriptions

* wording

* last adjustments

* wording

Co-authored-by: TylerMSFT <[email protected]>

* Update 16.1 conformance per J Emmett

* Update docs/error-messages/compiler-errors-2/compiler-error-c2666.md

* draft

* acrolinx, links

* links

* Fix typo in page title

* acrolinx

* fix link

* Fix TOC schema before VS2022 changes

* cleanup the port

* add additional info

* Address 3449 typo in /analyze

* update see also

* Address 3462 add C5033 warning

* Include link update

* Typo

* Add TOC entry

* Update how-to-marshal-callbacks-and-delegates-by-using-cpp-interop.md

typo: underlaying -> underlying

* Fix typo in toc for tzdb_list

* fix github issue #3469 (#3852)

Co-authored-by: TylerMSFT <[email protected]>

* remove constexpr, prevent machine translation of code elements, and bring closer to current doc style (#3854)

* remove constexpr

* add remark

* acrolinx

* update casing

* cleanup

Co-authored-by: TylerMSFT <[email protected]>

* VS2022 update for what's new content

* Acrolinx update

* Fix validation, links, typos

* Revert a styling quirk on headers

* Validation error fix

* Acrolinx and validation fixes

* Conformance fix updates

* Add description for new warning C26826

* Add name clarification to new description

* Used more specific wording to avoid confusion

* Adding missing intrinsic.

* Fix intrinsic signature.

* Fix wrong argument type.

* Add headers, requirements

* VS2022 features, C17, walkthroughs (#3863)

* VS2022 features, C17, walkthroughs

* fix indentation to correct list step numbering

* fix indentation to correct list step numbering

* replace numbers with bold headings

Co-authored-by: Beth Harvey <[email protected]>

* tech review feedback

* cleanup

* Frontrun bulk fixes for VS2022

* Fixes #3484

* Docs/corob/cpp docs 3481 d8049 (#3865)

* Add D8049 error message

* Acrolinx tweak

* Update toc.yml

fix apparent typo in TOC

Co-authored-by: Jeff Borsecnik <[email protected]>

* More VS2022 non-bulk fixes. (#3867)

* Bulk update VS2022 content (#3860)

* Bulk fix to update msvc-160 and msvc-170

* Fix stray moniker tags

* incorp review

* update wording around closing the folder

* typos

* fix typo introduced while fixing typos...

* update formatting

* update steps and formatting

* Update working-with-resource-files.md

* Update symbols-resource-identifiers.md

* Update how-to-create-a-resource-script-file.md

If you right click on a class you can't add resources. You should right click on a project.

* started draft of STL conformance items

* Update CMake landing page (#3864)

* intro, installation, configure

* config notifications

* IDE integration

* Building CMake projects

* Debugging CMake projects

* Open an existing cache

* Edit CMakeLists.txt files

* Configure IntelliSense

* Troubleshooting, repro from CLI

* Switch 17/19 CLI sections

* edits

* Fix code block

* more edits

* move images from docs/media to docs/build/media

* Address feedback

* Fix link style

* Final edits

* fix spelling per Acrolinx

Co-authored-by: Beth Harvey <[email protected]>

* finished first cut at VS 2022 17.0 STL conformance updates

* Broken link fixed

* move lwg-3518 to a c++11 section

* De-emphasize codeplex archive

* Add gray border (#3876)

* tech review

* remove LWG-* entries

* Correct or remove links: validation issues

* Update casting-c-cx.md

* Update casting-c-cx.md

* add vs 17.0 improvement summary for STL (#3883)

* add vs 17.0 improvement summary for STL

* wordsmithing

* acrolinx

* acrolinx

* typo

* fix caps

* typo

Co-authored-by: TylerMSFT <[email protected]>

* update what's new in the docs (#3881)

* add what's new for Oct 2021

* acrolinx

* acrolinx

* tidy up

* update through date

* tidy up

* acrolinx

* typo

* Apply suggestions from PR review

Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Shannon Leavitt <[email protected]>

* change STL name

* Update install for VS2022

* Remove Preview text

* fix vs version (#3889)

Co-authored-by: TylerMSFT <[email protected]>

* Twhitney fix (#3891)

* fix vs version

* remove stray line

Co-authored-by: TylerMSFT <[email protected]>

* Twhitney fix (#3893)

* fix vs version

* remove stray line

* fix version #

* fix space

Co-authored-by: TylerMSFT <[email protected]>

* Remove the deprecation of IT instructions in the ARM ABI

Upstream ARM has undeprecated the use of IT instructions. There's
no formal announcement of the matter in itself, but the previous
deprecations are being removed from the official docs.

See https://reviews.llvm.org/D108679#2975603 for a discussion
on the matter.

* Update C26826.

Canonicalize core guidelines link.
Include version info.
Make Acrolinx happier.

* Update OS and Redistributable support for VS2022 (#3897)

* Address issues in recent PRs (#3898)

* Address issues in recent PRs

* Add C26826 to TOC

* Test indent

* Remove block format test

* Fix entity use in ATL text encoding doc

* Remove more HTML entities

* Remove more `&#42;` HTML entities

* Remove HTML entities for plus

* Remove HTML ehtities for hyphen

* Bulk fix: removing some HTML Entity codes (#3900)

* Try removing some HTML Entity codes

* Matchy matchy

* Add entity `&#8203;` to test

* Strip non-entity changes

* Fix typo

* Eliminate remaining hyphen entities

* Remove square bracket entities

* Remove even more square bracket entities

* Acrolinx

* Remove backslash and square bracket entities

Co-authored-by: Colin Robertson <[email protected]>
Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Kyle Reed <[email protected]>
Co-authored-by: Chai Wei Jie <[email protected]>
Co-authored-by: opbld15 <[email protected]>
Co-authored-by: PRMerger19 <[email protected]>
Co-authored-by: Laura Brenner <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
Co-authored-by: Andrea Courtright <[email protected]>
Co-authored-by: PRMerger15 <[email protected]>
Co-authored-by: opbld16 <[email protected]>
Co-authored-by: PRMerger8 <[email protected]>
Co-authored-by: dxgldotorg <[email protected]>
Co-authored-by: Anju Del Moral Gonzalez <[email protected]>
Co-authored-by: opbld17 <[email protected]>
Co-authored-by: Tyler Whitney <[email protected]>
Co-authored-by: Miya Natsuhara <[email protected]>
Co-authored-by: Kristine Toliver <[email protected]>
Co-authored-by: PRMerger7 <[email protected]>
Co-authored-by: Avraham <[email protected]>
Co-authored-by: Paula Miller <[email protected]>
Co-authored-by: Dmitry Kobets <[email protected]>
Co-authored-by: Weston McNamara <[email protected]>
Co-authored-by: Jose Rivero <[email protected]>
Co-authored-by: Beth Harvey <[email protected]>
Co-authored-by: PRMerger5 <[email protected]>
Co-authored-by: Red Team Rover <[email protected]>
Co-authored-by: Jeff Borsecnik <[email protected]>
Co-authored-by: mohammad-ghasemi-2549 <[email protected]>
Co-authored-by: Erika <[email protected]>
Co-authored-by: Atik Mapari (Lionbridge Technologies Inc) <[email protected]>
Co-authored-by: PRMerger Service account 2 <[email protected]>
Co-authored-by: Jaiganesh Kumaran <[email protected]>
Co-authored-by: PRMerger4 <[email protected]>
Co-authored-by: Shannon Leavitt <[email protected]>
Co-authored-by: PRMerger13 <[email protected]>
Co-authored-by: Martin Storsjö <[email protected]>
Co-authored-by: PRMerger12 <[email protected]>
opbld16 added a commit that referenced this pull request Nov 12, 2021
* finish descriptions

* fix more links

* smoothing out

* proofing

* add some better linking

* tune description

* update descriptions

* needed to update local-info-struct.md to reflect changes to descriptions for nonexistent and ambiguous

* add chrono functions

* rounding out duration links

* Add documentation for IntelliSense linter for C++ (#3821)

* Add first draft of linter check documentation

* WIP overview.

Signed-off-by: Kyle Reed <[email protected]>

* Update toc. First draft of the linter overview.

* Add screenshots, move files, code samples are stand-alone.

Signed-off-by: Kyle Reed <[email protected]>

* Style and Acrolinx grammar checker pass

* Add missing Options cues for checks

* Update to use latest option names

Co-authored-by: [email protected] <[email protected]>

* connecting duration up to it's non-member pieces and doing some general updates

* fix links

* cleanup

* Split out VS2019 content for linter (#3824)

* Update working-with-project-properties.md

* cleanup

* cleanup

* cleanup

* cleanup

* cleanup

* cleanup

* cleanup

* fix function signature

* fix line ending

* remove duplicate

* Address /profile issues per Paddy McD (#3834)

* Update download URLs to point to 2022 redists

* Fixed documentation that destroy dialogs

* Update void-cpp for cpp-docs 3441

Reported in MicrosoftDocs/cpp-docs/issues/3441
Clarify kinds of class member where you can't use `void*`.
Fix styles.
Acrolinx a few things.

* More clarity on void pointers to members

* zoned_traits (#3831)

* add zoned_traits

* draft clock_cast and clock_time_conversion

* first draft

* draft

* draft

* fix heading

* cleanup

* add tzdb and tzdb-list

* draft

* draft

* pull examples

* draft cleanup

* acrolinx

* draft cleanup

* draft cleanup

* incorp tech review

* tech review

* cleanup

* cleanup

* acrolinx

* fix casing

* add example descriptions

* wording

* last adjustments

* wording

Co-authored-by: TylerMSFT <[email protected]>

* Update 16.1 conformance per J Emmett

* Update docs/error-messages/compiler-errors-2/compiler-error-c2666.md

* draft

* acrolinx, links

* links

* Fix typo in page title

* acrolinx

* fix link

* Fix TOC schema before VS2022 changes

* cleanup the port

* add additional info

* Address 3449 typo in /analyze

* update see also

* Address 3462 add C5033 warning

* Include link update

* Typo

* Add TOC entry

* Update how-to-marshal-callbacks-and-delegates-by-using-cpp-interop.md

typo: underlaying -> underlying

* Fix typo in toc for tzdb_list

* fix github issue #3469 (#3852)

Co-authored-by: TylerMSFT <[email protected]>

* remove constexpr, prevent machine translation of code elements, and bring closer to current doc style (#3854)

* remove constexpr

* add remark

* acrolinx

* update casing

* cleanup

Co-authored-by: TylerMSFT <[email protected]>

* VS2022 update for what's new content

* Acrolinx update

* Fix validation, links, typos

* Revert a styling quirk on headers

* Validation error fix

* Acrolinx and validation fixes

* Conformance fix updates

* Add description for new warning C26826

* Add name clarification to new description

* Used more specific wording to avoid confusion

* Adding missing intrinsic.

* Fix intrinsic signature.

* Fix wrong argument type.

* Add headers, requirements

* VS2022 features, C17, walkthroughs (#3863)

* VS2022 features, C17, walkthroughs

* fix indentation to correct list step numbering

* fix indentation to correct list step numbering

* replace numbers with bold headings

Co-authored-by: Beth Harvey <[email protected]>

* tech review feedback

* cleanup

* Frontrun bulk fixes for VS2022

* Fixes #3484

* Docs/corob/cpp docs 3481 d8049 (#3865)

* Add D8049 error message

* Acrolinx tweak

* Update toc.yml

fix apparent typo in TOC

Co-authored-by: Jeff Borsecnik <[email protected]>

* More VS2022 non-bulk fixes. (#3867)

* Bulk update VS2022 content (#3860)

* Bulk fix to update msvc-160 and msvc-170

* Fix stray moniker tags

* incorp review

* update wording around closing the folder

* typos

* fix typo introduced while fixing typos...

* update formatting

* update steps and formatting

* Update working-with-resource-files.md

* Update symbols-resource-identifiers.md

* Update how-to-create-a-resource-script-file.md

If you right click on a class you can't add resources. You should right click on a project.

* started draft of STL conformance items

* Update CMake landing page (#3864)

* intro, installation, configure

* config notifications

* IDE integration

* Building CMake projects

* Debugging CMake projects

* Open an existing cache

* Edit CMakeLists.txt files

* Configure IntelliSense

* Troubleshooting, repro from CLI

* Switch 17/19 CLI sections

* edits

* Fix code block

* more edits

* move images from docs/media to docs/build/media

* Address feedback

* Fix link style

* Final edits

* fix spelling per Acrolinx

Co-authored-by: Beth Harvey <[email protected]>

* finished first cut at VS 2022 17.0 STL conformance updates

* Broken link fixed

* move lwg-3518 to a c++11 section

* De-emphasize codeplex archive

* Add gray border (#3876)

* tech review

* remove LWG-* entries

* Correct or remove links: validation issues

* Update casting-c-cx.md

* Update casting-c-cx.md

* add vs 17.0 improvement summary for STL (#3883)

* add vs 17.0 improvement summary for STL

* wordsmithing

* acrolinx

* acrolinx

* typo

* fix caps

* typo

Co-authored-by: TylerMSFT <[email protected]>

* update what's new in the docs (#3881)

* add what's new for Oct 2021

* acrolinx

* acrolinx

* tidy up

* update through date

* tidy up

* acrolinx

* typo

* Apply suggestions from PR review

Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Shannon Leavitt <[email protected]>

* change STL name

* Update install for VS2022

* Remove Preview text

* fix vs version (#3889)

Co-authored-by: TylerMSFT <[email protected]>

* Twhitney fix (#3891)

* fix vs version

* remove stray line

Co-authored-by: TylerMSFT <[email protected]>

* Twhitney fix (#3893)

* fix vs version

* remove stray line

* fix version #

* fix space

Co-authored-by: TylerMSFT <[email protected]>

* Remove the deprecation of IT instructions in the ARM ABI

Upstream ARM has undeprecated the use of IT instructions. There's
no formal announcement of the matter in itself, but the previous
deprecations are being removed from the official docs.

See https://reviews.llvm.org/D108679#2975603 for a discussion
on the matter.

* Update C26826.

Canonicalize core guidelines link.
Include version info.
Make Acrolinx happier.

* Update OS and Redistributable support for VS2022 (#3897)

* Address issues in recent PRs (#3898)

* Address issues in recent PRs

* Add C26826 to TOC

* Test indent

* Remove block format test

* Fix entity use in ATL text encoding doc

* Remove more HTML entities

* Remove more `&#42;` HTML entities

* Remove HTML entities for plus

* Remove HTML ehtities for hyphen

* Bulk fix: removing some HTML Entity codes (#3900)

* Try removing some HTML Entity codes

* Matchy matchy

* Add entity `&#8203;` to test

* Strip non-entity changes

* Fix typo

* Eliminate remaining hyphen entities

* Remove square bracket entities

* Remove even more square bracket entities

* Acrolinx

* Remove backslash and square bracket entities

* Remove underscore HTML entities, fix formatting (#3910)

* Remove underscore HTML entities, fix formatting

* Acrolinx

* Update _MSC_VER table with VS2022 RTW version.

* update for VS 2022

* update windows specific section with more appropriate screenshot

* acrolinx suggestion

Co-authored-by: TylerMSFT <[email protected]>
Co-authored-by: Colin Robertson <[email protected]>
Co-authored-by: Kyle Reed <[email protected]>
Co-authored-by: Chai Wei Jie <[email protected]>
Co-authored-by: opbld15 <[email protected]>
Co-authored-by: PRMerger19 <[email protected]>
Co-authored-by: Laura Brenner <[email protected]>
Co-authored-by: Courtney Wales <[email protected]>
Co-authored-by: Andrea Courtright <[email protected]>
Co-authored-by: PRMerger15 <[email protected]>
Co-authored-by: opbld16 <[email protected]>
Co-authored-by: PRMerger8 <[email protected]>
Co-authored-by: dxgldotorg <[email protected]>
Co-authored-by: Anju Del Moral Gonzalez <[email protected]>
Co-authored-by: opbld17 <[email protected]>
Co-authored-by: Tyler Whitney <[email protected]>
Co-authored-by: Miya Natsuhara <[email protected]>
Co-authored-by: Kristine Toliver <[email protected]>
Co-authored-by: PRMerger7 <[email protected]>
Co-authored-by: Avraham <[email protected]>
Co-authored-by: Paula Miller <[email protected]>
Co-authored-by: Dmitry Kobets <[email protected]>
Co-authored-by: Weston McNamara <[email protected]>
Co-authored-by: Jose Rivero <[email protected]>
Co-authored-by: Beth Harvey <[email protected]>
Co-authored-by: PRMerger5 <[email protected]>
Co-authored-by: Red Team Rover <[email protected]>
Co-authored-by: Jeff Borsecnik <[email protected]>
Co-authored-by: mohammad-ghasemi-2549 <[email protected]>
Co-authored-by: Erika <[email protected]>
Co-authored-by: Atik Mapari (Lionbridge Technologies Inc) <[email protected]>
Co-authored-by: PRMerger Service account 2 <[email protected]>
Co-authored-by: Jaiganesh Kumaran <[email protected]>
Co-authored-by: PRMerger4 <[email protected]>
Co-authored-by: Shannon Leavitt <[email protected]>
Co-authored-by: PRMerger13 <[email protected]>
Co-authored-by: Martin Storsjö <[email protected]>
Co-authored-by: PRMerger12 <[email protected]>
Co-authored-by: Daniel Jennings <[email protected]>
opbld17 pushed a commit that referenced this pull request Nov 15, 2021
opbld17 pushed a commit that referenced this pull request Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants