Commit becf78a
10/25/2021 AM Publish (#3859)
* draft
* updates
* draft content
* Change incorrect link for logical AND
This commit changes the link for logical AND from incorrectly linking to the bitwise AND to the correct logical AND.
* draft
* acrolinx and add to toc
* rename existing file back to original filename
* tech review
* fix code sample (#3676)
* fix code sample
* acrolinx
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
* Update fsanitize.md
* Add mention in asan-building and add fsanitize-coverage options.
* Expand /fsanitize=fuzzer description. Unify table format used on page.
* Reference fsanitize-coverage.md in toc + full option lists.
* Fix warnings
* every relevant edge
* Add OneFuzz mention
* Fix mistaken deletion in chrono.md
* Fpcontract docs (#3691)
* Update fp-specify-floating-point-behavior.md
Add details on /fp:contract flag
* Update float-control.md
Update float_control pragma behavior with respect to contractions.
* small update
* Update fenv-access.md
* Update fp-contract.md
* Update predefined-macros.md
* fix typo and PR comments
* leave definition of contractions
* Add /fp:contract to the main list
* fix line break
* Add link to fp:contract
* Add reference to fp:contract
* Call out changes by compiler version.
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
* Edit pass for i18n, grammar, and style
* Respond to feedback
* Add LibFuzzer link, consistency fixes
* 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++ (MicrosoftDocs#3821)
* Add first draft of linter check documentation
* WIP overview.
Signed-off-by: Kyle Reed <kylereed@microsoft.com>
* Update toc. First draft of the linter overview.
* Add screenshots, move files, code samples are stand-alone.
Signed-off-by: Kyle Reed <kylereed@microsoft.com>
* Style and Acrolinx grammar checker pass
* Add missing Options cues for checks
* Update to use latest option names
Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com>
* 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)
* 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 <Tyler.Whitney@microsoft.com>
* Update 16.1 conformance per J Emmett
* Update docs/error-messages/compiler-errors-2/compiler-error-c2666.md
* Fix typo in page title
* Fix TOC schema before VS2022 changes
* Address 3449 typo in /analyze
* 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 (MicrosoftDocs#3852)
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
* remove constexpr, prevent machine translation of code elements, and bring closer to current doc style (MicrosoftDocs#3854)
* remove constexpr
* add remark
* acrolinx
* update casing
* cleanup
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
* 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
Co-authored-by: Colin Robertson <corob@microsoft.com>
Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com>
Co-authored-by: Weston McNamara <westonfmcnamara@gmail.com>
Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com>
Co-authored-by: Steve Wishnousky <stwish@microsoft.com>
Co-authored-by: Gautham Beeraka <58992211+Gautham-Beeraka1@users.noreply.github.com>
Co-authored-by: Kyle Reed <kylereed@microsoft.com>
Co-authored-by: Chai Wei Jie <chai_weijie@hotmail.com>
Co-authored-by: opbld15 <opbld15@microsoft.com>
Co-authored-by: PRMerger19 <prmrgr19@microsoft.com>
Co-authored-by: Laura Brenner <90344170+laurabren@users.noreply.github.com>
Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com>
Co-authored-by: Andrea Courtright <74212614+v-andreaco@users.noreply.github.com>
Co-authored-by: PRMerger15 <prmrgr15@microsoft.com>
Co-authored-by: opbld16 <opbld16@microsoft.com>
Co-authored-by: PRMerger8 <prmrgr8@microsoft.com>
Co-authored-by: Anju Del Moral Gonzalez <judelmor@microsoft.com>
Co-authored-by: opbld17 <opbld17@microsoft.com>
Co-authored-by: Miya Natsuhara <46756417+mnatsuhara@users.noreply.github.com>
Co-authored-by: Kristine Toliver <ktoliver@users.noreply.github.com>
Co-authored-by: PRMerger7 <prmrgr7@microsoft.com>
Co-authored-by: Avraham <avreimale@gmail.com>
Co-authored-by: Paula Miller <v-paulmi@microsoft.com>1 parent 1fecdd9 commit becf78a
35 files changed
Lines changed: 3543 additions & 3120 deletions
File tree
- docs
- build
- reference
- code-quality
- error-messages
- compiler-errors-1
- tool-errors
- overview
- porting
- preprocessor
- sanitizers
- standard-library
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
172 | 173 | | |
173 | 174 | | |
174 | 175 | | |
| |||
Lines changed: 56 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
15 | 20 | | |
16 | 21 | | |
17 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
18 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
19 | 32 | | |
20 | 33 | | |
21 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
22 | 47 | | |
23 | 48 | | |
24 | 49 | | |
25 | 50 | | |
26 | 51 | | |
27 | 52 | | |
28 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
29 | 63 | | |
30 | 64 | | |
31 | 65 | | |
| |||
49 | 83 | | |
50 | 84 | | |
51 | 85 | | |
52 | | - | |
| 86 | + | |
53 | 87 | | |
54 | 88 | | |
55 | 89 | | |
| |||
63 | 97 | | |
64 | 98 | | |
65 | 99 | | |
66 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
67 | 114 | | |
68 | | - | |
69 | | - | |
70 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
71 | 120 | | |
72 | 121 | | |
73 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
| 21 | + | |
21 | 22 | | |
22 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | | - | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
36 | 49 | | |
37 | 50 | | |
38 | 51 | | |
| |||
52 | 65 | | |
53 | 66 | | |
54 | 67 | | |
| 68 | + | |
55 | 69 | | |
56 | 70 | | |
57 | 71 | | |
0 commit comments