Compare commits

..
Author SHA1 Message Date
Sergio Ramirez 294a751210 Adding additional parse checking logic to determine if idle state has no pending calls and finished workspace parsing, file parsing, and intellisense updates. 2026-04-23 13:55:35 -07:00
f6cc1fbd03 Cherry-picks and changelog update for 1.31.5 release (#14393)
* Bump @xmldom/xmldom from 0.8.11 to 0.8.12 in /Extension (#14340)

Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.8.11 to 0.8.12.
- [Release notes](https://github.com/xmldom/xmldom/releases)
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xmldom/xmldom/compare/0.8.11...0.8.12)

---
updated-dependencies:
- dependency-name: "@xmldom/xmldom"
  dependency-version: 0.8.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Set context flag for when C++ language server is activated (#14382)

The primary purpose of this is for this flag to be consumed by the C++ devtools extensions. This way the C++ specific Copilot tools will only appear in tools list and register when the C++ language server is actually activated.

* Update lodash. (#14350)

* Bump picomatch from 2.3.1 to 2.3.2 in /ExtensionPack (#14318)

Bumps [picomatch](https://github.com/micromatch/picomatch) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump picomatch from 2.3.1 to 2.3.2 in /.github/actions (#14319)

Bumps [picomatch](https://github.com/micromatch/picomatch) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sean McManus <[email protected]>

* Bump picomatch from 2.3.1 to 2.3.2 in /Themes (#14323)

Bumps [picomatch](https://github.com/micromatch/picomatch) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update picomatch. (#14324)

* Update brace-expansion v5. (#14325)

* Update brace-expansion and serialize-javascript. (#14328)

* Bump serialize-javascript from 7.0.4 to 7.0.5 in /.github/actions (#14332)

Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 7.0.4 to 7.0.5.
- [Release notes](https://github.com/yahoo/serialize-javascript/releases)
- [Commits](https://github.com/yahoo/serialize-javascript/compare/v7.0.4...v7.0.5)

---
updated-dependencies:
- dependency-name: serialize-javascript
  dependency-version: 7.0.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update brace-expansion for other folders (#14333)

* Update brace-expansion for other folders.

* Fix Reinstalling the Extension.md not being included. (#14390)

* Update for 1.31.5.

* Fix typo in changelog.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Raygoza <[email protected]>
2026-04-17 13:54:52 -07:00
Sean McManus e0bd199546 Fix typo in changelog. 2026-04-17 13:50:32 -07:00
Sean McManus bc914dc69c Update for 1.31.5. 2026-04-17 13:42:38 -07:00
Sean McManus b2f5c605c4 Fix Reinstalling the Extension.md not being included. (#14390) 2026-04-17 13:33:21 -07:00
Sean McManus d41e14fd86 Update brace-expansion for other folders (#14333)
* Update brace-expansion for other folders.
2026-04-17 13:32:51 -07:00
dependabot[bot] 35c0fd37e2 Bump serialize-javascript from 7.0.4 to 7.0.5 in /.github/actions (#14332)
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 7.0.4 to 7.0.5.
- [Release notes](https://github.com/yahoo/serialize-javascript/releases)
- [Commits](https://github.com/yahoo/serialize-javascript/compare/v7.0.4...v7.0.5)

---
updated-dependencies:
- dependency-name: serialize-javascript
  dependency-version: 7.0.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-17 13:32:27 -07:00
Sean McManus 99259bf194 Update brace-expansion and serialize-javascript. (#14328) 2026-04-17 13:32:04 -07:00
Sean McManus 10c1e1b606 Update brace-expansion v5. (#14325) 2026-04-17 13:31:37 -07:00
Sean McManus fcdb6efbab Update picomatch. (#14324) 2026-04-17 13:31:06 -07:00
dependabot[bot] bd5f6c0462 Bump picomatch from 2.3.1 to 2.3.2 in /Themes (#14323)
Bumps [picomatch](https://github.com/micromatch/picomatch) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-17 13:30:35 -07:00
dependabot[bot]andSean McManus 9c45e4d2bc Bump picomatch from 2.3.1 to 2.3.2 in /.github/actions (#14319)
Bumps [picomatch](https://github.com/micromatch/picomatch) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sean McManus <[email protected]>
2026-04-17 13:30:17 -07:00
dependabot[bot] 31f6b66e6b Bump picomatch from 2.3.1 to 2.3.2 in /ExtensionPack (#14318)
Bumps [picomatch](https://github.com/micromatch/picomatch) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-17 13:29:57 -07:00
Sean McManus 4404bf76a7 Update lodash. (#14350) 2026-04-17 13:27:28 -07:00
David Raygoza 133896eb4c Set context flag for when C++ language server is activated (#14382)
The primary purpose of this is for this flag to be consumed by the C++ devtools extensions. This way the C++ specific Copilot tools will only appear in tools list and register when the C++ language server is actually activated.
2026-04-17 13:26:21 -07:00
dependabot[bot] 376562ee75 Bump @xmldom/xmldom from 0.8.11 to 0.8.12 in /Extension (#14340)
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.8.11 to 0.8.12.
- [Release notes](https://github.com/xmldom/xmldom/releases)
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xmldom/xmldom/compare/0.8.11...0.8.12)

---
updated-dependencies:
- dependency-name: "@xmldom/xmldom"
  dependency-version: 0.8.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-17 13:25:03 -07:00
Sean McManusanddependabot[bot] 668b33c1e5 Cherry pick to resolve security warning (#14388)
* Bump axios from 1.13.6 to 1.15.0 in /.github/actions (#14365)

Bumps [axios](https://github.com/axios/axios) from 1.13.6 to 1.15.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.13.6...v1.15.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.15.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump follow-redirects from 1.15.11 to 1.16.0 in /.github/actions (#14376)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.11 to 1.16.0.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.11...v1.16.0)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-version: 1.16.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-16 15:40:35 -07:00
dependabot[bot] 6317e27e45 Bump follow-redirects from 1.15.11 to 1.16.0 in /.github/actions (#14376)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.11 to 1.16.0.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.11...v1.16.0)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-version: 1.16.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-16 15:33:53 -07:00
dependabot[bot] 223a3e2cbe Bump axios from 1.13.6 to 1.15.0 in /.github/actions (#14365)
Bumps [axios](https://github.com/axios/axios) from 1.13.6 to 1.15.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.13.6...v1.15.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.15.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-16 15:33:10 -07:00
Sean McManus 5b000d939b Merge pull request #14339 from microsoft/seanmcm/1_31_4_release
Update changelog for 1.31.4. (#14338)
2026-03-31 15:19:40 -07:00
Sean McManus b6b11027da Update changelog for 1.31.4. (#14338) 2026-03-31 15:18:17 -07:00
Sean McManus e22017f6df Merge pull request #14315 from microsoft/seanmcm/1_31_3_release2
Merge for 1.31.3 (again)
2026-03-23 12:06:23 -07:00
Sean McManus a2f6a72aed Merge branch 'main' into seanmcm/1_31_3_release2 2026-03-23 12:04:48 -07:00
Sean McManus e08377a353 Update changelog with recent fixes. (#14313) 2026-03-23 12:01:04 -07:00
dependabot[bot] 61421ea4fe Bump flatted from 3.4.1 to 3.4.2 in /Extension (#14304)
Bumps [flatted](https://github.com/WebReflection/flatted) from 3.4.1 to 3.4.2.
- [Commits](https://github.com/WebReflection/flatted/compare/v3.4.1...v3.4.2)

---
updated-dependencies:
- dependency-name: flatted
  dependency-version: 3.4.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-20 11:34:04 -07:00
Sean McManus 0608ecd86f Update flatted and fast-xml-parser. (#14303) 2026-03-20 11:12:36 -07:00
Sean McManus 593ed07c56 Merge pull request #14300 from microsoft/seanmcm/1_31_1_release2
Merge for 1.31.3 (2nd time)
2026-03-19 11:16:39 -07:00
Sean McManus 40f7455acd Merge branch 'main' into seanmcm/1_31_1_release2 2026-03-19 11:03:43 -07:00
Sean McManus ecdfabdd17 Update changelog and TPN. (#14298) 2026-03-19 11:01:20 -07:00
Sean McManus 6e96c3ea13 Remove console.debug calls. (#14296) 2026-03-18 17:26:24 +00:00
Sean McManus 4bb5b8a11f Update to 1ESPT-Windows2025. (#14295) 2026-03-18 10:25:58 -07:00
Sean McManus be8236fd80 Switch .github builds to use node 24 and the latest OS images (#14293)
* Switch to node 24.
* Also update the runner-env images.
2026-03-18 03:32:51 -07:00
Sean McManus c813ab5a99 Bootstrap yarn to fix/enable CFSClean3. (#14284) 2026-03-17 16:05:06 -07:00
Sean McManus 20cfc2bbef Update fast-xml-parser. (#14292) 2026-03-17 16:00:07 -07:00
Sean McManus adf4681ef8 Merge pull request #14291 from microsoft/seanmcm/1_31_3_release
Merge for 1.31.3
2026-03-17 14:13:30 -07:00
Sean McManus a53dac8bef Merge branch 'main' into seanmcm/1_31_3_release 2026-03-17 13:40:46 -07:00
Sean McManus 577a7b8361 Fix a changelog typo missed in the last PR. (#14290) 2026-03-17 13:36:02 -07:00
Sean McManus 7a4b4ddb37 Update changelog and version for 1.31.3. (#14288) 2026-03-17 13:26:35 -07:00
Sean McManus 04c60c288a Merge branch 'main' into seanmcm/1_31_3_release 2026-03-17 13:06:35 -07:00
Sean McManus 7fe4f030bd Upate @azure/msal-browser for the ExtensionPack. (#14286) 2026-03-17 18:16:44 +00:00
Sean McManus 3a4df8c003 Update flatted. It was already updated in the Extension folder. (#14285) 2026-03-17 11:09:39 -07:00
Sean McManus c9e571a889 Fix a yarn.lock mismatch. (#14282) 2026-03-16 15:57:42 -07:00
Sean McManus b0efdb5628 Update changelog for 1.31.2. (#14271)
* Update changelog for 1.31.2.
2026-03-16 11:25:12 -07:00
Sean McManus 886008ce84 Stop using yarn with extension pack (#14278)
* Use npm instead of yarn for the extension package vsix.
2026-03-16 11:20:36 -07:00
Sean McManus 9d161fb345 Update. (#14277) 2026-03-16 11:12:04 -07:00
dependabot[bot] 1a661ebd5b Bump undici from 6.23.0 to 6.24.0 in /.github/actions (#14275)
Bumps [undici](https://github.com/nodejs/undici) from 6.23.0 to 6.24.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v6.23.0...v6.24.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 6.24.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-13 19:06:19 -07:00
dependabot[bot]andSean McManus d84696e9a7 Bump undici from 7.22.0 to 7.24.0 in /Themes (#14274)
Bumps [undici](https://github.com/nodejs/undici) from 7.22.0 to 7.24.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v7.22.0...v7.24.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 7.24.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sean McManus <[email protected]>
2026-03-13 17:50:54 -07:00
dependabot[bot]andSean McManus de84f488f2 Bump undici from 7.22.0 to 7.24.0 in /ExtensionPack (#14273)
Bumps [undici](https://github.com/nodejs/undici) from 7.22.0 to 7.24.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v7.22.0...v7.24.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 7.24.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sean McManus <[email protected]>
2026-03-13 17:44:51 -07:00
dependabot[bot] a9609ef47b Bump undici from 7.22.0 to 7.24.0 in /Extension (#14272)
Bumps [undici](https://github.com/nodejs/undici) from 7.22.0 to 7.24.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v7.22.0...v7.24.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 7.24.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-13 17:20:35 -07:00
Rohan Santhosh Kumarandrohan436 e83f362050 docs: remove duplicate word in developer readme (#14266)
Co-authored-by: rohan436 <[email protected]>
2026-03-12 03:35:31 -07:00
Sean McManus 38e074451a Fix warning "Cannot find" instead of "Path is not a file" for compilerPath. (#14265) 2026-03-11 11:08:50 -07:00
Sean McManus a651e53430 Update serialize-javascript. (#14262)
* Update serialize-javascript.
2026-03-10 18:24:01 -07:00
Sean McManus fa71378712 Merge pull request #14252 from microsoft/seanmcm/updateRelease_1_31_1
Update release with 1.31.1 (to enable a release build for compliance checks)
2026-03-10 16:02:43 -07:00
Sean McManus 36a78e89e1 Merge branch 'main' into seanmcm/updateRelease_1_31_1 2026-03-10 14:13:04 -07:00
Sean McManus 304b92419f Add CFSClean2. (#14253)
* Add CFSClean2.
2026-03-10 17:20:31 +00:00
Sean McManus 5aaa9197c2 Update changelog a 2nd time for 1.31.1. (#14256)
* Update changelog a 2nd time for 1.31.1.
2026-03-10 17:19:31 +00:00
Sean McManus c239d6b162 Change fs.existsSync to check[File|Directory]ExistsSync for cases where it matters. (#14258) 2026-03-10 10:18:42 -07:00
Sean McManus a66064beef Update TPN for 1.31.1. (#14254) 2026-03-09 16:44:33 -07:00
Sean McManus 364ba2789c Change the version to 1.30.5 to block publishing via skip-duplicate 2026-03-09 12:30:41 -07:00
Sean McManus 8d5fc737b1 Merge branch 'main' into seanmcm/updateRelease_1_31_1 2026-03-09 12:09:12 -07:00
Sean McManus b3c1b117c2 Add more CFSClean to pipelines. (#14245)
* Add more CFSClean to pipelines.
* Add --skip-duplicate.
2026-03-05 18:11:34 -08:00
Sean McManus a38624d1ef Add @vscode/vsce. (#14243) 2026-03-05 09:12:10 -08:00
Sean McManus 2c26037f43 Update changelog and version for 1.31.1 (#14239)
* Update changelog and version for 1.31.1
2026-03-04 18:04:42 -08:00
Sean McManus 1172405856 Merge pull request #14238 from microsoft/seanmcm/cherryPicka5d00e31230bdad1d171d1fd1421ac97fa77b275
Switch vsix packing to use Nuget.config (#14209)
2026-03-04 16:55:47 -08:00
Sean McManus b013b10b64 Switch vsix packing to use Nuget.config (#14209)
* Add a NuGet.config file
2026-03-04 15:38:01 -08:00
Sean McManus 318f7058b0 Update .github/actions dependencies. (#14237) 2026-03-04 23:31:52 +00:00
Sean McManus 8cadd2dac8 Update TPN for 1.31.1. (#14236) 2026-03-04 15:29:12 -08:00
Sean McManus c5fe03c8e6 Update loc. (#14232) 2026-03-04 03:01:19 +00:00
Sean McManus df350e6552 Update msvc versions. (#14231) 2026-03-04 03:00:54 +00:00
Sean McManus a8cb5375e9 Update to clang-tidy 22. (#14230) 2026-03-03 18:34:08 -08:00
Sean McManus 40e39acb0e Revert the shell-quote update. (#14229) 2026-03-02 16:56:15 -08:00
Sean McManus 8ff42d0d00 Update more dependencies. (#14224)
* Update more dependencies.
2026-03-02 21:25:38 +00:00
Sean McManus 597f29c39a Update licenses. (#14225) 2026-03-02 13:24:45 -08:00
dependabot[bot] fc048916c0 Bump minimatch in /.github/actions (#14222)
Bumps  and [minimatch](https://github.com/isaacs/minimatch). These dependencies needed to be updated together.

Updates `minimatch` from 3.1.2 to 3.1.5
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.5)

Updates `minimatch` from 5.1.6 to 5.1.9
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.5)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 3.1.5
  dependency-type: indirect
- dependency-name: minimatch
  dependency-version: 5.1.9
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-27 11:46:34 -08:00
Sean McManus 6de78e2d05 Update ajv. (#14221) 2026-02-27 19:31:47 +00:00
Sean McManus 6bddc0fb58 Update minimatch again. (#14219) 2026-02-27 11:31:06 -08:00
Sean McManus e0cf47d749 Update minimatch. (#14217) 2026-02-25 16:20:04 -08:00
dependabot[bot] adb6bcf8d5 Bump fast-xml-parser and @aws-sdk/xml-builder in /.github/actions (#14214)
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) and [@aws-sdk/xml-builder](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages-internal/xml-builder). These dependencies needed to be updated together.

Updates `fast-xml-parser` from 5.3.4 to 5.3.6
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.4...v5.3.6)

Updates `@aws-sdk/xml-builder` from 3.972.4 to 3.972.5
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages-internal/xml-builder/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/HEAD/packages-internal/xml-builder)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-version: 5.3.6
  dependency-type: indirect
- dependency-name: "@aws-sdk/xml-builder"
  dependency-version: 3.972.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-25 11:04:32 -08:00
dependabot[bot] e80bd3b0d1 Bump minimatch from 4.2.3 to 4.2.4 in /Extension (#14213)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 4.2.3 to 4.2.4.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v4.2.3...v4.2.4)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 4.2.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-24 18:50:52 -08:00
Sean McManus a5d00e3123 Switch vsix packing to use Nuget.config (#14209)
* Add a NuGet.config file
2026-02-23 13:35:42 -08:00
Sean McManus b977587cb1 Update the C/C++ extension pack to 1.5.1. (#14203) 2026-02-19 14:06:28 -08:00
Sean McManus ca81d009fd Fix signing for extension pack and themes extensions. (#14202)
* Fix signing for extension pack and themes extensions.
* Fix README.md
2026-02-19 12:45:49 -08:00
Bob Brown 5bbac4e637 update the url for the privacy statement (#14198) 2026-02-18 14:37:56 -08:00
Sean McManus ea1fbea183 Update changelog for 1.31.0. (#14195)
* Update changelog for 1.31.0.
2026-02-18 14:36:46 -08:00
Subham f681142c40 feat: Support program parameter in attach configurations (#14046) (#14108)
* feat: support program parameter in attach configs
2026-02-18 14:34:48 -08:00
Bob Brown 1cd186b3f3 co-install the new C++ Dev Tools extension (#14197) 2026-02-18 12:09:35 -08:00
dependabot[bot] e23c41835d Bump fast-xml-parser and @aws-sdk/xml-builder in /.github/actions (#14182)
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) and [@aws-sdk/xml-builder](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages-internal/xml-builder). These dependencies needed to be updated together.

Updates `fast-xml-parser` from 5.3.3 to 5.3.4
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.3...v5.3.4)

Updates `@aws-sdk/xml-builder` from 3.972.2 to 3.972.4
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages-internal/xml-builder/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/HEAD/packages-internal/xml-builder)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-version: 5.3.4
  dependency-type: indirect
- dependency-name: "@aws-sdk/xml-builder"
  dependency-version: 3.972.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-11 17:27:22 -08:00
Sean McManus d9fe0c8874 Update webpack. (#14180)
* Update webpack.
2026-02-11 17:18:50 -08:00
dependabot[bot] 5ad75b4445 Bump axios from 1.13.4 to 1.13.5 in /.github/actions (#14179)
Bumps [axios](https://github.com/axios/axios) from 1.13.4 to 1.13.5.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.13.4...v1.13.5)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.13.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-11 13:18:17 -08:00
Ben McMorranandSean McManus 11b63666c5 Check unified Copilot API before legacy API (#14167)
Co-authored-by: Sean McManus <[email protected]>
2026-02-09 11:00:21 -08:00
Sean McManus c6ff700da2 Update changelog for 1.30.5 (#14171) (#14172)
* Update changelog for 1.30.5.
2026-02-06 15:13:39 -08:00
Sean McManus 936e7e3b15 Update changelog for 1.30.5 (#14171)
* Update changelog for 1.30.5.
2026-02-06 15:11:58 -08:00
Sean McManus 920997d1d8 Update changelog for 1.30.5 (#14171)
* Update changelog for 1.30.5.
2026-02-06 15:10:25 -08:00
Sean McManus 05d57e1c3c Update eslint from 8 to 9. (#14157)
* Update eslint from 8 to 9.
2026-02-05 14:20:32 -08:00
Sean McManus e7e2e3983f Merge pull request #14166 from microsoft/main
Update changelog and version for 1.30.4. (#14165)
2026-02-03 11:28:43 -08:00
Sean McManus 19a86b5d2a Update changelog and version for 1.30.4. (#14165) 2026-02-03 11:25:30 -08:00
Sean McManus 80a6d16f83 Merge pull request #14153 from microsoft/seanmcm/1_30_3_release
Merge for 1.30.3 (release)
2026-01-29 17:55:46 -08:00
Sean McManus e5a976f229 Merge branch 'main' into seanmcm/1_30_3_release 2026-01-29 17:34:25 -08:00
Sean McManus 980cccb1ce Update the changelog for 1.30.3. (#14152) 2026-01-29 17:31:38 -08:00
Sean McManus c3b4190601 Update IntelliSense loc strings. (#14151) 2026-01-29 14:04:13 -08:00
Sean McManus ea2540f7f0 Update GitHub Actions. (#14149) 2026-01-29 13:03:19 -08:00
Sean McManus 4015e0fc29 Update sinon and diff. (#14148) 2026-01-29 08:18:04 -08:00
Sean McManus 4221a90ee1 Update changelog and version for 1.30.2 (#14146)
* Update changelog for 1.30.2.
* Add a missing TPN entry.
2026-01-23 13:18:50 -08:00
Sean McManus f8624937ef Fix locked string for c_cpp.configuration.autocomplete.markdownDescription (#14136)
* Fix locked string for c_cpp.configuration.autocomplete.markdownDescription
2026-01-14 17:59:04 -08:00
Sean McManus 9771ca6fb1 Update changelog for 1.30.1 (#14133)
* Update changelog for 1.30.1
2026-01-12 11:40:24 -08:00
Sean McManus 66fd5af437 Update IntelliSense loc strings. (#14131) 2026-01-09 11:39:31 -08:00
Ben McMorran bdb77c0bcf Fix Copilot hover model selection (#14113) 2025-12-18 15:11:01 -08:00
Sean McManus bb42f2f56d Update changelog for 1.30.0. (#14106) 2025-12-12 16:38:18 -08:00
Sean McManus 70fbfd71e1 Merge pull request #14095 from microsoft/seanmcm/1_29_3_release
Cherry-picks for 1.29.3
2025-12-08 16:12:24 -08:00
Sean McManus 5b3b56c694 Update changelog for 1.29.3. (#14093)
* Update changelog for 1.29.3.
2025-12-08 15:22:01 -08:00
Bob Brown 777ff002f1 Don't require NETFXSDKDir for msvc environment test (#14088) 2025-12-08 15:21:24 -08:00
Sean McManus bc477d360a Update changelog for 1.29.3. (#14093)
* Update changelog for 1.29.3.
2025-12-08 15:12:48 -08:00
Sean McManus 5a4be2c7d3 Resolve ${userHome} in settings. (#14090) 2025-12-05 17:59:02 -08:00
Bob Brown 4d6f27df02 Don't require NETFXSDKDir for msvc environment test (#14088) 2025-12-05 10:22:00 -08:00
Sean McManus 802b46011a Fix commentContinuationPatterns if they're a prefix of a later one. (#14082)
* Fix commentContinuationPatterns if they're a prefix of a later one.
2025-12-05 09:15:12 -08:00
Sean McManus 3a458aa99d Fix C_Cpp.commentContinuationPattern settings change. (#14080) 2025-12-05 09:09:28 -08:00
Bob Brownanddinhtam2c 6559cc2af0 Fix custom comment continuation for multiple follow-up lines (#14076)
* Fix custom comment continuation for multiple follow-up lines (#14074)

* Add a unit test for the scenario

* formatting hasn't been done on this file yet. Match the existing style.

---------

Co-authored-by: dinhtam2c <[email protected]>
2025-12-05 09:03:52 -08:00
Bob Brown 8de8679b3e Merge pull request #14075 from microsoft/revert-14074-fix/comment-continuation-pattern
Revert "Fix custom comment continuation for multiple follow-up lines"
2025-12-02 18:49:08 +00:00
Bob Brown e02269ba89 Revert "Fix custom comment continuation for multiple follow-up lines (#14074)"
This reverts commit 7852d4587c.
2025-12-02 10:03:40 -08:00
dinhtam2c 7852d4587c Fix custom comment continuation for multiple follow-up lines (#14074) 2025-12-02 09:57:50 -08:00
a1cb1d8bec Merge for 1.29.2 (#14072)
* put standard library file associations in package.json (#14002)

* Fix incorrect comma in settings string. (#14005)

* Update IntelliSense strings (translations are available yet). (#14020)

* Enable setting the VS dev environment without running from Dev Command Prompt (#13571)

* For VS 18.0 and above, use "Insiders" instead of "Preview" (#14022)

* Adding telemetry for devcmd environment usage (#14023)

* Update changelog and version for 1.29.0. (#14028)

* Update changelog and version for 1.29.0.

* Update TPN. (#14029)

* Update changelog (2nd time). (#14032)

* Update IntelliSense loc strings. (#14038)

* Update localization (#14039)

* Localization - Translated Strings

* Some fixes.

* Remove \t.

---------

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

* Update the msvc version to 1950. (#14042)

* Retry build files task in cg.yml (#14043)

* Retry build files.

* Update changelog for 1.29.1. (#14058)

* Bump js-yaml from 4.1.0 to 4.1.1 in /Extension (#14060)

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update js-yaml for github actions. (#14061)

* Fix typo "no_suitable_complier" in nativeStrings.json (#14064)

* Update changelog and verison for 1.29.2. (#14070)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Bob Brown <[email protected]>
Co-authored-by: csigs <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dhruvil Shah <[email protected]>
2025-12-01 18:13:44 -08:00
Sean McManus e10273d4a5 Merge branch 'main' into seanmcm/1_29_2_release 2025-12-01 17:21:30 -08:00
Sean McManus 9ccb63f177 Update changelog and verison for 1.29.2. (#14070) 2025-12-01 17:19:13 -08:00
Dhruvil Shah dbb3e72e80 Fix typo "no_suitable_complier" in nativeStrings.json (#14064) 2025-11-25 14:04:26 -08:00
Sean McManus 4642371880 Update js-yaml for github actions. (#14061) 2025-11-21 09:13:46 -08:00
dependabot[bot] 756b1aa47b Bump js-yaml from 4.1.0 to 4.1.1 in /Extension (#14060)
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-20 15:19:58 -08:00
Sean McManus fcf11debc3 Update changelog for 1.29.1. (#14058) 2025-11-20 13:47:01 -08:00
Sean McManus cf5de9cadf Retry build files task in cg.yml (#14043)
* Retry build files.
2025-11-13 08:49:26 -08:00
Sean McManus 4aadfda399 Update the msvc version to 1950. (#14042) 2025-11-12 13:02:49 -08:00
Sean McManusandcsigs 666bc4d703 Update localization (#14039)
* Localization - Translated Strings

* Some fixes.

* Remove \t.

---------

Co-authored-by: csigs <[email protected]>
2025-11-10 17:18:36 -08:00
Sean McManus fdd100d0cd Update IntelliSense loc strings. (#14038) 2025-11-10 13:28:07 -08:00
Sean McManus 544c672e60 Update changelog (2nd time). (#14032) 2025-11-03 11:17:59 -08:00
Sean McManus 80dbf491cf Update TPN. (#14029) 2025-11-03 10:42:52 -08:00
Sean McManus 1a5fdd19ed Update changelog and version for 1.29.0. (#14028)
* Update changelog and version for 1.29.0.
2025-10-31 17:50:30 -07:00
Bob Brown 361139fc67 Adding telemetry for devcmd environment usage (#14023) 2025-10-30 09:17:52 -07:00
Bob Brown cf9f23d081 For VS 18.0 and above, use "Insiders" instead of "Preview" (#14022) 2025-10-30 09:02:02 -07:00
Bob Brown bebf2245af Enable setting the VS dev environment without running from Dev Command Prompt (#13571) 2025-10-29 16:04:51 -07:00
Sean McManus 11ea1e29d9 Update IntelliSense strings (translations are available yet). (#14020) 2025-10-29 14:07:55 -07:00
Sean McManus feee0c63db Fix incorrect comma in settings string. (#14005) 2025-10-16 23:40:51 +00:00
Bob Brown a2cc5d7de7 put standard library file associations in package.json (#14002) 2025-10-16 13:42:47 -07:00
Sean McManus 0ae864f1d7 Merge pull request #14003 from microsoft/main
Merge for 1.28.3 (release)
2025-10-15 11:59:21 -07:00
Sean McManus dc1cdecdbd Update changelog for 1.28.3. (#14001) 2025-10-15 09:00:05 -07:00
Sean McManus fe0c873609 Update changelog. (#13996) 2025-10-13 14:06:55 -07:00
Sean McManus 497c341163 Remove llvm from cgmanifest. (#13994) 2025-10-13 09:34:39 -07:00
Sean McManus 58e66e8aac Merge pull request #13992 from microsoft/main
Merge for 1.28.2
2025-10-10 11:42:29 -07:00
Sean McManus eb8afeda81 Update changeling and version for 1.28.2 (#13990)
* Update changelog and version for 1.28.2.
2025-10-09 20:26:43 -07:00
Bob Brown 358f70c0ec Fix some invalid assumptions for tasks (#13989) 2025-10-09 10:16:58 -07:00
Sean McManus 856a6dc965 Update changleog (2nd time). (#13981)
* Update changlog (2nd time).
2025-10-06 14:00:05 -07:00
Sean McManus 40590bbc68 Update changelog for 1.28.1. (#13977) 2025-10-03 15:12:18 -07:00
Sean McManus 46204dcbf8 Add telemetry to check for potential cases of blocked activation. (#13973)
* Add telemetry to check for potential cases of blocked activation.
2025-10-01 07:35:24 -07:00
Sean McManus 0de153454a Fix infinite ssh config file include processing. (#13971)
* Fix infinite ssh config file processing.
2025-09-30 13:25:38 -07:00
Bob Brown b75cbb36d3 Enable signing for Themes and ExtensionPack (#13969) 2025-09-29 15:20:53 -07:00
Sean McManus a6a238f113 Update changelog and version for 1.28.0. (#13963)
* Update changelog and version for 1.28.0.
2025-09-24 15:39:14 -07:00
Sean McManus d6b46dc91f Update to clang-tidy 21. (#13946) 2025-09-23 04:23:36 -07:00
Bob Brown 6d9308229e pre-release check crashes when response is not properly formed. (#13955) 2025-09-22 11:43:46 -07:00
Sean McManus 5855d98e55 Add windowsErrorReportingMode translation (#13948)
* Localization - Translated Strings
* Fix.
2025-09-19 11:38:04 -07:00
Sean McManus 2bc677df47 Fix broken schema link. (#13951) 2025-09-19 10:36:43 -07:00
Sean McManus cf11bb5666 Merge pull request #13944 from microsoft/seanmcm/1_27_7_release
Merge for 1.27.7
2025-09-17 15:54:37 -07:00
Sean McManus 777af10222 Fix bad merge. 2025-09-17 15:39:28 -07:00
Sean McManus ca3dcdbc8f Merge branch 'main' into seanmcm/1_27_7_release 2025-09-17 15:36:38 -07:00
Sean McManus 5f7fad11e4 Minor fix to changelog. (#13942) 2025-09-17 15:18:22 -07:00
Sean McManus 81568ea16f Update changelog and version for 1.27.7. (#13939) 2025-09-17 15:04:54 -07:00
Sean McManus 7ba7e07586 Update changelog and version for 1.27.6. (#13934) 2025-09-15 16:30:10 -07:00
Sean McManus e4a9ddb261 Add windowsErrorReportingMode. (#13929)
* Add windowsErrorReportingMode.
2025-09-15 11:33:00 -07:00
dependabot[bot] b454c98a40 Bump axios from 1.8.2 to 1.12.1 in /.github/actions (#13932)
Bumps [axios](https://github.com/axios/axios) from 1.8.2 to 1.12.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.8.2...v1.12.1)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.12.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-15 07:56:19 -07:00
Sean McManus 73162a59aa Update loc for 1.27.6 (#13926)
* Localization - Translated Strings
* Fix.
2025-09-11 20:06:18 -07:00
Colen Garoutte-Carson 212fc37050 Removed some redundant code related to revealIfOpen setting (#13922) 2025-09-11 11:28:02 -07:00
Dirk Bäumer 15dac4338c A non awaiting version of the context provider registration code. (#13924) 2025-09-11 08:26:35 -07:00
Sean McManus c101b677c4 Update changelog for 1.27.5. (#13920) 2025-09-10 11:22:34 -07:00
Sean McManus ff2fb7eb65 Merge pull request #13919 from microsoft/seanmcm/1_26_5_release
Cherry-pick for 1.26.5
2025-09-10 09:01:57 -07:00
Sean McManus a1fa61e73f Update changelog and version for 1.26.5. 2025-09-10 08:43:37 -07:00
Dirk Bäumer 42f7302d6b Wait maximum 3 seconds for the Copilot chat extension to activate. (#13918) 2025-09-10 08:36:00 -07:00
Dirk Bäumer 2f0efe9055 Wait maximum 3 seconds for the Copilot chat extension to activate. (#13918) 2025-09-10 08:34:41 -07:00
Sean McManus d7d5aaf84d Add another changelog entry. (#13912) 2025-09-09 10:22:04 -07:00
Colen Garoutte-Carson 0bd5350af6 Fix hang due to config provider timeout (#13909) 2025-09-08 15:56:27 -07:00
Sean McManus d0e089cd71 Update changelog and version for 1.27.4. (#13901)
* Update changelog and version for 1.27.4.
2025-09-05 16:35:05 -07:00
Sean McManus af326bd298 Merge pull request #13900 from microsoft/seanmcm/1_26_4_release
1.26.4 release
2025-09-05 16:16:37 -07:00
Colen Garoutte-Carson 293e77a863 Fix issue with crash recovery trying to send didOpen before client is started (#13902) 2025-09-05 14:54:04 -07:00
Sean McManus b50bf604fd Remove / from the message since it seems to cause it to be dropped. (#13899) 2025-09-05 09:56:16 -07:00
Sean McManus f4f3d8ca8b Add more state info to cpptools crash logging. (#13888)
* Add more state info to cpptools crash logging.
2025-09-05 09:55:45 -07:00
Sean McManus 303b838a41 Update changelog and version for 1.26.4 2025-09-05 04:34:59 -07:00
Dirk Bäumer 36cea36784 Register the CPP context provider with Copilot Chat as well. (#13877)
* Register context provider API with copilot chat as well.
2025-09-05 04:34:28 -07:00
Sean McManus c77712b1f4 Remove / from the message since it seems to cause it to be dropped. (#13899) 2025-09-04 13:21:00 -07:00
Sean McManus 854fecf0ea Update changelog and version for 1.27.3. (#13894)
* Update changelog and version for 1.27.3.
2025-09-02 15:51:50 -07:00
Bob Brown 968332d3c1 Warn users about too many files processed in the workspace (#13889) 2025-09-02 14:36:34 -07:00
Sean McManus 9f04a5e905 Add more state info to cpptools crash logging. (#13888)
* Add more state info to cpptools crash logging.
2025-09-02 13:07:54 -07:00
Bob Brown 6479acdb78 Fix for input delays when editing c_cpp_properties.json (#13878) 2025-08-28 15:35:07 -07:00
Dirk Bäumer eb6d6abf86 Register the CPP context provider with Copilot Chat as well. (#13877)
* Register context provider API with copilot chat as well.
2025-08-26 19:05:29 -07:00
Sean McManus 72f7192e9b Fix broken doc link. (#13873) 2025-08-22 10:55:09 -07:00
Sean McManus 322b16ef24 Fix changelog version. (#13870) 2025-08-21 16:07:21 -07:00
Sean McManus 667f09c360 Update changelog and version. (#13868) 2025-08-21 14:51:33 -07:00
Sean McManus d9af43b95c Update changelog for 1.27.1. (#13855) 2025-08-18 13:32:03 -07:00
Sean McManus 33d169f0fa Localization - Translated Strings (#13854) 2025-08-18 12:50:21 -07:00
Sean McManus eabe5007db Process sigCode and sigAddr for crashes. (#13848)
* Process sigCode and sigAddr for crashes.
* Change to handle early crash file creation.
2025-08-14 16:48:52 -07:00
Sean McManus c6c2208c0e Minor TPN updates. (#13834) 2025-08-06 18:42:41 -07:00
Sean McManus 1760cdd4c4 Update changelog again. (#13831)
* Update changelog again.
2025-08-06 17:12:35 -07:00
Sean McManus c4aac33c13 Fix activation failure when c_cpp_properties.json can't be opened. (#13832)
* Fix activation failure when c_cpp_properties.json can't be opened.
2025-08-06 17:11:46 -07:00
dependabot[bot]andSean McManus a32255425d Bump tmp from 0.2.3 to 0.2.4 in /Extension (#13825)
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.3 to 0.2.4.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.3...v0.2.4)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 0.2.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sean McManus <[email protected]>
2025-08-06 10:38:19 -07:00
Luca 43a786ea6c fix #13818 (#13824) 2025-08-06 10:31:01 -07:00
Sean McManus 84abc3ad32 Handle .txx/tpp headers. (#13811)
* Handle .txx headers.

* Add tpp too.
2025-08-05 10:58:50 -07:00
Bob Brown b65fc9f1cb Enable CG trigger on insiders branch 2025-08-04 14:01:26 -07:00
Bob Brown 6ab5092971 fixing formatting (#13810) 2025-08-04 11:58:12 -07:00
Colen Garoutte-Carson 7c4bc0772b Revert didOpen changes in favor of adding encoding to didChangeVisibleTextEditors (#13802) 2025-08-01 16:37:19 -07:00
Sean McManus 2eb2c422d1 Update form-data. (#13800)
* Update form-data.
2025-08-01 12:04:29 -07:00
Sean McManus f94a744108 Update changelog for 1.27.0 (2nd time). (#13795)
* Update changelog for 1.27.0 (2nd time).
2025-07-31 17:51:46 -07:00
Sean McManus 809e064075 Fix loc for the miDebuggerServerAddress change. (#13797) 2025-07-31 16:56:50 -07:00
Sean McManus 5974720601 Remove "exceptions" from quoteArgs. (#13796) 2025-07-30 17:18:34 -07:00
Matt 83ba41606c Makes remote attach picker respect the pipeTransport.quoteArgs config… (#13794)
* Makes remote attach picker respect the pipeTransport.quoteArgs configuration
* fixes linter error - don't compare boolean value to a boolean
2025-07-30 17:13:35 -07:00
Sean McManus 33bdfeb2e1 Update IntelliSense loc strings. (#13793) 2025-07-30 12:08:46 -07:00
Sean McManus 19e68d1f8d Try to fix the Windows builds. (#13788) 2025-07-30 04:23:40 -07:00
Colen Garoutte-Carson 79fe240863 Enable string length encoding fix in cpptools (#13769) 2025-07-29 11:52:55 -07:00
Joshua Goins a637321374 Fix the description of debugServerPath (#13778)
This mentions the non-existent miDebugServerAddress, but the
correct name is actually miDebuggerServerAddress.
2025-07-22 19:23:47 -07:00
Sean McManus a9ec333842 Update changelog for 1.27.0 (#13757)
* Update changelog for 1.27.0.
* Update TPN.
2025-07-11 18:55:52 -07:00
Sean McManus 507ddfc2cc Update IntelliSense loc strings. (#13756)
* Update IntelliSense loc strings.
2025-07-11 18:50:12 -07:00
Bob Brown 712d3e552b update brace-expansion in github actions folder (#13752) 2025-07-09 12:56:02 -07:00
Colen Garoutte-Carson 79c6f7fb0a Fix issue with lost edits in config UI (#13746) 2025-07-07 14:07:30 -07:00
Sean McManusandcsigs 3bdc8c52de Update localization (#13739)
* Localization - Translated Strings

---------

Co-authored-by: csigs <[email protected]>
2025-07-02 11:42:18 -07:00
Garrett Campbell c8c5b67f18 Update cg.yml (#13727) 2025-06-24 12:47:20 -07:00
Sean McManus e4f859dd56 Merge pull request #13718 from microsoft/main
Merge for 1.26.3 release
2025-06-18 19:14:47 -07:00
Sean McManus df70e44d45 Update changelog and version for 1.26.3. (#13717)
* Update changelog and version for 1.26.3.
2025-06-18 16:01:37 -07:00
Sean McManus ef21f09501 Update changelog for 1.26.2. (#13712) 2025-06-18 13:45:13 -07:00
Sean McManus 80c73b36a9 Update to 7.1.1. (#13709)
* Update to 7.1.1.
2025-06-18 13:24:22 -07:00
Sean McManusandcsigs ff14ee60ee Localization - Translated Strings (#13710)
Co-authored-by: csigs <[email protected]>
2025-06-18 11:02:53 -07:00
Sean McManus 9bd3250477 Loc fixes. (#13707) 2025-06-17 17:59:58 -07:00
Sean McManus 9d0fc56fc4 Update to vscode-cpptools 7.0.3 (#13701)
* Update to vscode-cpptools 7.0.3
2025-06-17 14:56:42 -07:00
Sean McManus 5f7306357a Update IntelliSense loc strings. (#13706) 2025-06-17 14:46:18 -07:00
Sean McManus fb903f6a1b Fix a minor issue with the yarn.lock. (#13700) 2025-06-13 19:53:21 -07:00
Sean McManus bd97021284 Apply mergeConfigurations for browse.path, auto-update the config, and avoid accumulating old configs (#13678)
* Apply mergeConfigurations for browse.path.
* Fix a bug with old merge properties being added.
2025-06-13 15:07:35 -07:00
Sean McManus ad8c3d8947 Update the brace-expansion dependencies. (#13694) 2025-06-13 14:15:46 -07:00
Bob Brown 3d0ef7e6bf Remove old entries from changelog (#13686) 2025-06-11 11:58:44 -07:00
Sean McManus 3fc041daf6 Remove "ada" from the vsdbg langauge lists. (#13671) 2025-06-05 10:54:39 -07:00
Sean McManus fb8688a7d7 Update loc (#13670)
* Localization - Translated Strings
* Manually fix 4 cases (I plan to file bugs tomorrow).
2025-06-05 10:53:29 -07:00
Sean McManus cd8dbf8e44 Fix stopAtEntry, sourceFileMap, processId. (#13654) 2025-05-29 14:55:22 -07:00
Sean McManus 845205407d Fix a couple loc issues. (#13650) 2025-05-29 10:20:08 -07:00
Sean McManus ca78565dd0 Lock the PATH variable which was incorrectly being translated. (#13649) 2025-05-28 17:25:18 -07:00
Sean McManus 266f2d7f88 Remove the .type.descriptions since they don't seem to have any effect. (#13648) 2025-05-28 17:00:51 -07:00
heartacker 8ca1c45fc8 fix typo (#13630)
1.26.0->1.26.1
2025-05-22 18:37:03 -07:00
Sean McManus 07de41e937 Update changelog for 1.26.1 (#13627)
* Update changelog for 1.26.1
2025-05-22 23:28:37 +00:00
Luca 50da8efb51 add note about C++ Copilot suggestions improvement (#13624) 2025-05-21 12:59:36 -08:00
Sean McManus b815f8c8d7 Remove -D__building_module(x)=0 workaround. (#13621) 2025-05-21 12:25:12 -07:00
Sean McManus 87fbb56d6d Update changelog and version for 1.26.0. (#13620)
* Update changelog and version for 1.26.0.
2025-05-20 18:39:27 -07:00
Sean McManus a96375bf50 Update translations for 1.26.0 (#13618)
* Localization - Translated Strings
* Fix \" in Locked.
2025-05-20 16:49:31 -07:00
Sean McManus ef8a971814 Minor TPN updates. (#13617) 2025-05-20 15:52:19 -07:00
Sean McManus d059b38253 Add c++26 (setting value only). (#13608)
* Add c++26.
* Update vscode-cpptools API version.
2025-05-19 16:54:04 -07:00
dependabot[bot] a5018fbdb5 Bump undici from 5.28.5 to 5.29.0 in /.github/actions (#13612)
Bumps [undici](https://github.com/nodejs/undici) from 5.28.5 to 5.29.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.28.5...v5.29.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 5.29.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-15 17:02:57 -07:00
Sean McManus 3c5e0f208e Locked the double quote in path.with.spaces. (#13598)
* Locked the double quote in path.with.spaces.
2025-05-12 19:00:51 -07:00
Luca 51e5328d24 handle speculative requests with the cache (#13599) 2025-05-09 17:51:43 -08:00
Sean McManus 58819c9d22 Update IntelliSense translations. (#13592)
* Update IntelliSense translations.
* Fix %sq2 being used instead of %sq in the translations.
2025-05-08 13:26:17 -07:00
Luca 4645163b02 ignore speculative-edit requests (#13593) 2025-05-08 11:37:32 -08:00
Sean McManus 7e013ab0da IntelliSense string updates. (#13580)
* IntelliSense string updates.
2025-05-04 12:50:37 -07:00
Glen Chung ec85902bd4 Publish Idle Status (#13583)
For synchronizing tests
2025-05-02 14:32:24 -07:00
Ben McMorran f461208ffc Ensure #cpp tool isn't accidentally enabled in agent mode (#13581) 2025-05-01 16:42:57 -07:00
Bob Brown 56576c8bec refactor the compilerPath verification to get consistent results in JSON and UI verification (#13553) 2025-04-30 17:16:42 -07:00
Glen Chung 42a9eba703 Add Timestamp to Copilot Logging (#13570)
To correlate with the other log files for better troubleshooting
experience.
2025-04-29 11:15:20 -07:00
Sean McManus 48c961aedc Minor fix. (#13565) 2025-04-28 16:02:23 -07:00
Sean McManus 97c5f14bd5 Merge pull request #13563 from microsoft/main
Merge for 1.25.3
2025-04-28 15:03:26 -07:00
Luca ff55c59e19 telemetry addition (#13564) 2025-04-28 15:01:25 -07:00
Sean McManus 73c95bef48 Update changelog for 1.25.3. (#13560)
* Update changelog for 1.25.3.
2025-04-28 12:04:43 -07:00
Sean McManus fd57bfd074 Localization update for 1.25.3 (#13561)
* Localization - Translated Strings
2025-04-28 11:57:31 -07:00
Luca 4fc36fa25d avoid reporting cancellation as errors (#13552) 2025-04-25 15:27:27 -08:00
Colen Garoutte-Carson 35e5376235 Fix errors reported for recursive includes settings validations (#13554) 2025-04-25 15:07:35 -07:00
Sean McManus 4639ac6049 Update changelog for 1.25.2 (#13550)
* Update changelog for 1.25.2.
2025-04-25 11:22:01 -07:00
Colen Garoutte-Carson 9eb37abe16 Fix how C_Cpp.default recursive include settings are defined (#13549) 2025-04-24 15:27:06 -07:00
Luca 92a34d51b1 codesnippets v2 changes (#13525) 2025-04-22 03:00:49 -07:00
Sean McManus 964bc5b6bd Update version and changelog for 1.25.1. (#13524)
* Update version and changelog for 1.25.1.
2025-04-21 18:56:11 -07:00
Sean McManus ab79eedf6f Localization update (#13540)
* Localization - Translated Strings
* Fixes.
2025-04-21 17:20:19 -07:00
Sean McManus c21a214fc4 Fix translations export. (#13539) 2025-04-21 13:58:34 -07:00
Bob Brown 97ef1aa99d Don't show bogus errors for compilerPath + args in config UI (#13531) 2025-04-17 16:52:55 -07:00
Sean McManus 799d09f41f Fix some loc bugs. (#13522)
* Fix some loc bugs.
* Fix newlines at end of files in json.
2025-04-17 12:51:30 -07:00
Bob Brown 04bc6c8294 No error message shown in config UI for invalid compilerPath (#13529) 2025-04-17 11:12:26 -07:00
Bob Brown 735d74175c Add a message explaining why we couldn't find a quote-wrapped path (#13521) 2025-04-16 14:04:37 -07:00
Sean McManus ce67c4c146 Update loc strings for 1.25.1 (#13515)
* Localization - Translated Strings
* Update loc strings. Add more locked comments.
2025-04-16 12:21:06 -07:00
Sean McManus 7522617143 Fix the Debug button disappearing. (#13492) 2025-04-16 10:59:11 -07:00
Colen Garoutte-Carson 1b2285c7ed Fix recursive includes settings UI (#13498) 2025-04-14 17:29:09 -07:00
Sean McManus d03af2d389 Fix SIG-?? matching the filter regex. (#13493) 2025-04-11 17:27:30 -07:00
Colen Garoutte-Carson a204903ff2 Fix an error on startup if a file is open (#13487) 2025-04-10 15:54:56 -07:00
Garrett Serack 1709999bb7 Update lmTool.test.ts to account for interface change in vscode.d.ts (#13484)
This works around a change to the vscode TextDocument interface
2025-04-10 14:17:29 -07:00
Sean McManus 44d32aa807 Update changelog for 1.25.0. (#13479)
* Update changelog for 1.25.0.
2025-04-09 16:33:49 -07:00
Colen Garoutte-Carson bcdd61859b Add IsExplicit fields for new recursive include properties (#13480) 2025-04-09 16:08:40 -07:00
Sean McManus 4e6f2f8172 Add an extra crash call stack filter check. (#13478) 2025-04-09 12:28:19 -07:00
Colen Garoutte-Carson a71cbadb21 Fix issues with remapping of .C files (#13476) 2025-04-08 18:53:18 -07:00
Ben McMorran 17f149d57d Shutdown LSP server on request (#13475) 2025-04-08 18:19:30 -07:00
Colen Garoutte-Carson 2ca08b061f Work around missing visible editor notifications (#13474) 2025-04-08 16:59:05 -07:00
Sean McManus 6b8b999059 Fix interval timer not firing. (#13469) 2025-04-07 17:30:22 -07:00
Sean McManus 1b7efea691 Fix a warning with copilotHover. (#13467) 2025-04-07 12:56:05 -07:00
Colen Garoutte-Carson 3f9ca1577a Fix cpptools-wordexp (#13468) 2025-04-07 12:39:52 -07:00
Sean McManus c617c38829 Improve copilotHover description. (#13461)
* Improve copilotHover description.
2025-04-04 19:15:42 -07:00
Colen Garoutte-Carson b73353fc9e Fix some file association (#13455) 2025-04-03 16:04:57 -07:00
Garrett Serack 799f0b39c5 use Node v22 (#13454) 2025-04-03 09:59:43 -07:00
Sean McManus c4003c07e8 Merge pull request #13451 from microsoft/main
Merge for 1.24.5 (release)
2025-04-02 12:39:30 -07:00
Sean McManus 93d5c1fbcf Update changelog and version for 1.24.5. (#13450)
* Update changelog and version for 1.24.5.
2025-04-02 12:34:17 -07:00
Sean McManusandcsigs 7020960ec3 Localization fixes for 1.24.5 (#13446)
* Localization - Translated Strings
* Fix issues.
* Translate license_terms.
* Add  {Locked=\"`disabled`\"}

---------

Co-authored-by: csigs <[email protected]>
2025-04-02 09:15:32 -07:00
Ben McMorran d515544750 Allow notifications during initialization (#13443)
* Allow notifications during initialization

* Change capitalization
2025-04-01 11:14:17 -07:00
Sean McManus 569bf64378 Change ? to ?+<offset> with filtered crash call stacks. (#13434)
* Change ?\n to ?+<offset> with crash call stacks.
2025-03-27 15:57:28 -07:00
Sean McManus c27806e763 Merge pull request #13430 from microsoft/main
Merge for 1.24.x (2nd time)
2025-03-26 14:20:24 -07:00
Colen Garoutte-Carson 5bd0f9be77 Merge TypeScript main branch to VC (#13428) 2025-03-26 14:15:09 -07:00
Luca 8b8e9451d7 merge rpc calls to fetch completion context (#13417)
rework the log output, fix output and levels.
2025-03-26 12:56:42 -08:00
Sean McManus 3b92649ea7 Update changelog date. (#13426) 2025-03-26 12:15:41 -07:00
Sean McManus 7cfb2d3316 Merge pull request #13423 from microsoft/seanmcm/1_24_x_release
Merge for 1.24.x
2025-03-26 11:09:49 -07:00
Sean McManus 9a03b747c6 Fix incorrect diffs in the branch. 2025-03-25 17:21:16 -07:00
Sean McManus 989cee4414 Merge branch 'main' into seanmcm/1_24_x_release 2025-03-25 16:59:59 -07:00
Sean McManus acc2a84940 Update version and changelog for 1.24.4. (#13418) 2025-03-25 16:55:46 -07:00
Bob Brown 05fec365d2 Remove usage of parse-git-config (#13416) 2025-03-25 15:27:23 -07:00
Sean McManus 31ada4a296 Try adding always-auth=true. (#13413) 2025-03-25 11:24:57 -07:00
Sean McManusandColen Garoutte-Carson 625ee33af0 Stop skipping the top crash stack frames. (#13403)
Co-authored-by: Colen Garoutte-Carson <[email protected]>
2025-03-24 16:41:39 -07:00
Bob Brown 2100587df1 replace CmdLine tasks with 'script' (#13410) 2025-03-24 15:49:26 -07:00
Bob Brown e2f90ba353 Missing npmrc for other extensions (#13408) 2025-03-24 15:13:23 -07:00
dependabot[bot] 00f0915b78 Bump @octokit/plugin-paginate-rest, @actions/github and @octokit/rest (#13402)
Bumps [@octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest.js) to 9.2.2 and updates ancestor dependencies [@octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest.js), [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) and [@octokit/rest](https://github.com/octokit/rest.js). These dependencies need to be updated together.


Updates `@octokit/plugin-paginate-rest` from 2.21.3 to 9.2.2
- [Release notes](https://github.com/octokit/plugin-paginate-rest.js/releases)
- [Commits](https://github.com/octokit/plugin-paginate-rest.js/compare/v2.21.3...v9.2.2)

Updates `@actions/github` from 5.1.1 to 6.0.0
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)

Updates `@octokit/rest` from 19.0.13 to 21.1.1
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](https://github.com/octokit/rest.js/compare/v19.0.13...v21.1.1)

---
updated-dependencies:
- dependency-name: "@octokit/plugin-paginate-rest"
  dependency-type: indirect
- dependency-name: "@actions/github"
  dependency-type: direct:production
- dependency-name: "@octokit/rest"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-24 08:22:13 -07:00
Colen Garoutte-Carson 225143f1f1 Add settings for 'reduce', 'priority' and internal 'order' of recursive includes. (#13374) 2025-03-21 18:19:24 -07:00
Sean McManus bd805090d5 Fix crash call stack filtering. (#13397)
* Fix crash call stack filtering.
* Save regex object. Fix newlines.
2025-03-21 11:56:41 -07:00
Spencer Bloom 56968c5617 Turn Copilot Hover on by default. React immediately to settings changes for copilot hover. Change flight check to new flag to indicate a disabled state. (#13385) 2025-03-20 11:13:56 -07:00
Sean McManus 0681d82936 Fix Copilot snippet logging level. (#13388) 2025-03-19 13:05:23 -07:00
Colen Garoutte-Carson 700432c7eb Fix a regression that prevented settings updates (#13386) 2025-03-18 15:03:07 -07:00
Sean McManus a807d5717b Update changelog and version for 1.24.3. (#13380) 2025-03-18 13:11:56 -07:00
Sean McManus 1c5e46bdc5 Filter crash telemetry data per-line so it's not completely filtered later on (#13379)
* Filter crash telemetry data per-line so it's not completely filtered later on.
2025-03-17 17:13:40 -07:00
Sean McManus e43157f952 Remove --pack_alignment from .json files. (#13378) 2025-03-17 16:51:49 -07:00
Sean McManus 3ffd98fdbe Merge in latest localization changes with fixes applied (#13373) 2025-03-17 12:58:07 -07:00
Colen Garoutte-Carson 3196778f63 Remove updateChannel setting (#13376) 2025-03-17 12:46:57 -07:00
Colen Garoutte-Carson 301f9a6a9d Add a string for browse path not found (#13372) 2025-03-14 13:51:12 -07:00
Sean McManus 4412f2083e Update to clang-tidy 20.1.0. (#13348) 2025-03-13 16:56:50 -07:00
Luca fcda971f1b test framework traits for Chat (#13285)
* add test frameworks traits to VSCode Copilot Chat

* add test framework traits for #cpp

* update prompt

* drop unnecessary `?.`, and use sensible names for test framework in tests.
2025-03-13 07:22:37 -08:00
Sean McManus 669e830649 Set the extensionKind. (#13361) 2025-03-12 14:15:06 -07:00
Bob Brown 53f3a144af Remove some unnecessary files from the vsix (#13368) 2025-03-12 13:36:40 -07:00
Sean McManus 6cc1bd787e Fix loc for link text "C/C++ Properties Schema Reference". (#13359) 2025-03-11 10:19:46 -07:00
Luca 72f68c01f2 match Copilot's CanceledError which has name == message == "Canceled". (#13357) 2025-03-10 11:46:42 -08:00
Bob Brown 3a837ecdea Update github actions package.json for reported vulnerabilities (#13356) 2025-03-10 10:42:34 -07:00
Colen Garoutte-Carson 9afc2954f1 Work around E2E test failure (#13347) 2025-03-06 16:24:26 -08:00
Sean McManus f7e2cafaad Update changelog and version for 1.24.2. (#13344) 2025-03-06 14:59:35 -08:00
Colen Garoutte-Carson 5697dcce61 Let native process populate default browse paths (#13342) 2025-03-06 01:41:06 -08:00
Sean McManus 5ebe93c628 Add crash log handling. (#13253)
* Add crash log handling.
2025-03-05 18:48:31 -08:00
Luca db16246990 telemetry metrics accommodate signed values (#13326) 2025-03-05 11:43:39 -08:00
Bob Brown 8cc85356ae fix type checking (#13334) 2025-03-03 15:23:43 -08:00
Sean McManus db1cfda601 Stop reporting copilotHover "enabled" as invalid. (#13318) 2025-03-03 13:42:46 -08:00
Sean McManus 60c443418e Fix Copilot hover warning in the ExtensionHost logging. (#13316) 2025-03-03 13:10:28 -08:00
Luca 1813c82eb4 -new feat: add traits for C++ lang version (#13296)
-telemetry: fix cancellation events.
-telemetry: more diag event for registration failure.
-add fallback to SimilarFiles providers such as openTabs and/or
related-files
2025-02-28 18:00:28 -08:00
Garrett Serack a2b7383c97 Add instrumentation support to the typescript code (#12991)
* add instrumentation support to the typescript code

* fix linter

* missed file

* update to a newer image?

* merged

* work around webpack

* webpack! Arg!

* cleanup

* cleanups

* remove spaces

* must use eval to work around webpack

* need vscode in here

* fix line endings?

* fix line endings?

* Add comment

* Added instrumentation to copilothoverprovider

* inject instrumentation code via perfecto instead

* Ensure that everything is instrumented where we can.

* extra comma
2025-02-26 14:28:09 -08:00
Sean McManus 388a81c19b Update TPN. (#13309) 2025-02-24 14:52:01 -08:00
Glen Chung 9a9ac3aa51 Remove Compiler Argument Traits (#13278)
* Remove Compiler Argument Traits

- Couldn't find examples of where this actually improved the prompt per ad-hoc analysis.

* Address review comment
2025-02-24 14:35:17 -08:00
Sean McManus 879202e785 Update yarn.lock (octokit/rest) (#13303)
* Update yarn.lock.
* Try switching to node 20.
* Increase action version. 
* Switch octokit to a dynamic import.
2025-02-21 18:40:15 -08:00
Bob Brown c6e635542c The other extensions don't build with yarn (#13304) 2025-02-21 23:11:35 +00:00
Bob Brown 74aa385373 Update code analysis mode in Language Status when the settings change (#13301) 2025-02-21 11:55:55 -08:00
Bob Brown 127166df23 description for svdPath doesn't appear in launch configuration (#13302) 2025-02-21 11:43:15 -08:00
Colen Garoutte-Carson 7fbe9b160a Fix an issue with C: treated as a relative path (#13297) 2025-02-21 11:07:21 -08:00
Bob Brown 907b225b47 Update README and metadata for extension pack (#13298) 2025-02-20 16:05:30 -08:00
Bob Brown a6e06dc921 Update the Windows SDK packages pointed to in the walkthrough (#13295) 2025-02-20 12:57:22 -08:00
Sean McManus 72e28d9b67 Check for more unexpected characters in crash call stack data. (#13281) 2025-02-13 15:44:33 -08:00
Sean McManus 44406cea7c Fix handling of "Could not open input path" when calling c++filt (#13279)
* Fix handling of "Could not open input path" when calling c++filt
2025-02-13 14:33:49 -08:00
Sean McManus 20d1f424a6 Update changelog and version for 1.24.1. (#13276) 2025-02-13 11:37:26 -08:00
Sean McManus 69393c4567 Add a changelog entry. (#13270) 2025-02-10 21:11:46 -08:00
Luca 1518d0ee6f convert the time budget integer to a real number. (#13268)
* convert the time budget integer to a real number.

* update the changes' log
2025-02-10 17:11:43 -08:00
Sean McManus db82927d27 Fix Copilot hover reprompting. (#13266) 2025-02-10 11:26:17 -08:00
Luca 59677cfad7 bump copilot-language-server to v1.266 (#13256) 2025-02-07 15:26:10 -08:00
Sean McManus 53412d70f7 Update TPN. (#13254) 2025-02-07 14:42:29 -08:00
Sean McManus 0f8dd275a1 Update changelog and version for 1.24.0. (#13248)
* Update changelog and version for 1.24.0.
2025-02-06 21:16:05 -08:00
Colen Garoutte-Carson 60e998b590 Don't use 'system' include/framework paths as fallback 'user' include/framework paths in the base config (#13247) 2025-02-06 17:38:10 -08:00
Sean McManus c357224407 Merge pull request #13245 from microsoft/seanmcm/1_23_6_release
Cherry-picks for 1.23.6
2025-02-06 11:51:34 -08:00
Sean McManus a636c87f3e Update changelog for 1.23.6 (#13244)
* Update changelog and version.
2025-02-06 11:26:32 -08:00
Garrett Serack 471cdfecf8 don't abort instantly, keep searching (#13243) 2025-02-06 11:25:58 -08:00
Sean McManus 97128122b0 Fix Select IntelliSense Configuration regression. (#13224) 2025-02-06 11:21:39 -08:00
Sean McManus e1d824f6c1 Update changelog for 1.23.6 (#13244)
* Update changelog and version.
2025-02-06 11:21:08 -08:00
Garrett Serack ebce162542 don't abort instantly, keep searching (#13243) 2025-02-06 10:31:49 -08:00
Luca 94758afea0 code snippet provider (#13018)
* add a code snippet provider
2025-02-05 14:26:14 -08:00
Spencer Bloom e5e176b68b Add check for copilot access before providing copilot hover (#13238)
* Add check for copilot access before providing copilot hover
* Don't check flight until we can validate copilot is enabled
2025-02-05 13:01:30 -08:00
Sean McManus 64c00a92f5 Fix Select IntelliSense Configuration regression. (#13224) 2025-02-03 11:57:35 -08:00
Colen Garoutte-Carson 0a64b77ba0 Fix an issue with editorconfig tab_size (#13216) 2025-01-30 11:03:21 -08:00
Garrett SerackandColen Garoutte-Carson c3f8d0c2cd Remove cpptools1 experiment flag from Symbol Search (#13199)
* remove cpptools1 experiment flag

* Missed a couple things

---------

Co-authored-by: Colen Garoutte-Carson <[email protected]>
2025-01-29 07:25:32 -08:00
Colen Garoutte-Carson e3bb8a778d Fix a potential race between didChange and didOpen (#13209) 2025-01-28 15:41:43 -08:00
Sean McManus 006ebff619 Merge pull request #13211 from microsoft/seanmcm/1_23_5_release
Merge insiders to release (with cherry-picks from main) for 1.23.5
2025-01-28 13:20:36 -08:00
Sean McManus 1458694ed6 Fix incorrect merge. 2025-01-28 12:09:47 -08:00
Sean McManus 896024ba9c Update changelog and version for 1.23.5. (#13208)
* Update changelog and version for 1.23.5.
2025-01-28 12:07:40 -08:00
Sean McManus 779bb080c1 Fix an undefined access when an edit is done before cpptools starts (#13206)
* Fix an undefined access.
2025-01-28 12:07:29 -08:00
Sean McManus 97df273fc1 Fix Call Hierarchy Calls From. (#13201) 2025-01-28 12:07:18 -08:00
dependabot[bot] 7037b070ce Bump undici from 5.28.4 to 5.28.5 in /.github/actions (#13180)
Bumps [undici](https://github.com/nodejs/undici) from 5.28.4 to 5.28.5.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-28 12:06:58 -08:00
Sean McManus 205e63772c Merge branch 'insiders' into seanmcm/1_23_5_release 2025-01-28 12:06:48 -08:00
Sean McManus 99864b0fd7 Update changelog and version for 1.23.5. (#13208)
* Update changelog and version for 1.23.5.
2025-01-28 11:53:05 -08:00
Sean McManus 77f30faf00 Fix an undefined access when an edit is done before cpptools starts (#13206)
* Fix an undefined access.
2025-01-27 20:02:08 -08:00
Sean McManus 3614cab5ac Fix Call Hierarchy Calls From. (#13201) 2025-01-27 12:18:58 -08:00
Colen Garoutte-Carson d7f5c28c85 Fix label casing in action workflows, and add 'help wanted' to addLabels in two debugger workflows (#13192) 2025-01-24 15:16:55 -08:00
dependabot[bot] cdf1e6b4f2 Bump undici from 5.28.4 to 5.28.5 in /.github/actions (#13180)
Bumps [undici](https://github.com/nodejs/undici) from 5.28.4 to 5.28.5.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-21 18:51:52 -08:00
Sean McManus e7dff799fd Merge pull request #13179 from microsoft/seanmcm/1_23_4_cherrypicks2
More cherry picks for 1.23.4
2025-01-21 16:31:21 -08:00
Sean McManus ec41c3e481 Add a changelog entry. (#13177) 2025-01-21 16:30:13 -08:00
Sean McManus 1aa24fe51f Add a changelog entry. (#13177) 2025-01-21 16:29:29 -08:00
[email protected] 71cf89ce70 [Auto] Localization - Translated Strings (#13027) 2025-01-21 16:14:44 -08:00
[email protected] 1b82daf079 [Auto] Localization - Translated Strings (#13027) 2025-01-21 16:08:54 -08:00
Colen Garoutte-Carson 33a205bf19 Fix issue with config requests before provider has registered (#13167) 2025-01-17 19:05:56 -08:00
Sean McManus f7863066f3 Merge pull request #13168 from microsoft/seanmcm/cherryPick1_23_4
Cherry-pick for 1.23.4
2025-01-17 18:21:21 -08:00
Sean McManus 0c2862c379 Update changelog for 1.23.4 (3rd time) (#13164)
* Update changelog (3rd time).
* Minor TPN changes.
2025-01-17 18:13:23 -08:00
Sean McManus ce0435b55a Update changelog for 1.23.4 (3rd time) (#13164)
* Update changelog (3rd time).
* Minor TPN changes.
2025-01-17 18:11:16 -08:00
Spencer Bloom 5d32121787 Support Content Exclusion for Copilot Hover (#13143)
* Use propsed content exclusion APIs
2025-01-16 12:13:41 -08:00
Sean McManus 6026c84c6f Merge pull request #13163 from microsoft/main
Merge for 1.23.4 (2nd time)
2025-01-16 10:46:23 -08:00
Sean McManus 9e96d6383c Update changelog (2nd time). (#13159) 2025-01-16 10:31:22 -08:00
Sean McManus 31969c8df2 Stop sending err.message in telemetry (#13158)
* Stop sending err.message.
2025-01-16 07:36:51 -08:00
Glen Chung e4091ab3b5 Combine ProjectContext and RelatedFilesProvider Telemetry in One Event (#13157)
- This allows calculating the time spent on the extension side vs the language server side.
- Also send filter telemetry if available.
2025-01-15 17:35:10 -08:00
Sean McManus e3ee2ee76a Merge pull request #13156 from microsoft/main
Merge for 1.23.4 (pre-release)
2025-01-15 15:44:30 -08:00
Sean McManus c4d9f11386 Update changelog and version for 1.23.4. (#13155)
* Update changelog and version for 1.23.4.
2025-01-15 15:30:36 -08:00
Sean McManus 6f9ddbf52a Fix casing of Windows. (#13149) 2025-01-14 10:39:45 -08:00
Colen Garoutte-Carson fed7a82d36 Fix .editorConfig setting precedence (#13140) 2025-01-10 15:48:14 -08:00
Sean McManus ff1cd88466 Merge pull request #13136 from microsoft/main
Merge for 1.23.3 (pre-release)
2025-01-08 14:04:36 -08:00
Sean McManus 941aa608f4 Minor TPN updates. (#13135) 2025-01-08 12:41:29 -08:00
Sean McManus 205ae065f5 Update changelog and version for 1.23.3. (#13127)
* Update changelog and version for 1.23.3.
2025-01-08 12:30:39 -08:00
Glen Chung 8e5bbf1320 Support C89 in Completion Prompts (#13132)
- Also send unrecognized ones in telementry for further ananlysis.
2025-01-08 10:24:58 -08:00
Colen Garoutte-Carson 200f0934bf Add 3rd party notice for libiconv (#13056) 2025-01-07 14:25:10 -08:00
Sean McManus 4c6f319304 Update IntelliSense loc strings. (#13098) 2025-01-03 12:19:00 -08:00
Sean McManus 6e3e0748e0 Update msvc versions. (#13097) 2025-01-02 16:17:18 -08:00
Sean McManus d70d063698 Fix other developer command prompt cases, and "developer" and "code" … (#13093)
* Fix other developer command prompt cases, and "developer" and "code" references.
2025-01-02 11:55:02 -08:00
Sean McManus fa0e1c0376 Fix cl.exe.not.available loc. (#13091)
* Fix cl.exe.not.available loc.
* Disabling eslint indent linting.
2024-12-31 14:20:42 -08:00
Sean McManus d2626e0ad8 Re-enable the SingleRootProject tests with check-in tests and fix the getIncludes test failure (#13084)
* Fix getIncludes call with E2E test.
* Add a --skipCheckBinaries arg.
2024-12-30 17:09:43 -08:00
browntarik 42c6d99012 Updated Description for Preferred Path Separator Setting and Refactor Its Usage (#13082)
* Updated description for preferred path separator setting.

* Change wording.

* Refactor configuration quickpick to correctly reflect preferred path separator.
2024-12-30 16:37:34 -08:00
Yiftah Waisman 2bff033a27 Handle multiple compile commands on client side (needs native server side support) (#12960) 2024-12-30 10:31:13 -08:00
Ben McMorran 0aaae1fabf Support sending telemetry during cpptools initialization (#13077) 2024-12-20 12:24:15 -08:00
Colen Garoutte-Carson a172a425ad Ensure default persistent values get persisted (#13074) 2024-12-19 15:55:42 -08:00
Colen Garoutte-Carson 5c684a87d0 Don't reset everyones databases (#13073) 2024-12-19 15:19:29 -08:00
Ben McMorran b96d82a1a7 Add appName telemetry (#13072) 2024-12-19 15:07:54 -08:00
Bob Brown 73f4442d27 Update the descriptions of clang path settings (#13071) 2024-12-19 12:18:04 -08:00
dependabot[bot] b11f390d4a Bump nanoid from 3.3.7 to 3.3.8 in /Extension (#13060)
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...
2024-12-18 13:34:05 -08:00
Bob Brown 84b92dcae5 Don't show the output window for "references may be missing" when the loggingLevel is less than Warning (#13068) 2024-12-18 12:14:19 -08:00
Luca afb208dabb get isense client by uri (#13059) 2024-12-17 14:30:51 -08:00
Colen Garoutte-Carson fbf81359df Trigger reparsing when files.encoding setting changes (#13047) 2024-12-16 14:46:09 -08:00
Emmanuel Ferdman d7ee24158f Update extension.test.ts reference (#13040) 2024-12-13 18:25:29 -08:00
Sean McManus ab7bebfd7c Fix space around binary operator translation. (#13057)
* Fix space around binary operator translation.
2024-12-13 17:41:18 -08:00
Sean McManus cd5aaaa489 Fix native strings. (#13046) 2024-12-12 10:27:21 -08:00
Yiftah Waisman d04d53e9a6 Detect compile_commands.json after containing folder deleted and recreated on Windows (#13032)
* fix issue #7030
* check for the undefined case (on first load)
2024-12-11 15:35:00 -08:00
Spencer BloomandBen McMorran fa80d4477e Support for copilot-generated summaries in quick info. (On-the-fly docs) (#12552)
Off by default, can be explicitly disabled in the setting.

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

---------

Co-authored-by: Ben McMorran <[email protected]>
2024-12-09 10:15:52 -08:00
Colen Garoutte-Carson 98696368f4 Merge pull request #13025 from microsoft/main 2024-12-05 12:45:31 -08:00
Colen Garoutte-Carson ee71e1f82c Update changelog for 1.23.2 (2nd time) (#13024) 2024-12-05 12:39:02 -08:00
[email protected] 05d43dc2f7 [Auto] Localization - Translated Strings (#12869) 2024-12-05 12:09:39 -08:00
Sean McManus 99d98afcec Merge pull request #13021 from microsoft/main
Merge to insiders for 1.23.2
2024-12-04 20:04:33 -08:00
Colen Garoutte-Carson 44b736e84a Update changelog for 1.23.2 (#13020) 2024-12-04 18:55:51 -08:00
Sean McManus 052bcffe37 Fix an unnecessary cancel/re-request with GitHub Copilot requests (and fix some other bugs with Copilot exception handling) (#12988)
* Fix an unnecessary cancel/re-request with GitHub Copilot requests.
* A couple bug fixes from the previous PR.
* Fix another loc case.
2024-12-04 15:01:24 -08:00
Colen Garoutte-Carson 74d691f431 Update mac runner to macos-14 (#13013) 2024-12-03 15:21:03 -08:00
adrianstephens 9efde543c5 pass optional parameter to C_Cpp.ConfigurationSelect (#12993) 2024-12-02 19:19:52 -08:00
Glen Chung a6089eaa6c Support A/B Compiler Arguments Traits (#12979)
- Depends on cpptools' update to provide ProjectContextResult.
- Send "standardVersion" trait in completion prompt by default.
- Added the following new traits
  - intelliSenseDisclaimer: compiler information disclaimer.
  - intelliSenseDisclaimerBeginning: to note the beginning of IntelliSense information.
  - compilerArguments: a list of compiler command arguments that could affect Copilot generating completions.
  - directAsks: direct asking Copilot to do something instead of providing an argument.
  - intelliSenseDisclaimerEnd: to note the end of IntelliSense information.
- A/B Experimental flags
  - copilotcppTraits: deprecated, no longer used.
  - copilotcppExcludeTraits:: deprecated, no longer used.
  - copilotcppIncludeTraits: string array to include individual trait, i.e., compilerArguments.
  - copilotcppMsvcCompilerArgumentFilter: map of regex string to absence prompt for MSVC.
  - copilotcppClangCompilerArgumentFilter: map of regex string to absence prompt for Clang.
  - copilotcppGccCompilerArgumentFilter: map of regex string to absence prompt for GCC.
  - copilotcppCompilerArgumentDirectAskMap: map of argument to prompt.
2024-12-02 14:38:50 -08:00
Colen Garoutte-Carson 21a44d9be6 Add a string for multiple compile_commands.json (on native side) (#12964) 2024-12-02 12:31:42 -08:00
Bob Brown bfa3c7544e Add a CODEOWNERS file for required PR reviews (#12987) 2024-11-21 13:02:20 -08:00
dependabot[bot] 64e9106cb3 Bump cross-spawn from 7.0.3 to 7.0.6 in /Extension (#12973)
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-19 10:46:12 -08:00
Colen Garoutte-Carson 05fbc0eae7 Fix matching of editorConfig sections patterns (#12953) 2024-11-12 18:44:32 -08:00
Colen Garoutte-Carson 9646722501 Address issue with Attempting to use languageClient before initialized (#12959) 2024-11-12 16:25:04 -08:00
Yiftah Waisman 911c39d054 Fixes to compile commands file watchers fallback logic (#12948)
* close file watchers before clearing the array
* keep track of fallback time per file
2024-11-12 16:02:42 -08:00
Sean McManus 784f1450c0 Merge pull request #12939 from microsoft/main
Update changelog. (#12938)
2024-11-06 13:56:23 -08:00
Sean McManus c9cae0b8c0 Update changelog. (#12938) 2024-11-06 12:43:56 -08:00
Sean McManus 7d26dd1c4f Merge pull request #12932 from microsoft/main
Merge for 1.23.1
2024-11-05 17:29:22 -08:00
Sean McManus 1b21b69422 Update changelog for 1.23.1 (#12931)
* Update changelog for 1.23.1
2024-11-05 17:15:09 -08:00
Sean McManus 37950ffb2d Merge pull request #12930 from microsoft/seanmcm/1_22_11_release
Cherry-pick and version and changelog update for 1.22.11
2024-11-05 15:05:32 -08:00
Sean McManus 23b0672837 Cherry-pick and update version and changelog for 1.22.11. 2024-11-05 14:44:40 -08:00
Colen Garoutte-Carson 7bafd64cfe Fix processing of bools and numbers in editorConfig files (#12923) 2024-11-05 14:35:27 -08:00
Colen Garoutte-Carson 390046ccf4 Fix processing of bools and numbers in editorConfig files (#12923) 2024-11-04 18:08:15 -08:00
Ben McMorran fcd0b0c25f Add telemetry for #cpp failures (#12910) 2024-10-30 17:02:51 -07:00
LucaandBen McMorran dc8140199b Ensure only wel known values are passed in to the LLM #2293227 (#12907)
Co-authored-by: Ben McMorran <[email protected]>
2024-10-30 14:32:31 -08:00
Bob Brown 1462b0dacb Normalize messages for bad paths (#12904) 2024-10-30 10:54:22 -07:00
Colen Garoutte-Carson e45dbcec9b Fix issue with requests in protocolFilter.ts causing stalls (#12906) 2024-10-29 18:46:13 -07:00
Sean McManus f51404d9db Switch to @vscode/dts. (#12901) 2024-10-29 17:57:47 -07:00
Sean McManus 381d69646b Merge pull request #12900 from microsoft/main
Merge for 1.23.0 (2nd time)
2024-10-29 13:02:21 -07:00
Sean McManus d56740e498 Update changelog (2nd time). (#12899)
* Update changelog (2nd time).
2024-10-29 12:40:07 -07:00
Ben McMorran 4138750b3b Enable #cpp for all users (#12898)
* Enable #cpp for all users

* Address PR comments
2024-10-29 12:05:17 -07:00
Sean McManus bfa36bc662 Merge pull request #12886 from microsoft/main
Merge for 1.23.0 (2nd time)
2024-10-24 16:59:12 -07:00
Sean McManus 8cb1deff76 Update changelog for 1.23.0 (#12880)
* Update changelog for 1.23.0.
2024-10-24 13:58:32 -07:00
Bob Brown 5416e79622 Values set in settings are not immediately available for use (#12881) 2024-10-24 13:42:43 -07:00
Sean McManus 5cbe83ec44 Merge pull request #12877 from microsoft/main
Preliminary merge for 1.23.0
2024-10-22 17:02:44 -07:00
Colen Garoutte-Carson e58e96369f Prevent redundant progressive squiggle updates (#12876) 2024-10-22 15:31:38 -07:00
Ben McMorran 1f7f2f77ad Switch to stable lmTools API (#12874)
* Revert "Check-in lmTools API to avoid build breaks (#12872)"

This reverts commit a248d107da.

* Switch to stable lmTools API
2024-10-22 09:08:31 -07:00
Ben McMorran a248d107da Check-in lmTools API to avoid build breaks (#12872) 2024-10-21 15:20:07 -07:00
Ben McMorran ddb7a5502d Fix E2E tests (#12871) 2024-10-21 14:02:25 -07:00
Sean McManus dead10ac8a Merge pull request #12870 from microsoft/seanmcm/1_22_10_release
Cherry-picks for 1.22.10
2024-10-21 14:00:18 -07:00
Colen Garoutte-Carson ce20613f24 Update changelog for 1.22.10 (#12852) 2024-10-21 12:51:56 -07:00
Ben McMorran 86c6c10f18 React to lmTools API breaking changes (#12866) 2024-10-21 12:50:06 -07:00
Colen Garoutte-Carson a61c55ca8c Update changelog for 1.22.10 (#12852) 2024-10-21 12:45:35 -07:00
Ben McMorran ad12ca63b0 React to lmTools API breaking changes (#12866) 2024-10-21 08:47:53 -07:00
[email protected] 456af8c7af [Auto] Localization - Translated Strings (#12469) 2024-10-18 11:55:23 -07:00
Colen Garoutte-Carson 4ed9e22ef2 Update edge strings for FI (#12847) 2024-10-18 11:19:06 -07:00
Colen Garoutte-Carson 401f91f3ab Ensure updates to openFileVersion data is not delayed (#12851) 2024-10-18 11:00:46 -07:00
Ben McMorran 9df3a17b11 Always use related files API for Copilot completions (#12848) 2024-10-17 15:05:33 -07:00
Sean McManus 038a5ee5e7 Update for clang-tidy 19. (#12834) 2024-10-16 15:34:25 -07:00
Sean McManus db6e0cb5cf Merge pull request #12839 from microsoft/seanmcm/1_22_9_update
Last minute updates for 1.22.9
2024-10-14 12:09:27 -07:00
Sean McManus f9e067f5d1 Last minute updates for 1.22.9. 2024-10-14 12:05:29 -07:00
Ben McMorran b137df0bcd React to breaking changes in lmTools API (#12838) 2024-10-14 12:04:56 -07:00
Ben McMorran a4998ed84a React to breaking changes in lmTools API (#12838) 2024-10-14 18:59:51 +00:00
Glen Chung 05c9176fb8 Add Cpp Context Traits to Completions Prompt (#12821)
- Move related files code to its own module
- Refactor related files provider code to enable unit testing
- Add Cpp context traits to completions prompt
2024-10-14 11:46:00 -07:00
Bob Brown f09715ff6b Add packages for copilot folks (#12822) 2024-10-10 11:56:26 -07:00
Sean McManus 827db55084 Merge pull request #12827 from microsoft/seanmcm/1_22_9_release
Merge for 1.22.9
2024-10-10 11:46:03 -07:00
Sean McManus 8a2324daaa Merge branch 'main' into seanmcm/1_22_9_release 2024-10-09 14:34:08 -07:00
Sean McManus c1de7373e6 Update changelog for 1.22.9. (#12823)
* Update changelog for 1.22.9.
2024-10-09 14:31:01 -07:00
Sean McManus bdd3541f28 Merge branch 'main' into seanmcm/1_22_8_release 2024-10-04 15:07:46 -07:00
Sean McManus 3cc2650dfa Merge pull request #12538 from microsoft/seanmcm/1_21_6_release
Update changelog and version for 1.21.6
2024-08-05 09:27:22 -07:00
Sean McManus fdf9b5bfe0 Update changelog and version for 1.21.6 2024-08-02 18:31:39 -07:00
Sean McManus fdd71bc963 Merge pull request #12531 from microsoft/seanmcm/1_21_5_release
Update for 1.21.5.
2024-07-30 22:09:55 -07:00
Sean McManus 1d266a9c0e Update for 1.21.5. 2024-07-30 20:09:13 -07:00
Sean McManus f818529a08 Merge pull request #12517 from microsoft/seanmcm/1_21_4_release
Merge for 1.21.4
2024-07-25 15:13:50 -07:00
Sean McManus 41a05a90c8 Update TPN for 1.21.4 2024-07-25 15:09:54 -07:00
Sean McManus e59c6ca759 Go back to supporting VS Code 1.67.0 instead of 1.82.0. 2024-07-25 14:53:37 -07:00
Sean McManus 287ee3961b Merge pull request #12500 from microsoft/seanmcm/1_21_3_release
Update changelog and version for 1.21.3. (#12499)
2024-07-23 19:33:36 -07:00
Sean McManus 8a8fd883ac Update changelog and version for 1.21.3. (#12499) 2024-07-23 19:32:29 -07:00
Sean McManus 4fe56500a9 Merge pull request #12474 from microsoft/seanmcm/1_21_2_release
Merge for 1.21.2
2024-07-17 18:13:02 -07:00
Sean McManus 03911153f9 Update date. 2024-07-17 15:42:14 -07:00
Sean McManus acea31e572 Minor update. 2024-07-12 15:58:18 -07:00
Sean McManus bf21e01764 Update 2024-07-12 12:25:35 -07:00
Sean McManus 30f1361d23 Merge branch 'main' into seanmcm/1_21_2_release 2024-07-12 12:01:21 -07:00
Sean McManus 03933b0a74 Merge pull request #12277 from microsoft/seanmcm/1_20_5_release
Merge for 1.20.5
2024-05-07 20:26:45 -07:00
[email protected] fc8eb8632f [Auto] Localization - Translated Strings (#12236) 2024-05-03 16:06:02 -07:00
Sean McManus f6722bc8ff Update version and changelog for 1.20.5 (#12264)
* Update version and changelog for 1.20.5
2024-05-03 15:30:48 -07:00
Sean McManus 894db52405 Fix macOS version check. (#12276) 2024-05-03 15:29:46 -07:00
Sean McManus abf384619d Merge branch 'insiders' into seanmcm/1_20_5_release 2024-05-03 15:29:34 -07:00
Colen Garoutte-Carson ad5d6de4ea Merge pull request #12123 from microsoft/coleng/cherry_pick_1.19.9.x2 2024-03-19 16:40:47 -07:00
Colen Garoutte-Carson 153e232f2d Update changelog for 1.19.9 again (#12122) 2024-03-19 16:16:21 -07:00
Colen Garoutte-Carson bcd4a7f025 Merge pull request #12118 from microsoft/coleng/cherry_pick_1.19.9 2024-03-18 15:00:41 -07:00
Colen Garoutte-Carson 3c3d463a81 Update changelog 1.19.9 (#12117) 2024-03-18 13:22:40 -07:00
Colen Garoutte-Carson 92691929ed Merge pull request #12100 from microsoft/coleng/merge_release_1.19.8.try2 2024-03-13 17:16:25 -07:00
Colen Garoutte-Carson 86a41c9021 Update changelog for 1.19.8 again (#12099) 2024-03-13 17:12:21 -07:00
Colen Garoutte-Carson a71c90c140 Merge pull request #12093 from microsoft/coleng/cherry_pick_1.19.8 2024-03-12 19:16:35 -07:00
Colen Garoutte-Carson 1d28851ef7 Update changelog for 1.19.8 (#12092) 2024-03-12 19:11:20 -07:00
Colen Garoutte-Carson 1aced54699 Merge pull request #12090 from microsoft/coleng/cherry_pick_3_11_2024 2024-03-11 14:17:04 -07:00
Bob Brown a8cf39c8b4 Prevent the status bar from updating too quickly (#12088) 2024-03-11 13:32:50 -07:00
Colen Garoutte-Carson e037b95926 Merge pull request #12087 from microsoft/coleng/cherry_pick_to_release_again 2024-03-08 15:09:53 -08:00
Colen Garoutte-Carson af7f6ce52e Update changelog again for 1.19.7 (#12086) 2024-03-08 15:01:37 -08:00
Colen Garoutte-Carson 9a18982440 Merge pull request #12083 from microsoft/coleng/cherry_pick_release_1.19.7 2024-03-08 11:09:55 -08:00
Colen Garoutte-Carson 35bf4c8b0f Update changelog for 1.19.7 (#12081) 2024-03-08 10:32:50 -08:00
Colen Garoutte-Carson 23446558cf Merge pull request #12065 from microsoft/main 2024-03-05 18:22:19 -08:00
447 changed files with 25600 additions and 7929 deletions
+1 -1
View File
@@ -38,5 +38,5 @@ inputs:
readonly:
description: If true, changes are not applied.
runs:
using: 'node12'
using: 'node24'
main: 'index.js'
+1 -1
View File
@@ -29,5 +29,5 @@ inputs:
readonly:
description: If true, changes are not applied.
runs:
using: 'node12'
using: 'node24'
main: 'index.js'
+1 -1
View File
@@ -33,5 +33,5 @@ inputs:
readonly:
description: If true, changes are not applied.
runs:
using: 'node12'
using: 'node24'
main: 'index.js'
+1 -1
View File
@@ -43,5 +43,5 @@ inputs:
readonly:
description: If true, changes are not applied.
runs:
using: 'node12'
using: 'node24'
main: 'index.js'
+1605 -1315
View File
File diff suppressed because it is too large Load Diff
+8 -6
View File
@@ -10,12 +10,12 @@
"keywords": [],
"author": "",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/github": "^5.0.3",
"@octokit/rest": "^19.0.3",
"@actions/core": "^2.0.3",
"@actions/github": "^8.0.1",
"@octokit/rest": "^21.1.1",
"@slack/web-api": "^6.9.1",
"applicationinsights": "^2.5.1",
"axios": "^1.6.8",
"axios": "^1.15.0",
"uuid": "^8.3.2"
},
"devDependencies": {
@@ -39,7 +39,9 @@
"typescript": "^4.7.4",
"yargs": "^17.5.1"
},
"resolutions": {
"minimatch": "^3.0.5"
"overrides": {
"serialize-javascript": "^7.0.5",
"flatted": "^3.4.2",
"fast-xml-parser": "^5.5.7"
}
}
+7 -2
View File
@@ -8,6 +8,9 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
main:
runs-on: ubuntu-latest
@@ -15,7 +18,7 @@ jobs:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Add Comment
@@ -23,6 +26,8 @@ jobs:
with:
readonly: ${{ github.event.inputs.readonly }}
labels: bug,debugger
ignoreLabels: "investigate: costing,investigate,external,by design,question,more info needed,language service,internal"
ignoreLabels: "investigate: costing,investigate,external,by design,question,more info needed,Language Service,internal"
createdAfter: "2024-07-22"
addComment: "Thank you for reporting this issue. Well let you know if we need more information to investigate it. Additionally, if you're working with GDB/LLDB, please note that the code is open source at https://github.com/microsoft/MIEngine/wiki/Contributing-Code . Your contributions are always welcome and appreciated."
addLabels: help wanted
@@ -8,6 +8,9 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
main:
runs-on: ubuntu-latest
@@ -15,7 +18,7 @@ jobs:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v3
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Stale Closer
@@ -23,6 +26,7 @@ jobs:
with:
readonly: ${{ github.event.inputs.readonly }}
labels: by design,debugger
ignoreLabels: language service,internal
ignoreLabels: Language Service,internal
closeDays: 0
closeComment: "This issue has been closed because the described behavior was determined to be by design."
+5 -1
View File
@@ -8,6 +8,9 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
main:
runs-on: ubuntu-latest
@@ -15,7 +18,7 @@ jobs:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v3
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Stale Closer
@@ -28,3 +31,4 @@ jobs:
closeComment: "This issue has been closed because the described behavior was determined to be by design."
pingDays: 80
pingComment: "Hey @${assignee}, this issue might need further attention.\n\n@${author}, you can help us out by closing this issue if it is no longer relevant."
+5 -2
View File
@@ -6,9 +6,12 @@ on:
pull_request:
branches: [ main ]
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
job:
uses: ./.github/workflows/job-compile-and-test.yml
with:
runner-env: ubuntu-22.04
platform: linux
runner-env: ubuntu-24.04
platform: linux
+5 -2
View File
@@ -6,10 +6,13 @@ on:
pull_request:
branches: [ main ]
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
job:
uses: ./.github/workflows/job-compile-and-test.yml
with:
runner-env: macos-12
runner-env: macos-15
platform: mac
yarn-args: --network-timeout 100000
yarn-args: --network-timeout 100000
+4 -1
View File
@@ -6,9 +6,12 @@ on:
pull_request:
branches: [ main ]
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
job:
uses: ./.github/workflows/job-compile-and-test.yml
with:
runner-env: windows-2022
runner-env: windows-2025
platform: windows
+5 -1
View File
@@ -19,6 +19,9 @@ on:
schedule:
- cron: '29 4 * * 3'
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
analyze:
name: Analyze (${{ matrix.language }})
@@ -56,7 +59,7 @@ jobs:
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
@@ -91,3 +94,4 @@ jobs:
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"
+5 -1
View File
@@ -8,6 +8,9 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
main:
runs-on: ubuntu-latest
@@ -15,7 +18,7 @@ jobs:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Stale Closer
@@ -28,3 +31,4 @@ jobs:
closeComment: "This issue has been closed because it is a duplicate of another issue we are tracking."
pingDays: 80
pingComment: "Hey @${assignee}, this issue might need further attention.\n\n@${author}, you can help us out by closing this issue if it is no longer relevant."
@@ -8,6 +8,9 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
main:
runs-on: ubuntu-latest
@@ -15,7 +18,7 @@ jobs:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Stale Closer
@@ -30,3 +33,4 @@ jobs:
closeComment: "This feature request is being closed due to insufficient upvotes. Please leave a 👍-upvote or 👎-downvote reaction on the issue to help us prioritize it. When enough upvotes are received, this issue will be eligible for our backlog."
setMilestoneId: 30
ignoreMilestoneNames: "*"
@@ -8,6 +8,9 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
main:
runs-on: ubuntu-latest
@@ -15,7 +18,7 @@ jobs:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Stale Closer
@@ -30,3 +33,4 @@ jobs:
closeComment: "This feature request is being closed due to insufficient upvotes. Please leave a 👍-upvote or 👎-downvote reaction on the issue to help us prioritize it. When enough upvotes are received, this issue will be eligible for our backlog."
milestoneName: Triage
milestoneId: 30
+5 -1
View File
@@ -8,6 +8,9 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
main:
runs-on: ubuntu-latest
@@ -15,7 +18,7 @@ jobs:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Run Reopener
@@ -31,3 +34,4 @@ jobs:
milestoneName: Triage
setMilestoneId: 28
removeLabels: more votes needed
@@ -8,6 +8,9 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
main:
runs-on: ubuntu-latest
@@ -15,7 +18,7 @@ jobs:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Stale Closer
@@ -23,6 +26,7 @@ jobs:
with:
readonly: ${{ github.event.inputs.readonly }}
labels: external,debugger
ignoreLabels: language service,internal
ignoreLabels: Language Service,internal
closeDays: 0
closeComment: "This issue has been closed because it is external or not applicable to the extension."
@@ -8,6 +8,9 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
main:
runs-on: ubuntu-latest
@@ -15,7 +18,7 @@ jobs:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Stale Closer
@@ -30,3 +33,4 @@ jobs:
closeComment: "This feature request is being closed due to insufficient upvotes. Please leave a 👍-upvote or 👎-downvote reaction on the issue to help us prioritize it. When enough upvotes are received, this issue will be eligible for our backlog."
setMilestoneId: 30
ignoreMilestoneNames: "*"
@@ -8,6 +8,9 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
main:
runs-on: ubuntu-latest
@@ -15,7 +18,7 @@ jobs:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Stale Closer
@@ -30,3 +33,4 @@ jobs:
closeComment: "This feature request is being closed due to insufficient upvotes. Please leave a 👍-upvote or 👎-downvote reaction on the issue to help us prioritize it. When enough upvotes are received, this issue will be eligible for our backlog."
milestoneName: Triage
milestoneId: 30
@@ -8,6 +8,9 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
main:
runs-on: ubuntu-latest
@@ -15,14 +18,16 @@ jobs:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Add Comment
uses: ./.github/actions/AddComment
with:
readonly: ${{ github.event.inputs.readonly }}
labels: feature request,debugger
ignoreLabels: "investigate: costing,investigate,external,by design,question,more info needed,language service,internal"
labels: Feature Request,debugger
ignoreLabels: "investigate: costing,investigate,external,by design,question,more info needed,Language Service,internal"
createdAfter: "2024-07-22"
addComment: "Thank you for your feature request. While we may not be able to implement it immediately, we will monitor community reactions to see how it fits into our backlog. Additionally, if you're working with GDB/LLDB, please note that the code is open source at https://github.com/microsoft/MIEngine/wiki/Contributing-Code . Your contributions are always welcome and appreciated."
addLabels: help wanted
@@ -8,6 +8,9 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
main:
runs-on: ubuntu-latest
@@ -15,7 +18,7 @@ jobs:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Run Reopener
@@ -31,3 +34,4 @@ jobs:
milestoneName: Triage
setMilestoneId: 28
removeLabels: more votes needed
@@ -8,6 +8,9 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
main:
runs-on: ubuntu-latest
@@ -15,7 +18,7 @@ jobs:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Stale Closer
@@ -23,6 +26,7 @@ jobs:
with:
readonly: ${{ github.event.inputs.readonly }}
labels: investigate,debugger
ignoreLabels: language service,internal
ignoreLabels: Language Service,internal
closeDays: 180
closeComment: "This issue has been closed as lower priority. We're sorry if this issue still impacts you but unfortunately we're not able to address this. We will accept a pull request from the community if it's applicable for this issue."
@@ -8,6 +8,9 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
main:
runs-on: ubuntu-latest
@@ -15,7 +18,7 @@ jobs:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Stale Closer
@@ -23,6 +26,7 @@ jobs:
with:
readonly: ${{ github.event.inputs.readonly }}
labels: "investigate: costing,debugger"
ignoreLabels: language service,internal
ignoreLabels: Language Service,internal
closeDays: 180
closeComment: "This issue has been closed as lower priority. We're sorry if this issue still impacts you but unfortunately we're not able to address this. We will accept a pull request from the community if it's applicable for this issue."
+17 -5
View File
@@ -14,17 +14,20 @@ on:
yarn-args:
type: string
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
build:
runs-on: ${{ inputs.runner-env }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5
- name: Use Node.js 16
uses: actions/setup-node@v3
- name: Use Node.js 24
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 24
- name: Install Dependencies
run: yarn install ${{ inputs.yarn-args }}
@@ -42,6 +45,14 @@ jobs:
run: yarn test
working-directory: Extension
# These tests don't require the binary.
# On Linux, it is failing (before the tests actually run) with: Test run terminated with signal SIGSEGV.
# But it works on Linux during the E2E test.
- name: Run SingleRootProject tests
if: ${{ inputs.platform != 'linux' }}
run: yarn test --scenario=SingleRootProject --skipCheckBinaries
working-directory: Extension
# NOTE : We can't run the test that require the native binary files
# yet -- there will be an update soon that allows the tester to
# acquire them on-the-fly
@@ -70,4 +81,5 @@ jobs:
# uses: coactions/setup-xvfb@v1
# with:
# run: yarn test --scenario=MultirootDeadlockTest
# working-directory: Extension
# working-directory: Extension
+5 -1
View File
@@ -8,6 +8,9 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
main:
runs-on: ubuntu-latest
@@ -15,7 +18,7 @@ jobs:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Run Locker
@@ -25,3 +28,4 @@ jobs:
daysSinceClose: 45
daysSinceUpdate: 3
ignoreLabels: more votes needed,debugger,internal
@@ -8,6 +8,9 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
main:
runs-on: ubuntu-latest
@@ -15,7 +18,7 @@ jobs:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Stale Closer
@@ -23,9 +26,10 @@ jobs:
with:
readonly: ${{ github.event.inputs.readonly }}
labels: more info needed,debugger
ignoreLabels: language service,internal
ignoreLabels: Language Service,internal
involves: wardengnaw,pieandcakes,calgagi
closeDays: 14
closeComment: "This issue has been closed because it needs more information and has not had recent activity."
pingDays: 7
pingComment: "Hey @${assignee}, this issue might need further attention.\n\n@${author}, you can help us out by closing this issue if the problem no longer exists, or adding more information."
@@ -8,6 +8,9 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
main:
runs-on: ubuntu-latest
@@ -15,7 +18,7 @@ jobs:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Stale Closer
@@ -28,3 +31,4 @@ jobs:
closeComment: "This issue has been closed because it needs more information and has not had recent activity."
pingDays: 14
pingComment: "Hey @${assignee}, this issue might need further attention.\n\n@${author}, you can help us out by closing this issue if the problem no longer exists, or adding more information."
@@ -8,6 +8,9 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
main:
runs-on: ubuntu-latest
@@ -15,7 +18,7 @@ jobs:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Stale Closer
@@ -23,9 +26,10 @@ jobs:
with:
readonly: ${{ github.event.inputs.readonly }}
labels: question,debugger
ignoreLabels: language service,internal
ignoreLabels: Language Service,internal
involves: wardengnaw,pieandcakes,calgagi
closeDays: 14
closeComment: "This issue has been closed because it is a question and has not had recent activity."
pingDays: 7
pingComment: "Hey @${assignee}, this issue might need further attention.\n\n@${author}, you can help us out by closing this issue if the question has been answered."
+5 -1
View File
@@ -8,6 +8,9 @@ on:
description: "readonly: Specify true or 1 to prevent changes from being commited to GitHub"
default: false
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
main:
runs-on: ubuntu-latest
@@ -15,7 +18,7 @@ jobs:
issues: write
steps:
- name: Checkout Actions
uses: actions/checkout@v2
uses: actions/checkout@v5
- name: Install Actions
run: cd ./.github/actions && npm install --production && cd ../..
- name: Stale Closer
@@ -28,3 +31,4 @@ jobs:
closeComment: "This issue has been closed because it is a question and has not had recent activity."
pingDays: 80
pingComment: "Hey @${assignee}, this issue might need further attention.\n\n@${author}, you can help us out by closing this issue if the question has been answered."
+27 -34
View File
@@ -4,6 +4,7 @@ trigger:
include:
- main
- release
- insiders
schedules:
- cron: 30 5 * * 0
@@ -30,13 +31,15 @@ extends:
parameters:
pool:
name: AzurePipelines-EO
image: AzurePipelinesWindows2022compliantGPT
image: 1ESPT-Windows2025
os: windows
sdl:
sourceAnalysisPool:
name: AzurePipelines-EO
image: AzurePipelinesWindows2022compliantGPT
image: 1ESPT-Windows2025
os: windows
binskim:
preReleaseVersion: '4.3.1'
tsa:
enabled: true
config:
@@ -57,6 +60,8 @@ extends:
enabled: true
featureFlags:
autoBaseline: false
settings:
networkIsolationPolicy: Permissive,CFSClean,CFSClean2,CFSClean3
stages:
- stage: build
@@ -76,46 +81,34 @@ extends:
steps:
- checkout: self
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@3
displayName: Use Yarn 1.x
- task: UseNode@1
displayName: Use Node 18.x
displayName: Use Node 22.x
inputs:
version: 18.x
version: 22.x
- task: CmdLine@2
- script: IF EXIST %SYSTEMDRIVE%\Users\%USERNAME%\.npmrc del %SYSTEMDRIVE%\Users\%USERNAME%\.npmrc
displayName: Delete .npmrc if it exists
inputs:
script: IF EXIST %SYSTEMDRIVE%\Users\%USERNAME%\.npmrc del %SYSTEMDRIVE%\Users\%USERNAME%\.npmrc
- task: Npm@0
name: NpmInstall_2
displayName: Install vsce
inputs:
arguments: --global @vscode/vsce
- task: CmdLine@1
name: ProcessRunner_11
- script: mkdir $(Build.ArtifactStagingDirectory)\Extension
displayName: Create Extension Staging Directory
inputs:
filename: mkdir
arguments: $(Build.ArtifactStagingDirectory)\Extension
- script: yarn run vsix-prepublish
- task: Bash@3
displayName: Build files
workingDirectory: $(Build.SourcesDirectory)\Extension
inputs:
targetType: 'inline'
script: |
export SRC_DIR=$(echo $BUILD_SOURCESDIRECTORY | sed 's|\\|/|g')
cd "$SRC_DIR/Extension"
npm run vsix-prepublish
if [ $? -ne 0 ]; then
echo "npm run vsix-prepublish failed, sleeping for 30s before retrying..."
sleep 30
exit 1
fi
retryCountOnTaskFailure: 3
- task: CmdLine@1
- script: |
cd $(Build.SourcesDirectory)\Extension
npx @vscode/[email protected] package --yarn -o $(Build.ArtifactStagingDirectory)\Extension\cpptools.vsix
name: ProcessRunner_12
displayName: Run VSCE to package vsix
inputs:
filename: vsce
arguments: package --yarn -o $(Build.ArtifactStagingDirectory)\Extension\cpptools.vsix
workingFolder: $(Build.SourcesDirectory)\Extension
- task: Npm@0
displayName: Uninstall vsce
inputs:
command: uninstall
arguments: --global @vscode/vsce
+3 -3
View File
@@ -30,12 +30,12 @@ extends:
parameters:
pool:
name: AzurePipelines-EO
image: AzurePipelinesWindows2022compliantGPT
image: 1ESPT-Windows2025
os: windows
sdl:
sourceAnalysisPool:
name: AzurePipelines-EO
image: AzurePipelinesWindows2022compliantGPT
image: 1ESPT-Windows2025
os: windows
stages:
- stage: stage
@@ -50,7 +50,7 @@ extends:
steps:
- task: NodeTool@0
inputs:
versionSpec: '18.x'
versionSpec: '22.x'
displayName: 'Install Node.js'
- task: CmdLine@2
+5 -3
View File
@@ -24,13 +24,15 @@ extends:
parameters:
pool:
name: AzurePipelines-EO
image: AzurePipelinesWindows2022compliantGPT
image: 1ESPT-Windows2025
os: windows
sdl:
sourceAnalysisPool:
name: AzurePipelines-EO
image: AzurePipelinesWindows2022compliantGPT
image: 1ESPT-Windows2025
os: windows
settings:
networkIsolationPolicy: Permissive,CFSClean,CFSClean2,CFSClean3
stages:
- stage: package
@@ -44,5 +46,5 @@ extends:
- template: /Build/package/jobs_package_vsix.yml@self
parameters:
vsixName: cpptools-extension-pack.vsix
vsixName: cpptools-extension-pack
srcDir: ExtensionPack
+5 -3
View File
@@ -24,13 +24,15 @@ extends:
parameters:
pool:
name: AzurePipelines-EO
image: AzurePipelinesWindows2022compliantGPT
image: 1ESPT-Windows2025
os: windows
sdl:
sourceAnalysisPool:
name: AzurePipelines-EO
image: AzurePipelinesWindows2022compliantGPT
image: 1ESPT-Windows2025
os: windows
settings:
networkIsolationPolicy: Permissive,CFSClean,CFSClean2,CFSClean3
stages:
- stage: package
@@ -44,5 +46,5 @@ extends:
- template: /Build/package/jobs_package_vsix.yml@self
parameters:
vsixName: cpptools-themes.vsix
vsixName: cpptools-themes
srcDir: Themes
+53 -23
View File
@@ -5,16 +5,28 @@ parameters:
- name: srcDir
type: string
default: ''
- name: signType
type: string
default: 'real'
jobs:
- job: package
displayName: Build ${{ parameters.vsixName }}
displayName: Build ${{ parameters.vsixName }}.vsix
timeoutInMinutes: 30
cancelTimeoutInMinutes: 1
templateContext:
mb: # Enable the MicroBuild Signing toolset
signing:
enabled: true
signType: ${{ parameters.signType }}
zipSources: false
${{ if eq(parameters.signType, 'real') }}:
signWithProd: true
featureFlags:
autoBaseline: false
outputs:
- output: pipelineArtifact
displayName: '${{ parameters.vsixName }}'
displayName: '${{ parameters.vsixName }}.vsix'
targetPath: $(Build.ArtifactStagingDirectory)\vsix
artifactName: vsix
@@ -22,33 +34,51 @@ jobs:
- checkout: self
- task: UseNode@1
displayName: Use Node 18.x
displayName: Use Node 22.x
inputs:
version: 18.x
version: 22.x
- task: Npm@0
displayName: Install vsce
- script: IF EXIST %SYSTEMDRIVE%\Users\%USERNAME%\.npmrc del %SYSTEMDRIVE%\Users\%USERNAME%\.npmrc
displayName: Delete .npmrc if it exists
- task: Bash@3
displayName: Build files
inputs:
arguments: --global @vscode/vsce
targetType: 'inline'
script: |
export SRC_DIR=$(echo $BUILD_SOURCESDIRECTORY | sed 's|\\|/|g')
cd "$SRC_DIR/${{ parameters.srcDir }}"
npm install
if [ $? -ne 0 ]; then
echo "npm install failed, sleeping for 30s before retrying..."
sleep 30
exit 1
fi
retryCountOnTaskFailure: 3
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@3
displayName: Use Yarn 1.x
- task: CmdLine@1
- script: mkdir $(Build.ArtifactStagingDirectory)\vsix
displayName: Create Staging Directory
inputs:
filename: mkdir
arguments: $(Build.ArtifactStagingDirectory)\vsix
- task: CmdLine@1
- script: |
cd $(Build.SourcesDirectory)\${{ parameters.srcDir }}
npx @vscode/[email protected] package -o $(Build.ArtifactStagingDirectory)\vsix\${{ parameters.vsixName }}.vsix
displayName: Run VSCE to package vsix
inputs:
filename: vsce
arguments: package --yarn -o $(Build.ArtifactStagingDirectory)\vsix\${{ parameters.vsixName }}
workingFolder: $(Build.SourcesDirectory)\${{ parameters.srcDir }}
- task: Npm@0
displayName: Uninstall vsce
# sign the vsix
- script: npx @vscode/[email protected] generate-manifest -i $(Build.ArtifactStagingDirectory)\vsix\${{ parameters.vsixName }}.vsix -o $(Build.ArtifactStagingDirectory)\vsix\${{ parameters.vsixName }}.manifest
displayName: generate manifest
workingDirectory: $(Build.SourcesDirectory)\${{ parameters.srcDir }}
- script: copy $(Build.ArtifactStagingDirectory)\vsix\${{ parameters.vsixName }}.manifest $(Build.ArtifactStagingDirectory)\vsix\${{ parameters.vsixName }}.signature.p7s
displayName: prepare manifest for signing
workingDirectory: $(Build.SourcesDirectory)\${{ parameters.srcDir }}
- task: NuGetToolInstaller@1
displayName: Install NuGet
- task: NuGetAuthenticate@1
displayName: Authenticate NuGet
- script: nuget restore $(Build.SourcesDirectory)\Build\signing\SignVsix.proj -PackagesDirectory $(Build.SourcesDirectory)\Build\signing\packages -ConfigFile $(Build.SourcesDirectory)\Build\signing\NuGet.config
displayName: Restore MicroBuild Core
- task: MSBuild@1
displayName: Sign the vsix
inputs:
command: uninstall
arguments: --global @vscode/vsce
solution: $(Build.SourcesDirectory)\Build\signing\SignVsix.proj
msbuildArguments: /p:SignType=${{ parameters.signType }}
+3 -3
View File
@@ -18,12 +18,12 @@ extends:
parameters:
pool:
name: AzurePipelines-EO
image: AzurePipelinesWindows2022compliantGPT
image: 1ESPT-Windows2025
os: windows
sdl:
sourceAnalysisPool:
name: AzurePipelines-EO
image: AzurePipelinesWindows2022compliantGPT
image: 1ESPT-Windows2025
os: windows
stages:
@@ -39,5 +39,5 @@ extends:
jobs:
- template: /Build/publish/jobs_publish_vsix.yml@self
parameters:
vsixName: cpptools-extension-pack.vsix
vsixName: cpptools-extension-pack
+3 -3
View File
@@ -18,12 +18,12 @@ extends:
parameters:
pool:
name: AzurePipelines-EO
image: AzurePipelinesWindows2022compliantGPT
image: 1ESPT-Windows2025
os: windows
sdl:
sourceAnalysisPool:
name: AzurePipelines-EO
image: AzurePipelinesWindows2022compliantGPT
image: 1ESPT-Windows2025
os: windows
stages:
@@ -39,5 +39,5 @@ extends:
jobs:
- template: /Build/publish/jobs_publish_vsix.yml@self
parameters:
vsixName: cpptools-themes.vsix
vsixName: cpptools-themes
+3 -9
View File
@@ -17,14 +17,9 @@ jobs:
steps:
- task: NodeTool@0
displayName: Use Node 18.x
displayName: Use Node 22.x
inputs:
versionSpec: 18.x
- task: Npm@0
displayName: Install vsce
inputs:
arguments: --global @vscode/vsce
versionSpec: 22.x
- task: AzureCLI@2
displayName: Generate AAD_TOKEN
@@ -37,8 +32,7 @@ jobs:
Write-Host "##vso[task.setvariable variable=AAD_TOKEN;issecret=true]$aadToken"
- script: |
vsce publish --packagePath $(Build.StagingDirectory)\vsix\${{ parameters.vsixName }}
npx @vscode/[email protected] publish --skip-duplicate -i $(Build.StagingDirectory)\vsix\${{ parameters.vsixName }}.vsix --manifestPath $(Build.StagingDirectory)\vsix\${{ parameters.vsixName }}.manifest --signaturePath $(Build.StagingDirectory)\vsix\${{ parameters.vsixName }}.signature.p7s
displayName: Publish to Marketplace
env:
VSCE_PAT: $(AAD_TOKEN)
+7
View File
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="Engineering" value="https://pkgs.dev.azure.com/devdiv/_packaging/MicroBuildToolset/nuget/v3/index.json" />
</packageSources>
</configuration>
+8
View File
@@ -0,0 +1,8 @@
# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @microsoft/cpptools-maintainers will be requested for
# review when someone opens a pull request.
* @microsoft/cpptools-maintainers
+1 -1
View File
@@ -5,7 +5,7 @@
* [Build and debug the extension](Documentation/Building%20the%20Extension.md).
* File an [issue](https://github.com/Microsoft/vscode-cpptools/issues) and a [pull request](https://github.com/Microsoft/vscode-cpptools/pulls) with the change and we will review it.
* If the change affects functionality, add a line describing the change to [**CHANGELOG.md**](Extension/CHANGELOG.md).
* Try and add a test in [**test/extension.test.ts**](Extension/test/unitTests/extension.test.ts).
* Try and add a test in [**test/extension.test.ts**](Extension/test/scenarios/SingleRootProject/tests/extension.test.ts).
* Run tests via opening the [**Extension**](https://github.com/Microsoft/vscode-cpptools/tree/main/Extension) folder in Visual Studio Code, selecting the "Launch Tests" configuration in the Debug pane, and choosing "Start Debugging".
## About the Code
@@ -1 +1 @@
The documentation for c_cpp_properties.json has moved to https://code.visualstudio.com/docs/cpp/c-cpp-properties-schema-reference.
The documentation for c_cpp_properties.json has moved to https://code.visualstudio.com/docs/cpp/customize-cpp-settings.
-4
View File
@@ -1,4 +0,0 @@
*.js
dist/
vscode*.d.ts
-166
View File
@@ -1,166 +0,0 @@
module.exports = {
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/strict",
],
"env": {
"browser": true,
"es6": true,
"node": true
},
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": ["tsconfig.json", ".scripts/tsconfig.json"],
"ecmaVersion": 2022,
"sourceType": "module",
"warnOnUnsupportedTypeScriptVersion": false,
},
"plugins": [
"@typescript-eslint",
"eslint-plugin-jsdoc",
"@typescript-eslint/eslint-plugin",
"eslint-plugin-import",
"eslint-plugin-header"
],
"rules": {
"indent": [
"warn",
4,
{
"SwitchCase": 1,
"ObjectExpression": "first"
}
],
"@typescript-eslint/indent": [
"error", 4
],
"@typescript-eslint/adjacent-overload-signatures": "error",
"@typescript-eslint/array-type": "error",
"@typescript-eslint/await-thenable": "error",
"camelcase": "off",
"@typescript-eslint/naming-convention": [
"error",
{
"selector": "typeLike",
"format": ["PascalCase"]
}
],
"@typescript-eslint/member-delimiter-style": [
"error",
{
"multiline": {
"delimiter": "semi",
"requireLast": true
},
"singleline": {
"delimiter": "semi",
"requireLast": false
}
}
],
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-extraneous-class": "off",
"no-case-declarations": "off",
"no-useless-escape": "off",
"no-floating-decimal": "error",
"keyword-spacing": ["error", { "before": true, "overrides": { "this": { "before": false } } }],
"arrow-spacing": ["error", { "before": true, "after": true }],
"semi-spacing": ["error", { "before": false, "after": true }],
"no-extra-parens": ["error", "all", { "nestedBinaryExpressions": false, "ternaryOperandBinaryExpressions": false }],
"@typescript-eslint/no-array-constructor": "error",
"@typescript-eslint/no-useless-constructor": "error",
"@typescript-eslint/no-for-in-array": "error",
"@typescript-eslint/no-misused-new": "error",
"@typescript-eslint/no-misused-promises": "error",
"@typescript-eslint/no-namespace": "error",
"@typescript-eslint/no-non-null-assertion": "error",
"@typescript-eslint/no-extra-non-null-assertion": "error",
"@typescript-eslint/no-this-alias": "error",
"@typescript-eslint/no-unnecessary-qualifier": "error",
"@typescript-eslint/no-unnecessary-type-arguments": "error",
"@typescript-eslint/no-var-requires": "error",
"@typescript-eslint/prefer-function-type": "error",
"@typescript-eslint/prefer-namespace-keyword": "error",
"@typescript-eslint/semi": "error",
"@typescript-eslint/triple-slash-reference": "error",
"@typescript-eslint/type-annotation-spacing": "error",
"@typescript-eslint/unified-signatures": "error",
"@typescript-eslint/no-floating-promises": "error",
"@typescript-eslint/method-signature-style": ["error", "method"],
"@typescript-eslint/space-infix-ops": "error",
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_" }],
"@typescript-eslint/no-unnecessary-boolean-literal-compare": "error",
"arrow-body-style": "error",
"comma-dangle": "error",
"comma-spacing": "off",
"@typescript-eslint/comma-spacing": "error",
"constructor-super": "error",
"curly": "error",
"eol-last": "error",
"eqeqeq": [
"error",
"always"
],
"import/no-default-export": "error",
"import/no-unassigned-import": "error",
"jsdoc/no-types": "error",
"new-parens": "error",
"no-bitwise": "error",
"no-caller": "error",
"no-cond-assign": "error",
"no-debugger": "error",
"no-duplicate-case": "error",
"no-duplicate-imports": "error",
"no-eval": "error",
"no-fallthrough": "error",
"no-invalid-this": "error",
"no-irregular-whitespace": "error",
"rest-spread-spacing": ["error", "never"],
"no-multiple-empty-lines": ["error", { "max": 1, "maxEOF": 1, "maxBOF": 0 }],
"no-new-wrappers": "error",
"no-return-await": "error",
"no-sequences": "error",
"no-sparse-arrays": "error",
"no-trailing-spaces": "error",
"no-multi-spaces": "error",
"no-undef-init": "error",
"no-unsafe-finally": "error",
"no-unused-expressions": "error",
"no-unused-labels": "error",
"space-before-blocks": "error",
"no-var": "error",
"one-var": [
"error",
"never"
],
"prefer-const": "error",
"prefer-object-spread": "error",
"space-in-parens": [
"error",
"never"
],
"spaced-comment": [
"off",
"always",
{ "line": { "exceptions": ["/"] } } // triple slash directives
],
"use-isnan": "error",
"valid-typeof": "error",
"yoda": "error",
"space-infix-ops": "error",
"header/header": [
"warn",
"block",
[
" --------------------------------------------------------------------------------------------",
" * Copyright (c) Microsoft Corporation. All Rights Reserved.",
" * See 'LICENSE' in the project root for license information.",
" * ------------------------------------------------------------------------------------------ "
],
],
}
};
+1
View File
@@ -10,6 +10,7 @@ server
debugAdapters
LLVM
bin/cpptools*
bin/libc.so
bin/*.dll
bin/.vs
bin/LICENSE.txt
+9 -6
View File
@@ -18,18 +18,20 @@ export async function main() {
}
export async function all() {
await rimraf(...(await getModifiedIgnoredFiles()).filter(each => !each.includes('node_modules')));
await rimraf(...(await getModifiedIgnoredFiles()).filter((each): each is string => each !== undefined && !each.includes('node_modules')));
}
export async function reset() {
verbose(`Resetting all .gitignored files in extension`);
await rimraf(...await getModifiedIgnoredFiles());
await rimraf(...(await getModifiedIgnoredFiles()).filter((each): each is string => each !== undefined));
}
async function details(files: string[]) {
let all = await Promise.all(files.filter(each => each).map(async (each) => {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const [filename, stats ] = await filepath.stats(each);
const results = await Promise.all(files.filter(each => each).map(async (each) => {
const [, stats] = await filepath.stats(each);
if (!stats) {
return null;
}
return {
filename: stats.isDirectory() ? cyan(`${each}${sep}**`) : brightGreen(`${each}`),
date: stats.mtime.toLocaleDateString().replace(/\b(\d)\//g, '0$1\/'),
@@ -37,6 +39,7 @@ async function details(files: string[]) {
modified: stats.mtime
};
}));
let all = results.filter((each): each is NonNullable<typeof each> => each !== null);
all = all.sort((a, b) => a.modified.getTime() - b.modified.getTime());
// print a formatted table so the date and time are aligned
const max = all.reduce((max, each) => Math.max(max, each.filename.length), 0);
@@ -56,7 +59,7 @@ export async function show(opt?: string) {
case 'ignored':
case 'untracked':
console.log(cyan('\n\nUntracked+Ignored files:'));
return details(await getModifiedIgnoredFiles());
return details((await getModifiedIgnoredFiles()).filter((each): each is string => each !== undefined));
default:
return error(`Unknown option '${opt}'`);
+25 -7
View File
@@ -48,28 +48,29 @@ export const Git = async (...args: Parameters<Awaited<CommandFunction>>) => (awa
export const GitClean = async (...args: Parameters<Awaited<CommandFunction>>) => (await new Command(await git, 'clean'))(...args);
export async function getModifiedIgnoredFiles() {
const {code, error, stdio } = await GitClean('-Xd', '-n');
const { code, error, stdio } = await GitClean('-Xd', '-n');
if (code) {
throw new Error(`\n${error.all().join('\n')}`);
}
// return the full path of files that would be removed.
// eslint-disable-next-line @typescript-eslint/no-misused-promises
return Promise.all(stdio.filter("Would remove").map((s) => filepath.exists(s.replace(/^Would remove /, ''), $root)).filter(p => p));
}
export async function rimraf(...paths: string[]) {
const all = [];
const all: Promise<void>[] = [];
for (const each of paths) {
if (!each) {
continue;
}
if (await filepath.isFolder(each)) {
verbose(`Removing folder ${red(each)}`);
all.push(rm(each, {recursive: true, force: true}));
all.push(rm(each, { recursive: true, force: true }));
continue;
}
verbose(`Removing file ${red(each)}`);
all.push(rm(each, {force: true}));
all.push(rm(each, { force: true }));
}
await Promise.all(all);
}
@@ -82,6 +83,9 @@ export async function mkdir(filePath: string) {
}
throw new Error(`Cannot create directory '${filePath}' because there is a file there.`);
}
if (!fullPath) {
throw new Error(`Cannot create directory '${filePath}' because the path is invalid.`);
}
await md(fullPath, { recursive: true });
return fullPath;
@@ -258,7 +262,7 @@ export function position(text: string) {
return gray(`${text}`);
}
export async function assertAnyFolder(oneOrMoreFolders: string | string[], errorMessage?: string): Promise<string> {
export async function assertAnyFolder(oneOrMoreFolders: string | string[], errorMessage?: string): Promise<string | undefined> {
oneOrMoreFolders = is.array(oneOrMoreFolders) ? oneOrMoreFolders : [oneOrMoreFolders];
for (const each of oneOrMoreFolders) {
const result = await filepath.isFolder(each, $root);
@@ -275,7 +279,7 @@ export async function assertAnyFolder(oneOrMoreFolders: string | string[], error
}
}
export async function assertAnyFile(oneOrMoreFiles: string | string[], errorMessage?: string): Promise<string> {
export async function assertAnyFile(oneOrMoreFiles: string | string[], errorMessage?: string): Promise<string | undefined> {
oneOrMoreFiles = is.array(oneOrMoreFiles) ? oneOrMoreFiles : [oneOrMoreFiles];
for (const each of oneOrMoreFiles) {
const result = await filepath.isFile(each, $root);
@@ -325,7 +329,6 @@ export async function checkDTS() {
let failing = false;
failing = !await assertAnyFile('vscode.d.ts') && (quiet || warn(`The VSCode import file '${$root}/dist/src/vscode.d.ts is missing.`)) || failing;
failing = !await assertAnyFile('vscode.proposed.terminalDataWriteEvent.d.ts') && (quiet || warn(`The VSCode import file '${$root}/dist/src/vscode.proposed.terminalDataWriteEvent.d.ts is missing.`)) || failing;
failing = !await assertAnyFile('vscode.proposed.lmTools.d.ts') && (quiet || warn(`The VSCode import file '${$root}/dist/src/vscode.proposed.lmTools.d.ts is missing.`)) || failing;
if (!failing) {
verbose('VSCode d.ts files appear to be in place.');
@@ -334,6 +337,9 @@ export async function checkDTS() {
}
export async function checkBinaries() {
if ($switches.includes('--skipCheckBinaries')) {
return false;
}
let failing = false;
failing = !await assertAnyFile(['bin/cpptools.exe', 'bin/cpptools']) && (quiet || warn(`The native binary files are not present. You should either build or install the native binaries\n\n.`)) || failing;
@@ -342,3 +348,15 @@ export async function checkBinaries() {
}
return failing;
}
export async function checkProposals() {
let failing = false;
await rm(`${$root}/vscode.proposed.chatParticipantAdditions.d.ts`);
failing = await assertAnyFile('vscode.proposed.chatParticipantAdditions.d.ts') && (quiet || warn(`The VSCode import file '${$root}/vscode.proposed.chatParticipantAdditions.d.ts' should not be present.`)) || failing;
if (!failing) {
verbose('VSCode proposals appear to be in place.');
}
return failing;
}
+1 -1
View File
@@ -19,7 +19,7 @@ export async function watch() {
verbose(`Watching ${source} folder for changes.`);
console.log('Press Ctrl+C to exit.');
// eslint-disable-next-line @typescript-eslint/no-unused-vars
for await (const event of watchFiles(source, {recursive: true })) {
for await (const event of watchFiles(source, { recursive: true })) {
await main();
}
}
@@ -3,8 +3,6 @@
* See 'LICENSE' in the project root for license information.
* ------------------------------------------------------------------------------------------ */
/* eslint-disable no-prototype-builtins */
import { resolve } from 'path';
import { $root, read, write } from './common';
+6 -5
View File
@@ -75,7 +75,7 @@ filterStdio();
async function unitTests() {
await assertAnyFolder('dist/test/unit', `The folder '${$root}/dist/test/unit is missing. You should run ${brightGreen("yarn compile")}\n\n`);
const mocha = await assertAnyFile(["node_modules/.bin/mocha.cmd", "node_modules/.bin/mocha"], `Can't find the mocha testrunner. You might need to run ${brightGreen("yarn install")}\n\n`);
const result = spawnSync(mocha, [`${$root}/dist/test/unit/**/*.test.js`, '--timeout', '30000'], { stdio:'inherit', shell: true });
const result = spawnSync(mocha, [`${$root}/dist/test/unit/**/*.test.js`, '--timeout', '30000'], { stdio: 'inherit', shell: true });
verbose(`\n${green("NOTE:")} If you want to run a scenario test (end-to-end) use ${cmdSwitch('scenario=<NAME>')} \n\n`);
return result.status;
}
@@ -161,23 +161,24 @@ interface Input {
id: string;
type: string;
description: string;
options: CommentArray<{label: string; value: string}>;
options: CommentArray<{ label: string; value: string }>;
}
export async function getScenarioNames() {
return (await readdir(`${$root}/test/scenarios`).catch(returns.none)).filter(each => each !== 'Debugger');
}
export async function getScenarioFolder(scenarioName: string) {
export async function getScenarioFolder(scenarioName: string | undefined) {
return scenarioName ? resolve(`${$root}/test/scenarios/${(await getScenarioNames()).find(each => each.toLowerCase() === scenarioName.toLowerCase())}`) : undefined;
}
export async function list() {
console.log(`\n${cyan("Scenarios: ")}\n`);
const names = await getScenarioNames();
const max = names.reduce((max, each) => Math.max(max, each), 0);
const max = names.reduce((max, each) => Math.max(max, each.length), 0);
for (const each of names) {
console.log(` ${green(each.padEnd(max))}: ${gray(await getScenarioFolder(each))}`);
const folder = await getScenarioFolder(each);
console.log(` ${green(each.padEnd(max))}: ${gray(folder || '')}`);
}
}
+2 -1
View File
@@ -7,6 +7,7 @@
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"esModuleInterop": true
"esModuleInterop": true,
"strictNullChecks": true
}
}
+10 -1
View File
@@ -3,7 +3,7 @@
* See 'LICENSE' in the project root for license information.
* ------------------------------------------------------------------------------------------ */
import { checkBinaries, checkCompiled, checkDTS, checkPrep, error, green } from './common';
import { checkBinaries, checkCompiled, checkDTS, checkPrep, checkProposals, error, green } from './common';
const quiet = process.argv.includes('--quiet');
export async function main() {
@@ -50,3 +50,12 @@ export async function dts() {
process.exit(1);
}
}
export async function proposals() {
let failing = false;
failing = (await checkProposals() && (quiet || error(`Issue with VSCode proposals. Run ${green('yarn prep')} to fix it.`))) || failing;
if (failing) {
process.exit(1);
}
}
+1 -1
View File
@@ -27,7 +27,7 @@
"editor.formatOnSave": true,
"editor.defaultFormatter": "vscode.json-language-features",
"editor.tabSize": 4,
"files.insertFinalNewline": true
"files.insertFinalNewline": false
},
"[jsonc]": {
"editor.formatOnSave": true,
+12 -11
View File
@@ -29,23 +29,24 @@ jobs/**
cgmanifest.json
# ignore development files
tsconfig.json
test.tsconfig.json
ui.tsconfig.json
tslint.json
.eslintrc.js
webpack.config.js
tscCompileList.txt
gulpfile.js
eslint.config.js
.gitattributes
.gitignore
gulpfile.js
localized_string_ids.h
readme.developer.md
test.tsconfig.json
translations_auto_pr.js
tsconfig.json
tslint.json
tscCompileList.txt
ui.tsconfig.json
webpack.config.js
CMakeLists.txt
debugAdapters/install.lock*
typings/**
**/*.map
import_edge_strings.js
localized_string_ids.h
translations_auto_pr.js
*.d.ts
# ignore i18n language files
i18n/**
+31
View File
@@ -0,0 +1,31 @@
{
"name": "cpptools-yarn-bootstrap",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cpptools-yarn-bootstrap",
"version": "1.0.0",
"license": "SEE LICENSE IN LICENSE.txt",
"devDependencies": {
"yarn": "1.22.22"
}
},
"node_modules/yarn": {
"version": "1.22.22",
"resolved": "https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/yarn/-/yarn-1.22.22.tgz",
"integrity": "sha1-rDRUnmqo5+rUY6dAfhxzkPYaZhA=",
"dev": true,
"hasInstallScript": true,
"license": "BSD-2-Clause",
"bin": {
"yarn": "bin/yarn.js",
"yarnpkg": "bin/yarn.js"
},
"engines": {
"node": ">=4.0.0"
}
}
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"name": "cpptools-yarn-bootstrap",
"private": true,
"version": "1.0.0",
"description": "Install Yarn from internal npm feed for repository bootstrap.",
"license": "SEE LICENSE IN LICENSE.txt",
"devDependencies": {
"yarn": "1.22.22"
}
}
+380 -1142
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -75,4 +75,4 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
## Data and telemetry
This extension collects usage data and sends it to Microsoft to help improve our products and services. Collection of telemetry is controlled via the same setting provided by Visual Studio Code: `"telemetry.enableTelemetry"`. Read our [privacy statement](https://privacy.microsoft.com/en-us/privacystatement) to learn more.
This extension collects usage data and sends it to Microsoft to help improve our products and services. Collection of telemetry is controlled via the same setting provided by Visual Studio Code: `"telemetry.enableTelemetry"`. Read our [privacy statement](https://go.microsoft.com/fwlink/?LinkId=521839) to learn more.
File diff suppressed because it is too large Load Diff
+13 -16
View File
@@ -1,16 +1,13 @@
{
"defaults": [
"-D__building_module(x)=0",
"--pack_alignment",
"8",
"-Dunix=1",
"-D__unix__=1",
"-D__linux__=1",
"-D__arm__=1",
"-D__ARM_32BIT_STATE=1",
"-D__PTRDIFF_TYPE__=int",
"-D__SIZE_TYPE__=unsigned int",
"-D__WCHAR_TYPE__=long int"
],
"defaults_op": "merge"
}
{
"defaults": [
"-Dunix=1",
"-D__unix__=1",
"-D__linux__=1",
"-D__arm__=1",
"-D__ARM_32BIT_STATE=1",
"-D__PTRDIFF_TYPE__=int",
"-D__SIZE_TYPE__=unsigned int",
"-D__WCHAR_TYPE__=long int"
],
"defaults_op": "merge"
}
+13 -16
View File
@@ -1,16 +1,13 @@
{
"defaults": [
"-D__building_module(x)=0",
"--pack_alignment",
"8",
"-Dunix=1",
"-D__unix__=1",
"-D__linux__=1",
"-D__aarch64__=1",
"-D__ARM_64BIT_STATE=1",
"-D__PTRDIFF_TYPE__=long int",
"-D__SIZE_TYPE__=long unsigned int",
"-D__WCHAR_TYPE__=int"
],
"defaults_op": "merge"
}
{
"defaults": [
"-Dunix=1",
"-D__unix__=1",
"-D__linux__=1",
"-D__aarch64__=1",
"-D__ARM_64BIT_STATE=1",
"-D__PTRDIFF_TYPE__=long int",
"-D__SIZE_TYPE__=long unsigned int",
"-D__WCHAR_TYPE__=int"
],
"defaults_op": "merge"
}
+13 -16
View File
@@ -1,16 +1,13 @@
{
"defaults": [
"-D__building_module(x)=0",
"--pack_alignment",
"8",
"-Dunix=1",
"-D__unix__=1",
"-D__linux__=1",
"-D__x86_64=1",
"-D__x86_64__=1",
"-D__PTRDIFF_TYPE__=long int",
"-D__SIZE_TYPE__=long unsigned int",
"-D__WCHAR_TYPE__=int"
],
"defaults_op": "merge"
}
{
"defaults": [
"-Dunix=1",
"-D__unix__=1",
"-D__linux__=1",
"-D__x86_64=1",
"-D__x86_64__=1",
"-D__PTRDIFF_TYPE__=long int",
"-D__SIZE_TYPE__=long unsigned int",
"-D__WCHAR_TYPE__=int"
],
"defaults_op": "merge"
}
+13 -16
View File
@@ -1,16 +1,13 @@
{
"defaults": [
"-D__building_module(x)=0",
"--pack_alignment",
"8",
"-Dunix=1",
"-D__unix__=1",
"-D__linux__=1",
"-D__i386=1",
"-D__i386__=1",
"-D__PTRDIFF_TYPE__=int",
"-D__SIZE_TYPE__=unsigned int",
"-D__WCHAR_TYPE__=long int"
],
"defaults_op": "merge"
}
{
"defaults": [
"-Dunix=1",
"-D__unix__=1",
"-D__linux__=1",
"-D__i386=1",
"-D__i386__=1",
"-D__PTRDIFF_TYPE__=int",
"-D__SIZE_TYPE__=unsigned int",
"-D__WCHAR_TYPE__=long int"
],
"defaults_op": "merge"
}
-2
View File
@@ -1,7 +1,5 @@
{
"defaults": [
"--pack_alignment",
"8",
"-Dunix=1",
"-D__unix__=1",
"-D__linux__=1",
-2
View File
@@ -1,7 +1,5 @@
{
"defaults": [
"--pack_alignment",
"8",
"-Dunix=1",
"-D__unix__=1",
"-D__linux__=1",
-2
View File
@@ -1,7 +1,5 @@
{
"defaults": [
"--pack_alignment",
"8",
"-Dunix=1",
"-D__unix__=1",
"-D__linux__=1",
-2
View File
@@ -1,7 +1,5 @@
{
"defaults": [
"--pack_alignment",
"8",
"-Dunix=1",
"-D__unix__=1",
"-D__linux__=1",
+12 -15
View File
@@ -1,15 +1,12 @@
{
"defaults": [
"-D__building_module(x)=0",
"--pack_alignment",
"8",
"-D__APPLE__=1",
"-D__MACH__=1",
"-D__arm__=1",
"-D__ARM_32BIT_STATE=1",
"-D__PTRDIFF_TYPE__=int",
"-D__SIZE_TYPE__=unsigned int",
"-D__WCHAR_TYPE__=long int"
],
"defaults_op": "merge"
}
{
"defaults": [
"-D__APPLE__=1",
"-D__MACH__=1",
"-D__arm__=1",
"-D__ARM_32BIT_STATE=1",
"-D__PTRDIFF_TYPE__=int",
"-D__SIZE_TYPE__=unsigned int",
"-D__WCHAR_TYPE__=long int"
],
"defaults_op": "merge"
}
+12 -15
View File
@@ -1,15 +1,12 @@
{
"defaults": [
"-D__building_module(x)=0",
"--pack_alignment",
"8",
"-D__APPLE__=1",
"-D__MACH__=1",
"-D__aarch64__=1",
"-D__ARM_64BIT_STATE=1",
"-D__PTRDIFF_TYPE__=long int",
"-D__SIZE_TYPE__=long unsigned int",
"-D__WCHAR_TYPE__=int"
],
"defaults_op": "merge"
}
{
"defaults": [
"-D__APPLE__=1",
"-D__MACH__=1",
"-D__aarch64__=1",
"-D__ARM_64BIT_STATE=1",
"-D__PTRDIFF_TYPE__=long int",
"-D__SIZE_TYPE__=long unsigned int",
"-D__WCHAR_TYPE__=int"
],
"defaults_op": "merge"
}
+12 -15
View File
@@ -1,15 +1,12 @@
{
"defaults": [
"-D__building_module(x)=0",
"--pack_alignment",
"8",
"-D__APPLE__=1",
"-D__MACH__=1",
"-D__x86_64=1",
"-D__x86_64__=1",
"-D__PTRDIFF_TYPE__=long int",
"-D__SIZE_TYPE__=long unsigned int",
"-D__WCHAR_TYPE__=int"
],
"defaults_op": "merge"
}
{
"defaults": [
"-D__APPLE__=1",
"-D__MACH__=1",
"-D__x86_64=1",
"-D__x86_64__=1",
"-D__PTRDIFF_TYPE__=long int",
"-D__SIZE_TYPE__=long unsigned int",
"-D__WCHAR_TYPE__=int"
],
"defaults_op": "merge"
}
+12 -15
View File
@@ -1,15 +1,12 @@
{
"defaults": [
"-D__building_module(x)=0",
"--pack_alignment",
"8",
"-D__APPLE__=1",
"-D__MACH__=1",
"-D__i386=1",
"-D__i386__=1",
"-D__PTRDIFF_TYPE__=int",
"-D__SIZE_TYPE__=unsigned int",
"-D__WCHAR_TYPE__=long int"
],
"defaults_op": "merge"
}
{
"defaults": [
"-D__APPLE__=1",
"-D__MACH__=1",
"-D__i386=1",
"-D__i386__=1",
"-D__PTRDIFF_TYPE__=int",
"-D__SIZE_TYPE__=unsigned int",
"-D__WCHAR_TYPE__=long int"
],
"defaults_op": "merge"
}
-2
View File
@@ -1,7 +1,5 @@
{
"defaults": [
"--pack_alignment",
"8",
"-D__APPLE__=1",
"-D__MACH__=1",
"-D__arm__=1",
-2
View File
@@ -1,7 +1,5 @@
{
"defaults": [
"--pack_alignment",
"8",
"-D__APPLE__=1",
"-D__MACH__=1",
"-D__aarch64__=1",
-2
View File
@@ -1,7 +1,5 @@
{
"defaults": [
"--pack_alignment",
"8",
"-D__APPLE__=1",
"-D__MACH__=1",
"-D__x86_64=1",
-2
View File
@@ -1,7 +1,5 @@
{
"defaults": [
"--pack_alignment",
"8",
"-D__APPLE__=1",
"-D__MACH__=1",
"-D__i386=1",
+193 -47
View File
@@ -3,7 +3,7 @@
"poslední řádek souboru končí bez nového řádku",
"poslední řádek souboru končí zpětným lomítkem",
"Soubor #include %sq obsahuje sám sebe.",
"nedostatek paměti",
"Nedostatek paměti. Zvažte povolení 64bitového modulu IntelliSense a zvýšení limitu paměti IntelliSense v nastaveních.",
null,
"nezavřený komentář na konci souboru",
"Nerozpoznaný token",
@@ -163,7 +163,7 @@
"Nerozpoznaná direktiva #pragma",
null,
"Nepodařilo se otevřít dočasný soubor %sq: %s2",
"Název adresáře dočasných souborů je moc dlouhý (%sq).",
null,
"příliš málo argumentů ve volání funkce",
"neplatná plovoucí konstanta",
"Argument typu %t1 je nekompatibilní s parametrem typu %t2.",
@@ -1134,7 +1134,7 @@
"Prázdný seznam přepisovačů se musí kompletně vynechat.",
"Očekával se operand asm.",
"Očekávalo se přepsání registru.",
"Atribut format vyžaduje parametr tři tečky.",
"Atribut format vyžaduje parametr ellipsis (tři tečky) nebo sadu parametrů.",
"První argument náhrady není prvním argumentem proměnné.",
"Index argumentu formátu je větší než počet parametrů.",
"Argument formátu není řetězcového typu.",
@@ -1505,7 +1505,7 @@
"Chyba příkazového řádku",
"vnitřní chyba",
"Vnitřní chyba",
"-D",
null,
null,
"Došlo k dosažení limitu chyb.",
"Smyčka interní chyby",
@@ -1524,7 +1524,7 @@
"převodní jazyk (7)",
"převodní jazyk (8)",
"převodní jazyk (9)",
"PCH",
null,
null,
null,
null,
@@ -1537,7 +1537,7 @@
"neplatný znak pro literál char16_t",
null,
"Nerozpoznaná konvence volání %s, musí být jednou z:",
"%s",
null,
null,
null,
"Nadřízený typ typu výčtu musí být integrální typ.",
@@ -1828,7 +1828,7 @@
"Funkce auto vyžaduje ukončovací návratový typ.",
"Šablona člena nemůže mít specifikátor pure.",
"Řetězcový literál je příliš dlouhý nadpočetné znaky se ignorují.",
"Možnost řízení klíčového slova nullptr se dá použít jenom při kompilaci C++.",
null,
"Došlo k převodu std::nullptr_t na bool.",
null,
null,
@@ -2711,7 +2711,7 @@
"Pokus o přístup přes nulový ukazatel na člen (datový člen)",
"Porovnání ukazatele s hodnotou void nebo ukazatelem na funkci není standardní.",
"Nepovedlo se inicializovat metadata.",
"Neplatné přetypování mezi základní a odvozenou třídou (úplný typ třídy je %t).",
"Neplatné přetypování mezi základní a odvozenou třídou (skutečný typ odvozené třídy je %t)",
"Neplatný přístup k %n v objektu s úplným typem %t.",
"__auto_type tady není povolený.",
"__auto_type nepovoluje víc deklarátorů.",
@@ -2955,7 +2955,7 @@
"Specifikátory omezení destruktoru musejí pokrývat sjednocení specifikátorů omezení všech konstruktorů.",
"error",
"Pro nostdlib se vyžaduje aspoň jedno nucené použití.",
"error-type",
"typ chyby",
null,
null,
null,
@@ -3209,7 +3209,7 @@
"Explicitní volání destruktoru není povolené v konstantním výrazu.",
"Operátor čárky nezadané v závorkách ve výrazu dolního indexu pole je zastaralý.",
"Počet dynamicky přidělených elementů (%d) pro inicializátor je moc malý.",
"Nestálý operand pro výraz %s je zastaralý.",
null,
"Použití výsledku přiřazení do nestálého skalárního objektu je zastaralé.",
"Nestálý cílový typ pro složený výraz přiřazení je zastaralý.",
"Nestálý parametr funkce je zastaralý.",
@@ -3230,8 +3230,8 @@
"druhá shoda je %t",
"Atribut availability, který se tady používá, se ignoruje.",
"Výraz inicializátoru podle C++20 v příkazu for založeném na rozsahu není v tomto režimu standardní.",
"co_await se může vztahovat jen na příkaz for založený na rozsahu.",
"Typ rozsahu ve smyčce for založené na rozsahu se nedá vyvodit.",
"co_await se může vztahovat jen na příkaz for založený na rozsahu",
"nelze odvodit typ rozsahu v příkazu for založeném na rozsahu",
"Vložené proměnné jsou funkce standardu C++17.",
"Destrukční operátor delete vyžaduje jako první parametr %t.",
"Destrukční operátor delete nemůže mít parametry jiné než std::size_t a std::align_val_t.",
@@ -3249,7 +3249,7 @@
"Nepovedlo se nahradit argumenty %T pro concept-id.",
"Pro argumenty %T je koncept false.",
"Klauzule requires tady není povolena (nejedná se o funkci se šablonami).",
"Šablona konceptu",
"koncept",
"Klauzule requires není kompatibilní s %nfd.",
"Očekával se atribut.",
null,
@@ -3272,17 +3272,17 @@
"%sq není importovatelné záhlaví.",
"Nelze importovat modul bez názvu.",
"Modul nemůže mít závislost rozhraní sám na sebe.",
"Modul %sq je už importovaný.",
"%m už je naimportovaný",
"Soubor modulu",
"Nepodařilo se najít soubor modulu pro modul %sq.",
"Soubor modulu %sq se nepovedlo naimportovat.",
"Očekávalo se %s1, ale našlo se %s2.",
null,
"Při otevírání souboru modulu %sq",
"Neznámý název oddílu %sq",
"neznámý soubor modulu",
"soubor modulu s importovatelnou hlavičkou",
"soubor modulu EDG",
"soubor modulu IFC",
null,
null,
null,
null,
"neočekávaný soubor modulu",
"Typ druhého operandu %t2 musí mít stejnou velikost jako %t1.",
"Typ musí být možné triviálně kopírovat.",
@@ -3347,7 +3347,7 @@
"nejde najít záhlaví %s, které se má importovat",
"více než jeden soubor v seznamu souborů modulu odpovídá %s",
"soubor modulu, který se našel pro %s, je pro jiný modul",
"libovolný druh souboru modulu",
null,
"nejde přečíst soubor modulu",
"předdefinovaná funkce není k dispozici, protože typ char8_t se nepodporuje s aktuálními možnostmi",
null,
@@ -3368,7 +3368,7 @@
"Nepovedlo se interpretovat rozložení bitů pro tento cíl kompilace.",
"Žádný odpovídající operátor pro operátor IFC %sq",
"Žádná odpovídající konvence volání pro konvenci volání IFC %sq",
"Modul %sq obsahuje nepodporované konstrukce.",
"%m obsahuje nepodporované konstruktory",
"Nepodporovaná konstrukce IFC: %sq",
"__is_signed už není klíčové slovo.",
"Rozměr pole musí mít konstantní celočíselnou hodnotu bez znaménka.",
@@ -3417,35 +3417,35 @@
"Příkazy if consteval a if not consteval nejsou v tomto režimu standardní.",
"Vynechání () v deklarátoru výrazu lambda je v tomto režimu nestandardní.",
"Když se vynechá seznam parametrů výrazu lambda, nepodporuje se klauzule requires na konci.",
"Požádalo se o neplatný oddíl modulu %sq.",
"Požádalo se nedefinovaný oddíl modulu %sq1 (předpokládalo se, že je to %sq2).",
"požádáno o neplatný oddíl %m",
"byl požadován %m nedefinovaný oddíl (pravděpodobně %sq)",
null,
null,
"Modul %sq1 pozice souboru %u1 (relativní pozice %u2) požadovaná pro oddíl %sq2, který přetéká konec svého oddílu",
"Modul %sq1 pozice souboru %u1 (relativní pozice %u2) požadována pro oddíl %sq2, který je nesprávně zarovnán s elementy oddílů",
"pozice %u1 v souboru %m (relativní pozice %u2) požadovaná pro oddíl %sq, která přetéká konec svého oddílu",
"pozice %u1 v souboru %m (relativní pozice %u2) požadována pro oddíl %sq, která je nesprávně zarovnána s elementy oddílů",
"z dílčího pole %sq (relativní pozice k uzlu %u)",
"Z oddílu %sq elementu %u1 (pozice souboru %u2, relativní pozice %u3)",
"Atributy výrazů lambda jsou funkcí C++23.",
"Identifikátor %sq by bylo možné zaměnit za vizuálně podobné %p.",
"Tento komentář obsahuje podezřelé řídicí znaky formátování Unicode.",
"Tento řetězec obsahuje řídicí znaky formátování Unicode. To může způsobit neočekávané chování modulu runtime.",
"Došlo k potlačení %d1 upozornění při zpracovávání modulu %sq1.",
"Došlo k potlačení %d1 upozornění při zpracovávání modulu %sq1.",
"Došlo k potlačení %d1 chyby při zpracovávání modulu %sq1.",
"Došlo k potlačení %d1 chyb při zpracovávání modulu %sq1.",
"při zpracovávání %m došlo k potlačení %u upozornění",
"při zpracování %m došlo k potlačení %u upozornění",
"při zpracování %m došlo k %u potlačené chybě",
"při zpracování %m došlo k(e) %u potlačeným chybám",
"včetně",
"potlačeno",
"Virtuální členská funkce nemůže mít explicitní parametr this.",
"Převzetí adresy funkce s explicitním this vyžaduje kvalifikovaný název.",
"Vytvoření adresy funkce s explicitním this vyžaduje operátor &.",
"řetězcový literál nelze použít k inicializaci člena flexibilního pole.",
"Reprezentace IFC definice funkce %sq je neplatná.",
null,
"graf UniLevel IFC se nepoužil k zadání parametrů.",
"V grafu definice parametrů IFC byl zadán tento počet parametrů: %u1, zatímco deklarace IFC určovala tento počet parametrů: %u2.",
"V grafu definice parametrů IFC byly zadány %u1 parametry, zatímco deklarace IFC určovala tento počet parametrů: %u2.",
"V grafu definice parametrů IFC byly zadány %u1 parametry, zatímco deklarace IFC určovala tento počet parametrů: %u2.",
"Chybí reprezentace IFC definice funkce %sq.",
null,
null,
null,
null,
null,
"chybí reprezentace IFC definice funkce %sq",
"modifikátor funkce se nevztahuje na deklaraci členské šablony.",
"výběr člena zahrnuje příliš mnoho vnořených anonymních typů",
"mezi operandy není žádný společný typ",
@@ -3467,7 +3467,7 @@
"bitové pole s nekompletním typem výčtu nebo neprůhledný výčet s neplatným základním typem",
"došlo k pokusu o vytvoření elementu z oddílu IFC %sq pomocí indexu do oddílu IFC %sq2.",
"oddíl %sq určil svou velikost položky jako %u1, když bylo očekáváno %u2.",
"při zpracování modulu %sq1 byl zjištěn neočekávaný požadavek IFC.",
"při zpracování %m byl zjištěn neočekávaný požadavek IFC",
"podmínka selhala na řádku %d v %s1: %sq2",
"atomické omezení závisí na sobě",
"Funkce noreturn má návratový typ, který není void.",
@@ -3475,9 +3475,9 @@
"výchozí argument šablony nelze zadat pro definici členské šablony mimo její třídu.",
"při rekonstrukci entity se zjistil neplatný název identifikátoru IFC %sq.",
null,
"neplatná hodnota řazení modulu %sq",
"neplatná hodnota řazení %m",
"šablona funkce načtená z modulu IFC byla nesprávně parsována jako %nd.",
"nepovedlo se načíst odkaz na entitu IFC v modulu %sq.",
"nepodařilo se načíst odkaz na entitu IFC v %m",
"Z oddílu %sq elementu %u1 (pozice souboru %u2, relativní pozice %u3)",
"zřetězené specifikátory nejsou povolené pro typ třídy s netriviálním destruktorem.",
"Explicitní deklarace specializace nemůže být deklarací typu friend.",
@@ -3506,9 +3506,9 @@
null,
"nejde vyhodnotit inicializátor pro člena flexibilního pole",
"výchozí inicializátor bitového pole je funkce C++20",
"příliš mnoho argumentů v seznamu argumentů šablony v modulu %sq",
"příliš mnoho argumentů v seznamu argumentů šablony v %m",
"zjištěno pro argument šablony reprezentovaný %sq elementem %u1 (pozice souboru %u2, relativní pozice %u3)",
"příliš málo argumentů v seznamu argumentů šablony v modulu %sq",
"příliš málo argumentů v seznamu argumentů šablony v %m",
"zjištěno při zpracování seznamu argumentů šablony reprezentovaného %sq elementem %u1 (pozice souboru %u2, relativní pozice %u3)",
"převod z vymezeného výčtového typu %t je nestandardní",
"zrušení přidělení se neshoduje s druhem přidělení (jedno je pro pole a druhé ne)",
@@ -3517,8 +3517,8 @@
"__make_unsigned je kompatibilní jenom s typem integer a výčtovým typem, které nejsou typu bool",
"vnitřní název %sq bude odsud považován za běžný identifikátor",
"přístup k neinicializovanému podobjektu v indexu %d",
"Číslo řádku IFC (%u1) přetéká maximální povolenou hodnotu (%u2), modul %sq.",
"Modul %sq1 požadoval element %u oddílu %sq2. Tato pozice souboru překračuje maximální reprezentovatelnou hodnotu.",
"číslo řádku IFC (%u1) přeteče maximální povolenou hodnotu (%u2) %m",
"%m požaduje element %u oddílu %sq; tato pozice v souboru překračuje maximální reprezentovatelnou hodnotu",
"nesprávný počet argumentů",
"Omezení kandidáta %n není splněno.",
"Počet parametrů %n neodpovídá volání.",
@@ -3551,7 +3551,7 @@
"Soubor IFC %sq nejde zpracovat.",
"Verze IFC %u1.%u2 není podporována.",
"Architektura IFC %sq není kompatibilní s aktuální cílovou architekturou.",
"Modul %sq1 požaduje index %u nepodporovaného oddílu odpovídajícího %sq2.",
"%m žádá o index %u nepodporovaného oddílu odpovídajícího %sq",
"Číslo parametru %d z %n má typ %t, který nelze dokončit.",
"Číslo parametru %d z %n má neúplný typ %t.",
"Číslo parametru %d z %n má abstraktní typ %t.",
@@ -3570,7 +3570,7 @@
"chybná reflexe (%r) pro spojení výrazů",
"%n již byl definován (předchozí definice %p)",
"objekt infovec není inicializovaný",
"value_of typ %t1 není kompatibilní s danou reflexí (entita s typem %t2)",
"extrakce typu %t1 není kompatibilní s danou odezvou (entita s typem %t2)",
"reflektování sady přetížení není v tuto chvíli povolené",
"tato vnitřní funkce vyžaduje reflexi pro instanci šablony",
"nekompatibilní typy %t1 a %t2 pro operátora",
@@ -3598,8 +3598,154 @@
"Výraz lambda static musí mít prázdnou specifikaci zachycení.",
"Jednotka hlavičky EDG IFC",
"EDG IFC",
"pro aktuální jednotku překladu se nepovedlo vytvořit jednotku hlavičky",
"aktuální jednotka překladu používá jednu nebo více funkcí, které se v tuto chvíli nedají zapsat do jednotky hlavičky",
"Pro aktuální jednotku překladu se nepovedlo vygenerovat soubor IFC.",
"Jedna nebo více entit se v tuto chvíli nedá zapsat do souboru IFC.",
"explicit(bool) je funkcí C++20",
"musí být zadán název modulu pro mapování souboru modulu odkazující na soubor %sq"
"prvním argumentem musí být ukazatel na celé číslo (integer), výčet (enum) nebo podporovaný typ s plovoucí desetinnou čárkou",
"moduly C++ nelze použít při kompilaci více jednotek překladu",
"Moduly C++ se nedají použít s funkcí export před C++11",
"token IFC %sq se nepodporuje",
"atribut pass_object_size je platný pouze pro parametry deklarací funkce",
"argument %sq atributu %d1 musí být hodnota mezi 0 a %d2",
"ref-qualifier se tady ignoruje",
"neplatný typ elementu NEON vector %t",
"neplatný typ elementu NEON polyvector %t",
"neplatný typ elementu škálovatelného vektoru %t",
"neplatný počet elementů řazené kolekce členů pro typ škálovatelného vektoru",
"NEON vector/polyvector musí mít šířku 64 nebo 128 bitů",
"typ %t bez velikosti není povolený",
"objekt bez velikosti typu %t nemůže být inicializovaný hodnotou",
"v rámci oboru %u byl nalezen neočekávaný index deklarace null",
"musí být zadán název modulu pro mapování souboru modulu odkazující na soubor %sq",
"přijata hodnota null indexu, kde byl očekáván uzel v oddílu IFC %sq",
"%nd nemůže mít typ %t.",
"kvalifikátor ref je v tomto režimu nestandardní",
"příkaz for založený na rozsahu není v tomto režimu standardní",
"auto jako specifikátor typu je v tomto režimu nestandardní",
"soubor modulu %sq se nepovedlo naimportovat kvůli poškození souboru",
"IFC",
"tokeny cizího původu vloženy po deklaraci člena",
"chybný obor vkládání (%r)",
"očekávala se hodnota typu std::string_view, ale získala se hodnota %t",
"tokeny cizího původu vloženy po příkazu",
"tokeny cizího původu vloženy po deklaraci",
"přetečení hodnoty indexu řazené kolekce členů (%d)",
">> výstup z std::meta::__report_tokens",
">> koncový výstup z std::meta::__report_tokens",
"není v kontextu s proměnnými parametrů",
"řídicí sekvence s oddělovači musí mít aspoň jeden znak",
"neukončená řídicí sekvence s oddělovači",
"konstanta obsahuje adresu místní proměnné",
"strukturovanou vazbu nejde deklarovat jako consteval",
"%no konfliktů s importovanou deklarací %nd",
"znak nelze reprezentovat ve zvoleném typu znaku",
"poznámka se nemůže objevit v kontextu předpony atributu using",
"typ poznámky %t není literálový typ",
"Atribut ext_vector_type se vztahuje pouze na logické hodnoty (bool), celočíselné typy (integer) nebo typy s plovoucí desetinnou čárkou (floating-point).",
"více specifikátorů do stejného sjednocení není povoleno",
"testovací zpráva",
"Aby se dalo použít --ms_c++23, musí být verze Microsoftu, která se emuluje, aspoň 1943.",
"neplatný aktuální pracovní adresář: %s",
"atribut cleanup v rámci funkce constexpr se v současné době nepodporuje",
"atribut assume se dá použít jenom na příkaz null",
"předpoklad selhal",
"šablony proměnných jsou funkcí C++14",
"nelze přijmout adresu funkce s parametrem deklarovaným atributem pass_object_size",
"všechny argumenty musí mít stejný typ",
"konečné porovnání bylo %s1 %s2 %s3",
"příliš mnoho argumentů pro atribut %sq",
"řetězec mantissa neobsahuje platné číslo",
"chyba v pohyblivé desetinné čárce při vyhodnocování konstanty",
"ignorován dědičný konstruktor %n pro operace podobné kopírování/přesouvání",
"Nelze určit velikost souboru %s.",
"%s nejde přečíst.",
"vložit",
"Nerozpoznaný název parametru",
"Parametr byl zadán více než jednou.",
"__has_embed se nemůže objevit mimo #if",
"Národní prostředí LC_NUMERIC nelze nastavit na C.",
"Direktivy elifdef a elifndef nejsou v tomto režimu povolené a v textu, který se přeskočí, se ignorují.",
"Deklarace aliasu je v tomto kontextu nestandardní.",
"Cílová sada instrukcí ABI může přidělit nestatické členy v pořadí, které neodpovídá jejich pořadí deklarací, což není v jazyce C++23 a novějších standardní.",
"Jednotka rozhraní modulu EDG IFC",
"Jednotka oddílu modulu EDG IFC",
"Deklaraci modulu nelze z této jednotky překladu exportovat, pokud není vytvořen soubor rozhraní modulu.",
"Deklarace modulu se musí exportovat z této jednotky překladu, aby se vytvořil soubor rozhraní modulu.",
"Bylo požadováno generování souboru modulu, ale v jednotce překladu nebyl deklarován žádný modul.",
"nahrazení %T za %n neúspěšných omezení",
"%n není splněno pro %T",
"rozšíření #embed je příliš dlouhé pro inicializaci entity typu %t",
"operátor defined tady není povolený",
"%n není členem %t",
"zužující převod na podepsaný znak v datech #embed",
"operátor není povolený pro typy „vector of bool“",
"objekt je pro vyhodnocení konstanty příliš velký",
"dočasný objekt odkazující sám na sebe",
"lambda v tomto kontextu nemůže odkazovat na místní proměnnou nebo init-capture",
"parametr lambda nemůže skrýt explicitní zachycení",
"parametr šablony lambda nemůže skrýt explicitní zachycení",
"pro zpracování této jednotky překladu není k dispozici dostatek adresního prostoru",
"<undetermined type>",
"<undetermined constant>",
"<undetermined template>",
"nakonfigurovaná velikost %s je pro zadaný počet bitů řetězce mantissa a exponentu příliš malá",
"výraz",
"<expression>",
"bez názvu",
"<unnamed>",
"<error-type>",
"<unknown-type>",
"<something>",
"<null-type>",
"<no-init>",
"<zero-init>",
"bitová kopie: ",
"<bitwise-copy>",
"výsledek třídy přes konstruktor: ",
"<constructor-call>",
"<NULL expression>",
"<error>",
"<NULL routine>",
"<default>",
"parametr #",
" (o jednu úroveň výš)",
" o úroveň výše",
"dynamic-init: ",
"<error-constant>",
"stack-offset-of:",
"<implicit element> ",
" opakování ",
"celé číslo",
"výčet",
"vymezený výčet",
"aritmetické",
"non-bool arithmetic",
"ukazatel",
"typ nullptr",
"popisovač",
"handle-to-CLI-array",
"pointer-to-object",
"pointer-to-function",
"pointer-to-member",
"bool",
"bool-equivalent",
"třída",
"nestálý operand pro inkrementační výraz je zastaralý",
"nestálý operand pro dekrementační výraz je zastaralý",
"%n dřív deklarované bez atributu „indeterminate“",
"výchozí konstruktor pro %t je explicitní",
"nepodařilo se načíst definici %n v %m",
"nepodařilo se načíst inicializátor pro %n v %m",
"třída s názvem typedef pro účely propojení nemůže mít základní třídu",
"třída s názvem typedef pro účely propojení nemůže mít členskou funkci",
"třída s názvem typedef pro účely propojení nemůže mít vnořený typ jiný než typ výčtu nebo typ třídy bez uzávěru",
"třída s názvem typedef pro účely propojení nemůže obsahovat výraz lambda",
"třída s názvem typedef pro účely propojení nemůže mít nestatický datový člen s výchozím inicializátorem",
"deklarace člena statických dat není v anonymní třídě povolená",
"výsledek inicializátoru odkazuje na proměnnou dllimport",
"šablona s atributem no_specializations nemůže být specializovaná",
"„static“ je zde nestandardní",
"%nd byl dříve deklarován bez explicitního základu výčtu",
"Chybějící typename je tady nestandardní.",
"Zkrácená syntaxe šablony funkce není standardní pro vodítka dedukce"
]
+193 -47
View File
@@ -3,7 +3,7 @@
"Die letzte Zeile von Dateien endet ohne Zeilenvorschub.",
"Die letzte Zeile von Dateien endet mit einem umgekehrten Schrägstrich.",
"Die #include-Datei \"%sq\" schließt sich selbst ein.",
"Nicht genügend Arbeitsspeicher.",
"Es ist nicht genügend Arbeitsspeicher vorhanden. Erwägen Sie, die 64-Bit-IntelliSense-Engine zu aktivieren und das IntelliSense-Arbeitsspeicherlimit in den Einstellungen zu erhöhen.",
null,
"Nicht geschlossener Kommentar am Ende der Datei",
"Unbekanntes Token",
@@ -163,7 +163,7 @@
"Unbekanntes #pragma.",
null,
"Die temporäre Datei \"%sq\" konnte nicht geöffnet werden: %s2",
"Der Name des Verzeichnisses für temporäre Dateien ist zu lang (%sq).",
null,
"Zu wenig Argumente im Funktionsaufruf.",
"Ungültige Gleitkommakonstante.",
"Das Argument vom Typ \"%t1\" ist mit dem Parameter vom Typ \"%t2\" inkompatibel.",
@@ -1134,7 +1134,7 @@
"Eine leere Überschreibungsliste muss komplett ausgelassen werden.",
"Es wurde ein ASM-Operand erwartet.",
"Es wurde eine zu überschreibende Registrierung erwartet.",
"Das format-Attribut erfordert einen Auslassungszeichenparameter.",
"Das Attribut „Format“ erfordert einen Auslassungspunkte-Parameter oder ein Parameterpaket",
"Das erste Ersetzungsargument ist nicht das erste Variablenargument.",
"Der Formatargumentindex ist größer als die Anzahl von Parametern.",
"Das Formatargument weist keinen Zeichenfolgentyp auf.",
@@ -1505,7 +1505,7 @@
"Befehlszeilenfehler",
"Interner Fehler.",
"Interner Fehler.",
"-D",
null,
null,
"Fehlerlimit erreicht.",
"Interne Fehlerschleife",
@@ -1524,7 +1524,7 @@
"Zwischensprache (7)",
"Zwischensprache (8)",
"Zwischensprache (9)",
"PCH",
null,
null,
null,
null,
@@ -1537,7 +1537,7 @@
"Ungültiges Zeichen für char16_t-Literal.",
null,
"Unbekannte Aufrufkonvention \"%s\", muss eine der folgenden Optionen sein:",
"%s",
null,
null,
null,
"Der zugrunde liegende Typ des Enumerationstyps muss ein integraler Typ sein.",
@@ -1828,7 +1828,7 @@
"Für die auto-Funktion ist ein nachstehender Rückgabetyp erforderlich.",
"Eine Membervorlage kann nicht über einen reinen Spezifizierer verfügen",
"Zeichenfolgenliteral zu lang -- überschüssige Zeichen werden ignoriert",
"Die Option zum Steuern des nullptr-Schlüsselworts kann nur beim Kompilieren von C++ verwendet werden.",
null,
"std::nullptr_t wird in einen booleschen Wert konvertiert.",
null,
null,
@@ -2711,7 +2711,7 @@
"Es wurde versucht, eine Pointer-to-Member-Funktion mit dem Wert NULL (Datenmember) zu dereferenzieren.",
"Das Vergleichen eines Zeigers mit \"void\" und eines Zeigers mit einer Funktion ist kein Standardvorgehen.",
"Fehler bei der Metadateninitialisierung.",
"Ungültige Umwandlung aus Basis in abgeleitete Klasse (der vollständige Klassentyp ist \"%t\").",
"Ungültige Umwandlung vom Basistyp zum abgeleiteten Typ (tatsächlicher abgeleiteter Klassentyp ist %t)",
"Ungültiger Zugriff auf %n im Objekt des vollständigen Typs %t.",
"\"__auto_type\" ist hier unzulässig.",
"\"__auto_type\" erlaubt nicht mehrere Deklaratoren.",
@@ -3209,7 +3209,7 @@
"Ein expliziter Destruktoraufruf ist in einem Konstantenausdruck nicht zulässig.",
"Ein nicht in Klammern gesetzter Kommaoperator im Unterskriptausdruck eines Arrays ist veraltet.",
"Die Anzahl dynamisch zugeordneter Elemente (%d) ist zu klein für den Initialisierer.",
"Ein volatile-Operand für einen %s-Ausdruck ist veraltet.",
null,
"Die Verwendung des Ergebnisses einer Zuweisung zu einem volatile-Skalarobjekt ist veraltet.",
"Ein volatile-Zieltyp für einen Verbundzuweisungsausdruck ist veraltet.",
"Ein volatile-Funktionsparameter ist veraltet.",
@@ -3230,8 +3230,8 @@
"Die andere Übereinstimmung lautet \"%t\".",
"Das hier verwendete Attribut \"availability\" wird ignoriert.",
"Die C++20-Initialisierungsanweisung in einer bereichsbasierten for-Anweisung entspricht in diesem Modus nicht dem Standard.",
"co_await kann nur auf eine bereichsbasierte for-Anweisung angewendet werden.",
"Der Typ des Bereichs kann in einer bereichsbasierten for-Schleife nicht abgeleitet werden.",
"co_await kann nur auf eine bereichsbasierte for-Anweisung angewendet werden",
"Der Typ des Bereichs kann in einer bereichsbasierten for“-Anweisung nicht abgeleitet werden",
"Inlinevariablen sind ein C++17-Feature.",
"Für eine \"operator delete\"-Funktion mit Zerstörung wird \"%t\" als erster Parameter benötigt.",
"Eine \"operator delete\"-Funktion mit Zerstörung kann nur die Parameter \"std::size_t\" und \"std::align_val_t\" aufweisen.",
@@ -3249,7 +3249,7 @@
"Fehler beim Ersetzen von Argumenten \"%T\" für \"concept-id\".",
"Das Konzept für die Argumente \"%T\" ist FALSE.",
"Eine requires-Klausel ist hier nicht zulässig (keine Funktion mit Vorlagen).",
"Konzeptvorlage",
"Konzept",
"Die requires-Klausel ist nicht mit \"%nfd\" kompatibel.",
"Es wurde ein Attribut erwartet.",
null,
@@ -3272,17 +3272,17 @@
"\"%sq\" ist kein importierbarer Header.",
"Ein Modul ohne Namen kann nicht importiert werden.",
"Ein Modul kann keine Schnittstellenabhängigkeit von sich selbst aufweisen.",
"Das Modul \"%sq\" wurde bereits importiert.",
"%m wurde bereits importiert",
"Moduldatei",
"Die Moduldatei für das Modul \"%sq\" wurde nicht gefunden.",
"Die Moduldatei \"%sq\" konnte nicht importiert werden.",
"Erwartet wurde \"%s1\", stattdessen gefunden: \"%s2\".",
null,
"beim Öffnen der Moduldatei \"%sq\"",
"Unbekannter Partitionsname \"%sq\".",
"Unbekannte Moduldatei",
"Importierbare Headermoduldatei",
"EDG-Moduldatei",
"IFC-Moduldatei",
null,
null,
null,
null,
"Unerwartete Moduldatei",
"Der Typ des zweiten Operanden, \"%t2\", muss die gleiche Größe aufweisen wie \"%t1\".",
"Der Typ muss trivial kopierbar sein.",
@@ -3347,7 +3347,7 @@
"Der zu importierende Header \"%s\" wurde nicht gefunden.",
"Mehrere Dateien in der Moduldateiliste stimmen mit \"%s\" überein.",
"Die für \"%s\" gefundene Moduldatei ist für ein anderes Modul bestimmt.",
"Beliebige Art von Moduldatei",
null,
"Die Moduldatei kann nicht gelesen werden.",
"Die integrierte Funktion ist nicht verfügbar, weil der char8_t-Typ mit den aktuellen Optionen nicht unterstützt wird.",
null,
@@ -3368,7 +3368,7 @@
"Das Bitlayout für dieses Kompilierungsziel kann nicht interpretiert werden.",
"Kein entsprechender Operator für IFC-Operator \"%sq\".",
"Keine entsprechende Aufrufkonvention für IFC-Aufrufkonvention \"%sq\".",
"Das Modul \"%sq\" enthält nicht unterstützte Konstrukte.",
"%m enthält nicht unterstützte Konstrukte",
"Nicht unterstütztes IFC-Konstrukt: %sq",
"\"__is_signed\" kann ab jetzt nicht mehr als Schlüsselwort verwendet werden.",
"Eine Arraydimension muss einen konstanten ganzzahligen Wert ohne Vorzeichen aufweisen.",
@@ -3417,35 +3417,35 @@
"„wenn consteval“ und „wenn nicht consteval“ sind in diesem Modus nicht Standard",
"das Weglassen von „()“ in einem Lambda-Deklarator ist in diesem Modus nicht der Standard",
"eine „trailing-requires“-Klausel ist nicht zulässig, wenn die Lambda-Parameterliste ausgelassen wird",
"Modul %sq ungültige Partition angefordert",
"Modul %sq1 undefinierte Partition (könnte %sq2 sein) wurde angefordert",
"%m ungültige Partition angefordert",
"%m undefinierte Partition (könnte %sq sein) wurde angefordert",
null,
null,
"Die %sq1-Dateiposition %u1 (relative Position %u2) des Moduls wurde für die %sq2-Partition angefordert. Dadurch wird das Ende der Partition überschritten",
"Modul %sq1 Dateiposition %u1 (relative Position %u2) wurde für die Partition %sq2 angefordert, welche mit dessen Partitionselementen falsch ausgerichtet ist",
"Die %m-Dateiposition %u1 (relative Position %u2) wurde für die %sq-Partition angefordert. Dadurch wird das Ende der Partition überschritten",
"Die %m-Dateiposition %u1 (relative Position %u2) wurde für die Partition %sq angefordert, die mit den Partitionselementen falsch ausgerichtet ist",
"von Unterfeld %sq (relative Position zum Knoten %u)",
"von Partition %sq Element %u1 (Dateiposition %u2, relative Position %u3)",
"Attribute für Lambdas sind ein C++23-Feature",
"der Bezeichner %sq könnte mit einem visuell ähnlichen Bezeichner verwechselt werden, der %p angezeigt wird",
"dieser Kommentar enthält verdächtige Unicode-Formatierungssteuerzeichen",
"diese Zeichenfolge enthält Unicode-Formatierungssteuerzeichen, die zu unerwartetem Laufzeitverhalten führen könnten",
"%d1 unterdrückte Warnung wurde bei der Verarbeitung des Moduls %sq1 festgestellt",
"%d1 unterdrückte Warnungen wurden bei der Verarbeitung des Moduls %sq1 festgestellt",
"%d1 unterdrückter Fehler wurde beim Verarbeiten des Moduls %sq1 festgestellt",
"%d1 unterdrückte Fehler wurden beim Verarbeiten des Moduls %sq1 festgestellt",
"%u unterdrückte Warnung wurde bei der Verarbeitung von %m festgestellt",
"%u unterdrückte Warnungen wurden bei der Verarbeitung von %m festgestellt",
"%u unterdrückter Fehler wurde beim Verarbeiten von %m festgestellt",
"%u unterdrückte Fehler wurden bei der Verarbeitung von %m festgestellt",
"einschließlich",
"Unterdrückt",
"eine virtuelle Memberfunktion darf keinen expliziten „dies“-Parameter aufweisen",
"das Übernehmen der Adresse einer expliziten „dies“-Funktion erfordert einen qualifizierten Namen.",
"das Formatieren der Adresse einer expliziten „dies“-Funktion erfordert den Operator „&“",
"Ein Zeichenfolgenliteral kann nicht zum Initialisieren eines flexiblen Arraymembers verwendet werden.",
"Die IFC-Darstellung der Definition der Funktion %sq ist ungültig.",
null,
"Ein UniLevel-IFC-Chart wurde nicht zum Angeben von Parametern verwendet.",
"Der %u1 Parameter wurden im IFC-Parameterdefinitionschart angegeben, während %u2 Parameter in der IFC-Deklaration angegeben wurden.",
"Der %u1 Parameter wurde im IFC-Parameterdefinitionschart angegeben, während %u2 Parameter in der IFC-Deklaration angegeben wurden.",
"%u1 Parameter wurden im IFC-Parameterdefinitionschart angegeben, während der %u2 Parameter in der IFC-Deklaration angegeben wurde.",
"Die IFC-Darstellung der Definition der Funktion %sq fehlt.",
null,
null,
null,
null,
null,
"Die IFC-Darstellung der Definition der Funktion %sq fehlt",
"Funktionsmodifizierer gilt nicht für eine statische Mitgliedervorlagendeklaration",
"Die Mitgliederauswahl umfasst zu viele geschachtelte anonyme Typen",
"Es gibt keinen gemeinsamen Typ zwischen den Operanden",
@@ -3467,7 +3467,7 @@
"entweder ein Bitfeld mit einem unvollständigen Enumerationstyp oder eine opake Enumeration mit einem ungültigen Basistyp",
"Es wurde versucht, ein Element aus der IFC-Partition %sq mithilfe eines Indexes in der IFC-Partition %sq2 zu erstellen",
"Die Partition %sq hat ihre Eintragsgröße mit %u1 angegeben, obwohl %u2 erwartet wurde",
"Unerwartete IFC-Anforderung beim Verarbeiten des Moduls %sq1",
"Unerwartete IFC-Anforderung beim Verarbeiten von %m",
"Bedingungsfehler in Zeile %d in %s1: %sq2",
"Die atomische Einschränkung hängt von sich selbst ab",
"Die Funktion \"noreturn\" weist den Rückgabetyp \"nicht void\" auf.",
@@ -3475,9 +3475,9 @@
"ein Standardvorlagenargument kann nicht für die Definition einer Membervorlage außerhalb seiner Klasse angegeben werden",
"Ungültiger IFC-Bezeichnername %sq bei der Rekonstruktion der Entität gefunden",
null,
"Modul %sq ungültiger Sortierwert",
"%m ungültiger Sortierwert",
"Eine aus einem IFC-Modul geladene Funktionsvorlage wurde fälschlicherweise als %nd analysiert",
"Fehler beim Laden eines IFC-Entitätsverweises im Modul \"%sq\"",
"Fehler beim Laden eines IFC-Entitätsverweises in %m",
"von Partition %sq Element %u1 (Dateiposition %u2, relative Position %u3)",
"verkettete Kennzeichner sind für einen Klassentyp mit einem nichttrivialen Destruktor nicht zulässig",
"Eine explizite Spezialisierungsdeklaration darf keine Frienddeklaration sein",
@@ -3506,9 +3506,9 @@
null,
"ein Initialisierer für einen flexiblen Arraymember kann nicht ausgewertet werden",
"ein Standard-Bitfeldinitialisierer ist ein C++20-Feature",
"zu viele Argumente in der Vorlagenargumentliste im Modul %sq",
"Zu viele Argumente in der Vorlagenargumentliste in %m",
"für das Vorlagenargument erkannt, das durch das %sq-Element %u1 dargestellt wird (Dateiposition %u2, relative Position %u3)",
"zu wenige Argumente in der Vorlagenargumentliste im Modul %sq",
"Zu wenige Argumente in der Vorlagenargumentliste in %m",
"wurde beim Verarbeiten der Vorlagenargumentliste erkannt, die durch das %sq-Element %u1 (Dateiposition %u2, relative Position %u3) dargestellt wird",
"die Konvertierung vom bereichsbezogenen Enumerationstyp \"%t\" entspricht nicht dem Standard",
"die Zuordnungsfreigabe stimmt nicht mit der Zuordnungsart überein (eine ist für ein Array und die andere nicht)",
@@ -3517,8 +3517,8 @@
"__make_unsigned ist nur mit nicht booleschen Integer- und Enumerationstypen kompatibel",
"der systeminterne Name\"%sq wird von hier aus als gewöhnlicher Bezeichner behandelt.",
"Zugriff auf nicht initialisiertes Teilobjekt bei Index %d",
"IFC-Zeilennummer (%u1) überläuft maximal zulässigen Wert (%u2) Modul %sq",
"Das Modul %sq1 hat das Element %u der Partition %sq2 angefordert. Diese Dateiposition überschreitet den maximal darstellbaren Wert",
"IFC-Zeilennummer (%u1) überschreitet maximal zulässigen Wert (%u2) %m",
"%m hat das Element %u der Partition %sq angefordert. Diese Dateiposition überschreitet den maximal darstellbaren Wert",
"Falsche Anzahl von Argumenten",
"Einschränkung für Kandidat %n nicht erfüllt",
"Die Anzahl der Parameter von %n stimmt nicht mit dem Aufruf überein",
@@ -3551,7 +3551,7 @@
"IFC-Datei %sq kann nicht verarbeitet werden",
"IFC-Version %u1.%u2 wird nicht unterstützt",
"Die IFC-Architektur \"%sq\" ist nicht mit der aktuellen Zielarchitektur kompatibel",
"Das Modul %sq1 fordert den Index %u einer nicht unterstützten Partition an, die %sq2 entspricht",
"%m fordert den Index %u einer nicht unterstützten Partition an, die %sq entspricht",
"Die Parameternummer %d von %n weist den Typ %t auf, der nicht abgeschlossen werden kann",
"Die Parameternummer %d von %n weist den unvollständigen Typ %t auf",
"Die Parameternummer %d von %n weist den abstrakten Typ %t auf",
@@ -3570,7 +3570,7 @@
"Ungültige Reflexion (%r) für Ausdrucks-Splice",
"%n wurde bereits definiert (vorherige Definition %p)",
"Infovec-Objekt nicht initialisiert",
"value_of Typ %t1 ist nicht mit der angegebenen Reflexion kompatibel (Entität vom Typ %t2).",
"Extrakt von Typ %t1 ist nicht mit der angegebenen Reflexion kompatibel (Entität vom Typ %t2)",
"Das Reflektieren eines Überladungssatzes ist derzeit nicht zulässig.",
"Diese systeminterne Funktion erfordert eine Reflexion für eine Vorlageninstanz.",
"Inkompatible Typen %t1 und %t2 für Operator",
@@ -3598,8 +3598,154 @@
"Ein Lambdaausdruck \"static\" muss eine leere Erfassungsspezifikation aufweisen.",
"EDG IFC-Headereinheit",
"EDG IFC",
"für die aktuelle Übersetzungseinheit konnte keine Headereinheit erstellt werden",
"Die aktuelle Übersetzungseinheit verwendet mindestens ein Feature, das derzeit nicht in eine Headereinheit geschrieben werden kann",
"Für die aktuelle Übersetzungseinheit konnte keine IFC-Datei erstellt werden.",
"Mindestens eine Entität kann derzeit nicht in eine IFC-Datei geschrieben werden.",
"\"explicit(bool)\" ist ein C++20-Feature",
"Für die Moduldateizuordnung, die auf die Datei \"%sq\" verweist, muss ein Modulname angegeben werden."
]
"Das erste Argument muss ein Zeiger auf eine Ganzzahl, enum oder unterstützte Gleitkommazahl sein",
"C++-Module können beim Kompilieren mehrerer Übersetzungseinheiten nicht verwendet werden",
"C++-Module können nicht mit dem vor C++11 verfügbaren „export“-Feature verwendet werden",
"Das IFC-Token %sq wird nicht unterstützt",
"Das Attribut „pass_object_size“ ist nur für Parameter von Funktionsdeklarationen gültig",
"Das Argument des %sq-Attributs %d1 muss einen Wert zwischen 0 und %d2 haben",
"Ein Verweisqualifizierer (ref-qualifier) hier wird ignoriert",
"Ungültiger NEON-Vektorelementtyp %t",
"Ungültiger NEON-Polyvektorelementtyp %t",
"Ungültiger skalierbarer Vektorelementtyp %t",
"Ungültige Anzahl von Tupelelementen für den skalierbaren Vektortyp",
"Ein NEON-Vektor oder Polyvektor muss entweder 64 oder 128 Bit groß sein",
"Der Typ „%t“ ohne Größe ist nicht zulässig",
"Ein Objekt des Typs %t ohne Größe kann nicht mit einem Wert initialisiert werden",
"Im Bereich %u wurde ein unerwarteter Nulldeklarationsindex gefunden",
"Für die Moduldateizuordnung, die auf die Datei \"%sq\" verweist, muss ein Modulname angegeben werden.",
"Es wurde ein NULL-Indexwert empfangen, bei dem ein Knoten in der IFC-Partition „%sq“ erwartet wurde.",
"%nd darf nicht den Typ „%t“ aufweisen",
"Ein Ref-Qualifizierer entspricht in diesem Modus nicht dem Standard.",
"Eine bereichsbasierte „for“-Anweisung entspricht in diesem Modus nicht dem Standard",
"„auto“ als Typspezifizierer entspricht in diesem Modus nicht dem Standard.",
"Die Moduldatei „%sq“ konnte aufgrund einer Dateibeschädigung nicht importiert werden.",
"IFC",
"Fremde Token, die nach der Memberdeklaration eingefügt wurden",
"Ungültiger Einschleusungsbereich (%r)",
"Es wurde ein Wert vom Typ „std::string_view“ erwartet, aber %t erhalten.",
"Fremde Token, die nach der Anweisung eingefügt wurden",
"Fremde Token, die nach der Deklaration eingefügt wurden",
"Überlauf des Tupelindexwerts (%d)",
">> Ausgabe von std::meta::__report_tokens",
">> Endausgabe von std::meta::__report_tokens",
"Nicht in einem Kontext mit Parametervariablen",
"Eine Escapesequenz mit Trennzeichen muss mindestens ein Zeichen enthalten.",
"Nicht beendete Escapesequenz mit Trennzeichen",
"Die Konstante enthält die Adresse einer lokalen Variablen.",
"eine strukturierte Bindung kann nicht als „consteval“ deklariert werden",
"%nkeine Konflikte mit der importierten Deklaration „%nd“",
"Das Zeichen kann nicht im angegebenen Zeichentyp dargestellt werden.",
"Eine Anmerkung kann nicht im Kontext eines „using“-Attributpräfixes angezeigt werden.",
"Der Typ „%t“ der Anmerkung ist kein Literaltyp.",
"Das Attribut „ext_vector_type“ gilt nur für boolesche, ganzzahlige oder Gleitkommatypen",
"Mehrere Bezeichner in derselben Union sind nicht zulässig.",
"Testnachricht",
"Die zu emulierende Microsoft-Version muss mindestens 1943 sein, damit \"--ms_c++23\" verwendet werden kann.",
"Ungültiges aktuelles Arbeitsverzeichnis: %s",
"das „cleanup“-Attribut innerhalb einer constexpr-Funktion wird derzeit nicht unterstützt",
"das „assume“-Attribut kann nur auf eine Nullanweisung angewendet werden",
"Fehler bei Annahme",
"Variablenvorlagen sind ein C++14-Feature",
"die Adresse einer Funktion mit einem Parameter, der mit dem Attribut „pass_object_size“ deklariert wurde, kann nicht übernommen werden",
"Alle Argumente müssen denselben Typ aufweisen",
"Der letzte Vergleich war %s1 %s2 %s3",
"Zu viele Argumente für %sq-Attribut",
"Die Zeichenfolge der Mantisse enthält keine gültige Zahl",
"Gleitkommafehler während der Konstantenauswertung",
"Der vererbende Konstruktor %n wird bei einem Vorgang wie Kopieren/Verschieben ignoriert",
"Die Größe der Datei \"%s\" kann nicht bestimmt werden.",
"\"%s\" kann nicht gelesen werden.",
"Einbetten",
"Unbekannter Parametername",
"Der Parameter wurde mehrfach angegeben.",
"__has_embed kann nicht außerhalb von \"#if\" vorkommen.",
"Das LC_NUMERIC-Gebietsschema konnte nicht auf C festgelegt werden.",
"\"elifdef\" und \"elifndef\" sind in diesem Modus nicht aktiviert und werden ignoriert, wenn Text übersprungen wird.",
"Eine Alias-Deklaration entspricht in diesem Kontext nicht dem Standard.",
"Die Ziel-ABI kann nicht-statische Mitglieder in einer Reihenfolge zuweisen, die nicht mit ihrer Deklarationsreihenfolge übereinstimmt, was in C++23 und später nicht standardkonform ist.",
"EDG-IFC-Modulschnittstelleneinheit",
"EDG-IFC-Modulpartitionseinheit",
"Die Moduldeklaration kann aus dieser Übersetzungseinheit exportiert werden, wenn eine Modulschnittstellendatei erstellt werden.",
"Die Moduldeklaration muss aus dieser Übersetzungseinheit exportiert werden, um eine Modulschnittstellendatei zu erstellen.",
"Die Moduldateigenerierung wurde angefordert, aber in der Übersetzungseinheit wurde kein Modul deklariert.",
"Ersetzen von %T durch %n fehlgeschlagene Einschränkungen",
"%n nicht zufrieden für %T",
"die #embed Erweiterung ist zu lang, um eine Entität des Typs zu initialisieren %t",
"Der „defined“-Operator ist hier nicht zulässig",
"%n ist kein Member von %t",
"Einschränken der Konvertierung in signiertes Zeichen in #embed Daten",
"Der Operator ist für „Vektor-of-bool“-Typen nicht zulässig",
"Objekt zu groß für konstanten Auswertung",
"Temporäres Objekt, das auf sich selbst verweist",
"Ein Lambda kann in diesem Kontext nicht auf eine lokale Variable oder init-capture verweisen",
"Ein Lambdaparameter kann eine explizite Erfassung nicht ausblenden",
"Ein Lambdavorlagenparameter kann eine explizite Erfassung nicht ausblenden",
"Es ist nicht genügend Adressraum vorhanden, um diese Übersetzungseinheit zu verarbeiten",
"<bestimmter Typ>",
"<bestimmte Konstante>",
"<bestimmte Vorlage>",
"die konfigurierte Größe von %s ist zu klein für die angegebene Anzahl von Mantisse + Exponentenbits",
"Ausdruck",
"<Ausdruck>",
"Unbenannt",
"<Unbenannt>",
"<fehlertyp>",
"<unbekannter-typ>",
"<etwas>",
"<null-typ>",
"<kein-init>",
"<null-init>",
"bitweise Kopie von: ",
"<bitwise-kopie>",
"Klassenergebnis über ctor: ",
"<konstruktor-aufruf>",
"<NULL-Ausdruck>",
"<Fehler>",
"<NULL-Routine>",
"<Standard>",
"Parameternr.",
" (eine Ebene höher)",
" Stufen nach oben",
"dynamische-init: ",
"<Fehlerkonstante>",
"Stack-Offset-von:",
"<implizites-Element> ",
" Wiederholungen von ",
"Integer",
"Enumeration",
"Bereichsenumeration",
"arithmetisch",
"nicht boolesche Arithmetik",
"Zeiger",
"nullptr-Typ",
"Handle",
"Handle-to-CLI-Array",
"Pointer-zum-Objekt",
"Pointer-auf-Funktion",
"pointer-to-member",
"bool",
"bool-äquivalent",
"Klasse",
"Ein flüchtiger Operand zu einem Inkrementausdruck ist veraltet",
"Ein flüchtiger Operand zu einem Dekrementausdruck ist veraltet",
"%n zuvor ohne das Attribut „unbestimmt“ deklariert",
"der Standardkonstruktor für %t ist explizit",
"Fehler beim Laden der Definition von %n in %m",
"Fehler beim Laden des Initialisierers für %n in %m",
"Eine Klasse mit einem typedef-Namen zu Verknüpfungszwecken darf keine Basisklasse aufweisen",
"Eine Klasse mit einem typedef-Namen zu Verknüpfungszwecken darf keine Memberfunktion aufweisen",
"Eine Klasse mit einem typedef-Namen für Verknüpfungszwecke darf keinen geschachtelten Typ aufweisen, außer einem Enumerationstyp oder einem Klassentyp ohne Abschluss",
"Eine Klasse mit einem typedef-Namen zu Verknüpfungszwecken darf keinen Lambdaausdruck enthalten",
"eine Klasse mit einem typedef-Namen zu Verknüpfungszwecken darf keinen nicht statischen Datenmember mit einem Standardmemberinitialisierer aufweisen",
"Eine statische Datenmemberdeklaration ist in einer unbenannten Klasse nicht zulässig",
"Initialisiererergebnis behebt eine dllimport-Variable",
"Vorlage mit dem Attribut „no_specializations“ kann nicht spezialisiert werden",
"„static“ entspricht hier nicht dem Standard",
"%nd wurde zuvor ohne explizite Enumerationsbasis deklariert",
"Fehlender „typename“ entspricht hier nicht dem Standard.",
"Die abgekürzte Funktionsvorlagensyntax entspricht nicht dem Standard für Deduktionsleitfäden."
]
+194 -48
View File
@@ -3,7 +3,7 @@
"la última línea del archivo termina sin una nueva línea",
"la última línea del archivo termina con una barra diagonal inversa",
"el archivo #include %sq se incluye a sí mismo",
"memoria insuficiente",
"Memoria insuficiente. Considere la posibilidad de habilitar el motor de IntelliSense de 64 bits y aumentar el límite de memoria de IntelliSense en la configuración.",
null,
"comentario no cerrado al final del archivo",
"token no reconocido",
@@ -163,7 +163,7 @@
"#pragma no reconocida",
null,
"no se pudo abrir el archivo temporal %sq: %s2",
"el nombre del directorio de archivos temporales es demasiado largo (%sq)",
null,
"no hay suficientes argumentos en la llamada a función",
"constante flotante no válida",
"un argumento de tipo %t1 no es compatible con un parámetro de tipo %t2",
@@ -1134,7 +1134,7 @@
"una lista de destrucciones vacía se debe omitir por completo",
"se esperaba un operando asm",
"se esperaba un registro para destruir",
"el atributo 'format' requiere un parámetro de puntos suspensivos",
"El atributo \"format\" requiere un parámetro de puntos suspensivos o un paquete de parámetros",
"el primer argumento de sustitución no es el primer argumento de variable",
"el índice de argumentos de formato es superior al número de parámetros",
"un argumento de formato no tiene un tipo de cadena",
@@ -1505,7 +1505,7 @@
"Error de la línea de comandos",
"Error interno",
"Error interno",
"-D",
null,
null,
"Se ha alcanzado el límite de error.",
"Bucle de error interno",
@@ -1524,7 +1524,7 @@
"lenguaje intermedio (7)",
"lenguaje intermedio (8)",
"lenguaje intermedio (9)",
"PCH",
null,
null,
null,
null,
@@ -1537,7 +1537,7 @@
"carácter no válido para el literal char16_t",
null,
"convención de llamada %s no reconocida, debe ser una de las siguientes:",
"%s",
null,
null,
null,
"el tipo subyacente del tipo de enumeración debe ser un tipo entero",
@@ -1828,7 +1828,7 @@
"la función 'auto' requiere un tipo de valor devuelto final",
"una plantilla de miembro no puede tener un especificador puro",
"literal de cadena demasiado largo: se omitieron los caracteres sobrantes",
"la opción para controlar la palabra clave nullptr solo se puede usar al compilar C++",
null,
"std::nullptr_t convertido en booleano",
null,
null,
@@ -2711,7 +2711,7 @@
"Intento de desreferenciar un puntero a miembro nulo (miembro de datos)",
"comparar un puntero con void y un puntero con una función no estándar",
"error en la inicialización de los metadatos",
"conversión de base a derivado no válida (el tipo de clase completa es %t)",
"conversión de base a derivada no válida (el tipo de clase derivada real es %t)",
"acceso a %n no válido en un objeto del tipo %t completo",
"no se permite aquí \"__auto_type\"",
"\"__auto_type\" no admite varios declaradores",
@@ -2955,7 +2955,7 @@
"los especificadores de restricción del destructor deben cubrir la unión de los especificadores de restricción de todos los constructores",
"error",
"nostdlib requiere al menos un uso forzado",
"error-type",
"tipo de error",
null,
null,
null,
@@ -3209,7 +3209,7 @@
"no se permite una llamada explícita a un destructor en una expresión constante",
"Un operador de coma sin paréntesis en una expresión de subíndice de matriz está en desuso",
"el número de elementos asignados dinámicamente (%d) es demasiado pequeño para el inicializador",
"un operando volatile para la expresión %s está en desuso",
null,
"el uso del resultado de una asignación a un objeto escalar volatile está en desuso",
"un tipo de destino volatile para una expresión de asignación compuesta está en desuso",
"un parámetro de función volatile está en desuso",
@@ -3230,8 +3230,8 @@
"la otra coincidencia es %t",
"el atributo \"availability\" usado aquí se ignora",
"La instrucción del inicializador de estilo C++20 en una instrucción \"for\" basada en intervalo no es estándar en este modo",
"co_await solo se puede aplicar a una instrucción for basada en intervalo",
"no se puede deducir el tipo de intervalo en el bucle \"for\" basado en intervalo",
"co_await solo se puede aplicar a una instrucción \"for\" basada en intervalos",
"no se puede deducir el tipo de intervalo en la instrucción 'for' basada en intervalos",
"las variables insertadas son una característica de C++17",
"el operador de destrucción requiere %t como primer parámetro",
"un operador de destrucción \"delete\" no puede tener parámetros distintos de std::size_t y std::align_val_t",
@@ -3249,7 +3249,7 @@
"error de sustitución de los argumentos %T para concept-id",
"el concepto es false para los argumentos %T",
"no se permite una cláusula requires aquí (no es una función basada en plantilla)",
"plantilla de concepto",
"concepto",
"la cláusula requires es incompatible con %nfd",
"se esperaba un atributo",
null,
@@ -3272,17 +3272,17 @@
"%sq no es un encabezado que se pueda importar",
"no se puede importar un módulo sin nombre",
"un módulo no puede tener una dependencia de interfaz de sí mismo",
"el módulo %sq ya se ha importado",
"%m ya se ha importado",
"archivo de módulo",
"no se encuentra el archivo del módulo %sq",
"No se puede importar el archivo de módulo %sq.",
"se esperaba %s1, pero se encontró %s2 en su lugar",
null,
"al abrir el archivo de módulo %sq",
"nombre de partición %sq desconocido",
"un archivo de módulo desconocido",
"un archivo de módulo de encabezado importable",
"un archivo de módulo EDG",
"un archivo de módulo IFC",
null,
null,
null,
null,
"un archivo de módulo inesperado",
"el tipo del segundo operando %t2 debe tener el mismo tamaño que %t1",
"el tipo debe poder copiarse de forma trivial",
@@ -3347,7 +3347,7 @@
"no se encuentra el encabezado \"%s\" para importar",
"hay más de un archivo de la lista de archivos de módulo que coincide con \"%s\"",
"el archivo de módulo que se encontró para \"%s\" es para otro módulo",
"cualquier tipo de archivo de módulo",
null,
"no se puede leer el archivo de módulo",
"la función integrada no está disponible porque no se admite el tipo char8_t con las opciones actuales",
null,
@@ -3368,7 +3368,7 @@
"no se puede interpretar el diseño de bits de este destino de compilación",
"no hay ningún operador correspondiente al operador IFC %sq",
"no hay ninguna convención de llamada correspondiente a la convención de llamada IFC %sq",
"el módulo %sq contiene construcciones no admitidas",
"%m contiene construcciones no admitidas",
"construcción IFC no admitida: %sq",
"__is_signed ya no es una palabra clave a partir de este punto",
"una dimensión de matriz debe tener un valor entero sin signo constante",
@@ -3417,35 +3417,35 @@
"'if consteval' y 'if not consteval' no son estándar en este modo",
"omitir '()' en un declarador lambda no es estándar en este modo",
"no se permite una cláusula trailing-requires-clause cuando se omite la lista de parámetros lambda",
"se solicitó una partición no válida del módulo %sq",
"módulo %sq1 partición no definida (se considera que es %sq2) solicitada",
"%m partición no válida solicitada",
"%m partición no definida (se considera que es %sq) solicitada",
null,
null,
"módulo %sq1, posición de archivo %u1 (posición relativa %u2) solicitada para la partición %sq2, que desborda el final de su partición",
"módulo %sq1 posición de archivo %u1 (posición relativa %u2) solicitada para la partición %sq2, que está mal alineada con sus elementos de particiones",
"%m posición de archivo %u1 (posición relativa %u2) solicitada para la partición %sq, que desborda el final de su partición",
"%m posición de archivo %u1 (posición relativa %u2) solicitada para la partición %sq, que está mal alineada con sus elementos de particiones",
"desde el subcampo %sq (posición relativa al nodo %u)",
"desde la partición %sq elemento %u1 (posición de archivo %u2, posición relativa %u3)",
"los atributos de las expresiones lambda son una característica de C++23",
"el identificador %sq podría confundirse con uno visualmente similar que aparece %p",
"este comentario contiene caracteres de control de formato Unicode sospechosos",
"esta cadena contiene caracteres de control de formato Unicode que podrían dar lugar a un comportamiento inesperado en tiempo de ejecución",
"Se encontró %d1 advertencia suprimida al procesar el módulo %sq1",
"Se encontraron %d1 advertencias suprimidas al procesar el módulo %sq1",
"Se encontró un error suprimido %d1 al procesar el módulo %sq1",
"Se encontraron %d1 errores suprimidos al procesar el módulo %sq1",
"Se encontró %u advertencia suprimida al procesar %m",
"Se encontraron %u advertencias suprimidas al procesar %m",
"Se encontró %u error suprimido al procesar %m",
"Se encontraron %u errores suprimidos al procesar %m",
"Incluido",
"Suprimido",
"una función miembro virtual no puede tener un parámetro 'this' explícito",
"tomar la dirección de una función explícita \"this\" requiere un nombre completo",
"la formación de la dirección de una función explícita 'this' requiere el operador '&'",
"no se puede usar un literal de cadena para inicializar un miembro de matriz flexible",
"La representación IFC de la definición de la función %sq no es válida",
null,
"no se usó un gráfico IFC UniLevel para especificar parámetros",
"el gráfico de definición de parámetros IFC especificó %u1 parámetros, mientras que la declaración IFC especificó %u2 parámetros",
"el gráfico de definición de parámetros IFC especificó %u1 parámetro, mientras que la declaración IFC especificó %u2 parámetros",
"el gráfico de definición de parámetros IFC especificó %u1 parámetros, mientras que la declaración IFC especificó %u2 parámetro",
"Falta la representación IFC de la definición de la función %sq",
null,
null,
null,
null,
null,
"falta la representación IFC de la definición de la función %sq",
"el modificador de función no se aplica a la declaración de plantilla de miembro",
"la selección de miembros implica demasiados tipos anónimos anidados",
"no hay ningún tipo común entre los operandos",
@@ -3467,7 +3467,7 @@
"un campo de bits con un tipo de enumeración incompleto o una enumeración opaca con un tipo base no válido",
"intentó construir un elemento a partir de la partición IFC %sq mediante un índice en la partición IFC %sq2",
"la partición %sq especificó su tamaño de entrada como %u1 cuando se esperaba %u2",
"se encontró un requisito IFC inesperado al procesar el módulo %sq1",
"se encontró un requisito IFC inesperado al procesar %m",
"error de condición en la línea %d en %s1: %sq2",
"la restricción atómica depende de sí misma",
"La función \"noreturn\" tiene un tipo de valor devuelto distinto de nulo",
@@ -3475,9 +3475,9 @@
"no se puede especificar un argumento de plantilla predeterminado en la definición de una plantilla de miembro fuera de su clase",
"se encontró un nombre de identificador IFC no válido %sq durante la reconstrucción de entidades",
null,
"el módulo %sq es un valor de ordenación no válido",
"%m valor de ordenación no válido",
"una plantilla de función cargada desde un módulo IFC se analizó incorrectamente como %nd",
"no se pudo cargar una referencia de entidad IFC en el módulo %sq",
"no se pudo cargar una referencia de entidad IFC en %m",
"desde la partición %sq elemento %u1 (posición de archivo %u2, posición relativa %u3)",
"no se permiten designadores encadenados para un tipo de clase con un destructor no trivial",
"una declaración de especialización explícita no puede ser una declaración \"friend\"",
@@ -3506,9 +3506,9 @@
null,
"no se puede evaluar un inicializador para un miembro de matriz flexible",
"un inicializador de campo de bits predeterminado es una característica de C++20",
"demasiados argumentos en la lista de argumentos de plantilla en el módulo %sq",
"demasiados argumentos en la lista de argumentos de plantilla en %m",
"detectado para el argumento de plantilla representado por el elemento %sq %u1 (posición de archivo %u2, posición relativa %u3)",
"demasiado pocos argumentos en la lista de argumentos de plantilla en el módulo %sq",
"demasiado pocos argumentos en la lista de argumentos de plantilla en %m",
"detectado al procesar la lista de argumentos de plantilla representada por el elemento %sq %u1 (posición de archivo %u2, posición relativa %u3)",
"la conversión del tipo de enumeración con ámbito %t no es estándar",
"la desasignación no coincide con la clase de asignación (una es para una matriz y la otra no)",
@@ -3517,8 +3517,8 @@
"__make_unsigned solo es compatible con tipos de enumeración y enteros no booleanos",
"el nombre intrínseco %sq se tratará como un identificador normal desde aquí",
"acceso al subobjeto no inicializado en el índice %d",
"El número de línea IFC (%u1) desborda el valor máximo permitido (%u2) del módulo %sq",
"el módulo %sq1 elemento solicitado %u de la partición %sq2, esta posición de archivo supera el valor máximo que se puede representar",
"El número de línea IFC (%u1) desborda el valor máximo permitido (%u2) %m",
"%m solicitó el elemento %u de la partición %sq, esta posición de archivo supera el valor máximo que se puede representar",
"número de argumentos incorrecto.",
"restricción en el candidato %n no satisfecho",
"el número de parámetros de %n no coincide con la llamada",
@@ -3551,7 +3551,7 @@
"no se puede procesar la %sq del archivo IFC",
"no se admite la versión IFC %u1.%u2",
"la arquitectura IFC %sq no es compatible con la arquitectura de destino actual",
"el módulo %sq1 solicita el índice %u de una partición no admitida correspondiente a %sq2",
"%m solicita el índice %u de una partición no admitida correspondiente a %sq",
"el número de parámetro %d de %n tiene un tipo %t que no se puede completar",
"el número de parámetro %d de %n tiene el tipo incompleto %t",
"el número de parámetro %d de %n tiene el tipo abstracto %t",
@@ -3570,7 +3570,7 @@
"reflexión incorrecta (%r) para la expresión splice",
"%n ya se ha definido (definición anterior %p)",
"objeto infovec no inicializado",
"value_of tipo %t1 no es compatible con la reflexión proporcionada (entidad con el tipo %t2)",
"la extracción de tipo %t1 no es compatible con la reflexión especificada (entidad con el tipo %t2)",
"no se permite actualmente reflejar un conjunto de sobrecargas",
"este elemento intrínseco requiere una reflexión para una instancia de plantilla",
"tipos incompatibles %t1 y %t2 para el operador",
@@ -3598,8 +3598,154 @@
"una expresión lambda \"estática\" debe tener una especificación de captura vacía",
"Unidad de encabezado EDG IFC",
"EDG IFC",
"no se pudo crear una unidad de encabezado para la unidad de traducción actual",
"la unidad de traducción actual usa una o varias características que no se pueden escribir actualmente en una unidad de encabezado",
"no se pudo generar un archivo IFC para la unidad de traducción actual",
"actualmente no se puede escribir una o más entidades en un archivo IFC",
"'explicit(bool)' es una característica de C++20",
"se debe especificar un nombre de módulo para la asignación de archivos de módulo que hace referencia al archivo %sq"
]
"el primer argumento debe ser un puntero a entero, enumeración o tipo de punto flotante admitido",
"No se pueden usar módulos de C++ al compilar varias unidades de traducción",
"Los módulos de C++ no se pueden usar con la característica \"export\" anterior a C++11",
"no se admite el token de IFC %sq",
"el atributo 'pass_object_size' solo es válido en parámetros de declaraciones de función",
"el argumento del atributo %sq %d1 debe ser un valor entre 0 y %d2",
"aquí se omite un calificador ref",
"tipo de elemento de vector NEON %t no válido",
"tipo de elemento NEON polivector %t no válido",
"tipo de elemento vectorial escalable %t no válido",
"número no válido de elementos de tupla para el tipo de vector escalable",
"un vector o polivector NEON debe tener 64 o 128 bits de ancho",
"no se permite el tipo sin tamaño %t",
"un objeto del tipo sin tamaño %t no se puede inicializar con un valor",
"índice de declaración null inesperado encontrado como parte del ámbito %u",
"se debe especificar un nombre de módulo para la asignación de archivos de módulo que hace referencia al archivo %sq",
"se recibió un valor de índice nulo donde se esperaba un nodo en la partición IFC %sq",
"%nd no puede tener el tipo %t",
"un calificador de referencia no es estándar en este modo",
"una instrucción \"for\" basada en intervalos no es estándar en este modo",
"'auto' como especificador de tipo no es estándar en este modo",
"no se pudo importar el archivo de módulo %sq debido a daños en el archivo",
"IFC",
"tokens extraños insertados después de la declaración de miembro",
"ámbito de inserción incorrecto (%r)",
"se esperaba un valor de tipo std::string_view pero se obtuvo %t",
"tokens extraños insertados después de la instrucción",
"tokens extraños insertados después de la declaración",
"desbordamiento del valor de índice de tupla (%d)",
">> salida de std::meta::__report_tokens",
">> salida final de std::meta::__report_tokens",
"no está en un contexto con variables de parámetro",
"una secuencia de escape delimitada debe tener al menos un carácter",
"secuencia de escape delimitada sin terminar",
"la constante contiene la dirección de una variable local",
"un enlace estructurado no se puede declarar como \"consteval\"",
"%no hay conflictos con la declaración importada %nd",
"el carácter no se puede representar en el tipo de carácter especificado",
"una anotación no puede aparecer en el contexto de un prefijo de atributo 'using'",
"el tipo %t de anotación no es un tipo literal",
"el atributo \"ext_vector_type\" solo se aplica a tipos booleanos, enteros o de punto flotante",
"no se permiten varios designadores en la misma unión",
"mensaje de prueba",
"la versión de Microsoft que se emula debe ser al menos 1943 para usar \"--ms_c++23\"",
"directorio de trabajo actual no válido: %s",
"El atributo 'cleanup' dentro de una función constexpr no se admite actualmente",
"el atributo 'assume' solo se puede aplicar a una instrucción null",
"suposición errónea",
"Las plantillas de variables de son una característica de C++14",
"no puede tomar la dirección de una función con un parámetro declarado con el atributo 'pass_object_size'",
"todos los argumentos deben tener el mismo tipo",
"la comparación final fue %s1 %s2 %s3",
"demasiados argumentos para el atributo %sq",
"La cadena de mantisa no contiene un número válido",
"error de punto flotante durante la evaluación constante",
"constructor heredado %n omitido para la operación de copia o movimiento",
"no se puede determinar el tamaño del archivo %s",
"no se puede leer %s",
"insertar",
"nombre de parámetro no reconocido",
"parámetro especificado más de una vez",
"__has_embed no puede aparecer fuera del #if",
"no se pudo establecer la configuración regional LC_NUMERIC en C",
"elifdef y elifndef no están habilitados en este modo y se omiten en el texto que se omite",
"una declaración de alias no es estándar en este contexto",
"la ABI de destino puede asignar miembros no estáticos en un orden que no coincida con su orden de declaración, que no es estándar en C++23 y versiones posteriores",
"Unidad de interfaz del módulo EDG IFC",
"Unidad de partición del módulo EDG IFC",
"la declaración de módulo no se puede exportar desde esta unidad de traducción a menos que se cree un archivo de interfaz de módulo",
"la declaración de módulo debe exportarse desde esta unidad de traducción para crear un archivo de interfaz de módulo",
"se solicitó la generación de archivos de módulo, pero no se declaró ningún módulo en la unidad de traducción",
"sustitución de %T por %n restricciones fallidas",
"%n no satisfecho para %T",
"La expansión #embed es demasiado larga para inicializar una entidad de tipo %t",
"El operador \"definido\" no está permitido aquí",
"%n no es miembro de %t",
"reducción de la conversión a caracteres con signo en datos #embed",
"el operador no está permitido para los tipos \"vector de bool\"",
"objeto demasiado grande para la evaluación constante",
"objeto temporal que hace referencia a sí mismo",
"una lambda no puede hacer referencia a una variable local ni a una captura de inicialización en este contexto",
"Un parámetro lambda no puede ocultar una captura explícita",
"un parámetro de plantilla lambda no puede ocultar una captura explícita",
"no hay suficiente espacio de direcciones para procesar esta unidad de traducción",
"<undetermined type>",
"<undetermined constant>",
"<undetermined template>",
"el tamaño configurado de %s es demasiado pequeño para el número especificado de bits de mantisa + exponente",
"expresión",
"<expression>",
"sin nombre",
"<unnamed>",
"<error-type>",
"<unknown-type>",
"<something>",
"<null-type>",
"<no-init>",
"<zero-init>",
"copia bit a bit de: ",
"<bitwise-copy>",
"resultado de la clase a través del ctor: ",
"<constructor-call>",
"<NULL expression>",
"<error>",
"rutina <NULL>",
"<default>",
"parámetro #",
" (un nivel superior)",
" subir niveles",
"dynamic-init: ",
"<error-constant>",
"stack-offset-of:",
"<implicit element> ",
" repeticiones de ",
"entero",
"enumeración",
"enumeración con ámbito",
"aritmética",
"non-bool arithmetic",
"puntero",
"tipo nullptr",
"controlador",
"handle-to-CLI-array",
"pointer-to-object",
"pointer-to-function",
"pointer-to-member",
"bool",
"bool equivalente",
"clase",
"un operando volátil en una expresión de incremento está en desuso",
"Un operando volátil en una expresión de decremento está en desuso.",
"%n declarado previamente sin el atributo \"indeterminate\"",
"El constructor predeterminado para %t es explícito",
"error al cargar la definición de %n en %m",
"No se pudo cargar el inicializador para %n en %m",
"Una clase con un nombre typedef para fines de vinculación no puede tener una clase base",
"Una clase con un nombre typedef para fines de vinculación no puede tener una función miembro",
"una clase con un nombre typedef para fines de vinculación no puede tener un tipo anidado, salvo un tipo de enumeración o un tipo de clase sin cierre",
"una clase con un nombre typedef para fines de vinculación no puede contener una expresión lambda",
"una clase con un nombre typedef para fines de vinculación no puede tener un miembro de datos no estático con un inicializador de miembro predeterminado",
"no se permite la declaración de un miembro de datos estático en una clase sin nombre.",
"el resultado del inicializador se dirige a una variable dllimport",
"La plantilla con el atributo \"no_specializations\" no se puede especializar",
"\"static\" no es estándar aquí",
"%nd se declaró previamente sin una base explícita de enumeración",
"falta 'typename' no estándar aquí",
"La sintaxis abreviada de las plantillas de funciones no es estándar para las guías de deducción"
]
+192 -46
View File
@@ -3,7 +3,7 @@
"la dernière ligne du fichier se termine sans saut de ligne",
"la dernière ligne du fichier se termine par une barre oblique inverse",
"le fichier #include %sq s'inclut lui-même",
"Mémoire insuffisante",
"Plus de mémoire. Envisagez dactiver le moteur IntelliSense 64 bits et daugmenter la limite de mémoire IntelliSense dans les paramètres.",
null,
"commentaire non fermé à la fin du fichier",
"jeton non reconnu",
@@ -163,7 +163,7 @@
"#pragma non reconnu",
null,
"impossible d'ouvrir le fichier temporaire %sq : %s2",
"le nom du répertoire de fichiers temporaires est trop long (%sq)",
null,
"arguments insuffisants dans l'appel de fonction",
"constante flottante non valide",
"l'argument de type %t1 est incompatible avec le paramètre de type %t2",
@@ -1134,7 +1134,7 @@
"une liste d'éléments écrasés vide doit être omise entièrement",
"opérande asm attendu",
"registre à écraser attendu",
"l'attribut 'format' requiert un paramètre ellipse",
"Lattribut « format » nécessite un paramètre ellipse ou un ensemble de paramètres",
"le premier argument de substitution n'est pas le premier argument de variable",
"l'index d'arguments de format est supérieur au nombre d'arguments",
"l'argument de format n'est pas de type chaîne",
@@ -1505,7 +1505,7 @@
"Erreur de ligne de commande",
"erreur interne",
"Erreur interne",
"-D",
null,
null,
"Limitation d'erreur atteinte.",
"Boucle d'erreur interne",
@@ -1524,7 +1524,7 @@
"langage intermédiaire (7)",
"langage intermédiaire (8)",
"langage intermédiaire (9)",
"PCH",
null,
null,
null,
null,
@@ -1537,7 +1537,7 @@
"caractère non valide pour le littéral char16_t",
null,
"convention d'appel inconnue %s, doit être l'une des suivantes :",
"%s",
null,
null,
null,
"le type sous-jacent du type enum doit être un type intégral",
@@ -1828,7 +1828,7 @@
"une fonction 'auto' requiert un type de retour de fin",
"un modèle de membre ne peut pas avoir un spécificateur pure",
"littéral de chaîne trop long -- caractères en trop ignorés",
"l'option pour contrôler le mot clé nullptr peut être uniquement utilisée lors de la compilation de C++",
null,
"std::nullptr_t converted en bool",
null,
null,
@@ -2711,7 +2711,7 @@
"tentative de déréférencement d'un pointeur vers membre null (membre de données)",
"la comparaison d'un pointeur à void et d'un pointeur à une fonction n'est pas standard",
"échec de l'initialisation des métadonnées",
"cast du type de base en type dérivé non valide (le type de classe complet est %t)",
"conversion de base vers dérivée non valide (le type réel de la classe dérivée est %t)",
"accès non valide à %n dans l'objet de type complet %t",
"'__auto_type' non autorisé ici",
"'__auto_type' n'autorise pas plusieurs déclarateurs",
@@ -3209,7 +3209,7 @@
"un appel à un destructeur explicite n'est pas autorisé dans une expression constante",
"l'utilisation d'un opérateur virgule non placé entre parenthèses dans une expression d'indice de tableau est dépréciée",
"le nombre d'éléments alloués dynamiquement (%d) est trop faible pour l'initialiseur",
"l'utilisation d'un opérande volatile dans l'expression %s est dépréciée",
null,
"l'utilisation du résultat d'une affectation dans un objet scalaire volatile est dépréciée",
"l'utilisation d'un type de destination volatile pour une expression d'affectation composée est dépréciée",
"l'utilisation d'un paramètre de fonction volatile est dépréciée",
@@ -3230,8 +3230,8 @@
"l'autre correspondance est %t",
"l'attribut 'availability' utilisé ici est ignoré",
"L'instruction de l'initialiseur de style C++20 dans une instruction 'for' basée sur une plage n'est pas standard dans ce mode",
"co_await peut s'appliquer uniquement à une instruction for basée sur une plage",
"impossible de déduire le type de la plage dans une boucle 'for' basée sur une plage",
"co_await ne peut sappliquer quà une instruction « for » basée sur une plage",
"impossible de déduire le type de plage dans une instruction « for » basée sur une plage",
"les variables inline sont une fonctionnalité C++17",
"l'opérateur delete de destruction nécessite %t en tant que premier paramètre",
"un opérateur delete de destruction ne peut pas avoir d'autres paramètres que std::size_t et std::align_val_t",
@@ -3249,7 +3249,7 @@
"échec de la substitution des arguments %T pour l'ID de concept",
"le concept est faux pour les arguments %T",
"une clause requires n'est pas autorisée ici (il ne s'agit pas d'une fonction basée sur un modèle)",
"modèle de concept",
"concept",
"clause requires incompatible avec %nfd",
"attribut attendu",
null,
@@ -3272,17 +3272,17 @@
"%sq n'est pas un en-tête importable",
"impossible d'importer un module sans nom",
"un module ne peut pas avoir de dépendance d'interface par rapport à lui-même",
"le module %sq a déjà été importé",
"%m a déjà été importé",
"fichier de module",
"fichier de module introuvable pour le module %sq",
"impossible d'importer le fichier de module %sq",
"%s1 attendu, %s2 trouvé à la place",
null,
"à l'ouverture du fichier de module %sq",
"nom de partition inconnu %sq",
"fichier de module inconnu",
"fichier de module d'en-tête importable",
"fichier de module EDG",
"fichier de module IFC",
null,
null,
null,
null,
"fichier de module inattendu",
"le type du deuxième opérande %t2 doit avoir la même taille que %t1",
"le type doit pouvoir être copié de façon triviale",
@@ -3347,7 +3347,7 @@
"l'en-tête '%s' à importer est introuvable",
"plusieurs fichiers dans la liste de fichiers de module correspondent à '%s'",
"le fichier de module trouvé pour '%s' est destiné à un autre module",
"n'importe quel genre de fichier de module",
null,
"impossible de lire le fichier de module",
"la fonction intégrée n'est pas disponible, car le type char8_t n'est pas pris en charge avec les options actuelles",
null,
@@ -3368,7 +3368,7 @@
"impossible d'interpréter la disposition des bits pour cette cible de compilation",
"aucun opérateur correspondant pour l'opérateur IFC %sq",
"aucune convention d'appel correspondante pour la convention d'appel IFC %sq",
"le module %sq contient des constructions non prises en charge",
"%m contient des constructions non prises en charge",
"construction IFC non prise en charge : %sq",
"__is_signed n'est plus un mot clé à partir de ce point",
"une dimension de tableau doit avoir une valeur d'entier non signé constante",
@@ -3417,35 +3417,35 @@
"« if consteval » et « if not consteval » ne sont pas standard dans ce mode",
"lomission de « () » dans un déclarateur lambda nest pas standard dans ce mode",
"une clause requires de fin nest pas autorisée lorsque la liste de paramètres lambda est omise",
"module %sq partition non valide demandée",
"module %sq1 partition non définie (on pense quil sagirait de %sq2) demandée",
"partition non valide de %m demandée",
"partition non définie de %m (supposée être %sq) demandée",
null,
null,
"module %sq1 file position %u1 (position relative %u2) demandée pour la partition %sq2 - qui dépasse la fin de sa partition",
"module %sq1 position de fichier %u1 (position relative %u2) demandée pour la partition %sq2, qui est mal alignée avec ses éléments de partitions",
"position %u1 (position relative %u2) du fichier de %m demandée pour la partition %sq : qui dépasse la fin de sa partition",
"position %u1 (position relative %u2) du fichier de %m demandée pour la partition %sq : qui est mal alignée avec ses éléments de partitions",
"à partir du sous-champ %sq (position par rapport au nœud %u)",
"à partir de la partition %sq, élément %u1 (position de fichier %u2, position relative %u3)",
"les attributs des expressions lambdas sont une fonctionnalité C++23",
"lidentificateur %sq peut être confondu avec un identificateur visuellement similaire qui apparaît %p",
"ce commentaire contient des caractères de contrôle de mise en forme Unicode suspects",
"cette chaîne contient des caractères de contrôle de mise en forme Unicode qui peuvent entraîner un comportement dexécution inattendu",
"%d1 avertissement supprimé rencontré lors du traitement du module %sq1",
"%d1 avertissements supprimés rencontrés lors du traitement du module %sq1",
"%d1 erreur supprimé rencontré lors du traitement du module %sq1",
"%d1 erreurs supprimées rencontrées lors du traitement du module %sq1",
"lavertissement supprimé %u a été rencontré lors du traitement de %m",
"des avertissements supprimés %u ont été rencontrés lors du traitement de %m",
"lerreur supprimée %u a été rencontrée lors du traitement de %m",
"%u erreurs supprimées ont été rencontrées lors du traitement de %m",
"Y compris",
"Supprimé",
"une fonction membre virtuelle ne peut pas avoir un paramètre « this » explicite",
"la prise de ladresse dune fonction « this » explicite nécessite un nom qualifié",
"la création de ladresse dune fonction « this » explicite nécessite lopérateur '&'",
"impossible dutiliser un littéral de chaîne pour initialiser un membre de tableau flexible",
"La représentation IFC de la définition de la fonction %sq nest pas valide.",
null,
"un graphique IFC UniLevel na pas été utilisé pour spécifier des paramètres.",
"%u1 paramètres ont été spécifiés par le graphique de définition de paramètres IFC alors que %u2 paramètres ont été spécifiés par la déclaration IFC",
"%u1 paramètre a été spécifié par le graphique de définition de paramètres IFC alors que %u2 paramètres ont été spécifiés par la déclaration IFC",
"%u1 paramètres ont été spécifiés par le graphique de définition de paramètres IFC alors que %u2 paramètre a été spécifié par la déclaration IFC",
"La représentation IFC de la définition de la fonction %sq est manquante.",
null,
null,
null,
null,
null,
"la représentation IFC de la définition de la fonction %sq est absente",
"Le modificateur de fonction ne s'applique pas à la déclaration du modèle de membre.",
"la sélection de membre implique un trop grand nombre de types anonymes imbriqués",
"il nexiste aucun type commun entre les opérandes",
@@ -3467,7 +3467,7 @@
"soit un champ de bits avec un type enum incomplet, soit une énumération opaque avec un type de base non valide",
"a tenté de construire un élément à partir dune partition IFC %sq à laide dun index dans la partition IFC %sq2.",
"le %sq de partition a spécifié sa taille dentrée %u1 alors que %u2 était attendu",
"une exigence IFC inattendue sest produite lors du traitement du module %sq1.",
"une exigence IFC inattendue a été rencontrée lors du traitement de %m",
"échec de la condition à la ligne %d dans %s1 : %sq2",
"la contrainte atomique dépend delle-même.",
"La fonction 'noreturn' a un type de retour non vide",
@@ -3475,9 +3475,9 @@
"impossible de spécifier un argument template par défaut sur la définition d'un membre de modèle en dehors de sa classe",
"nom didentificateur IFC non valide %sq rencontré lors de la reconstruction de lentité",
null,
"le module %sq valeur de tri non valide",
"valeur de tri non valide de %m",
"un modèle de fonction chargé à partir dun module IFC a été analysé de manière incorrecte en tant que %nd",
"échec du chargement dune référence dentité IFC dans le module %sq",
"impossible de charger une référence dentité IFC dans %m",
"à partir de la partition %sq, élément %u1 (position de fichier %u2, position relative %u3)",
"les désignateurs chaînés ne sont pas autorisés pour un type classe avec un destructeur non trivial",
"une déclaration de spécialisation explicite ne peut pas être une déclaration friend",
@@ -3506,9 +3506,9 @@
null,
"ne peut pas évaluer un initialiseur pour un membre de tableau flexible",
"un initialiseur de champ de bits par défaut est une fonctionnalité C++20",
"beaucoup darguments dans la liste darguments du modèle du module %sq",
"trop darguments dans la liste darguments du modèle dans %m",
"détecté pour largument de modèle représenté par l’élément %sq %u1 (position de fichier %u2, position relative %u3)",
"nombre insuffisant darguments dans la liste darguments du modèle du module %sq",
"nombre insuffisant darguments dans la liste darguments du modèle dans %m",
"détecté lors du traitement de la liste darguments de modèle représentée par l’élément %sq %u1 (position de fichier %u2, position relative %u3)",
"conversion à partir du type d’énumération étendue %t nest pas standard",
"la désallocation ne correspond pas au genre dallocation (lun est pour un tableau et lautre non)",
@@ -3517,8 +3517,8 @@
"__make_unsigned nest compatible quavec les types entier et enum non bool",
"le nom intrinsèque %sq sera considéré comme un identificateur ordinaire à partir dici",
"accès au sous-objet non initialisé à lindex %d",
"Le numéro de ligne IFC (%u1) dépasse le module de valeur maximale autorisée (%u2) %sq",
"module %sq1 élément demandé %u de partition %sq2, cette position de fichier dépasse la valeur maximale pouvant être représentée",
"le numéro de ligne IFC (%u1) dépasse le %m de la valeur maximale autorisée (%u2)",
"%m a demandé l’élément %u de la partition %sq, cette position de fichier dépasse la valeur maximale pouvant être représentée",
"nombre d'arguments erroné",
"contrainte sur le candidat %n pas satisfaite",
"nombre de paramètres de %n ne correspond pas à lappel",
@@ -3551,7 +3551,7 @@
"Le fichier IFC %sq ne peut pas être traité",
"La version IFC %u1.%u2 n'est pas prise en charge",
"L'architecture IFC %sq est incompatible avec l'architecture cible actuelle",
"le module %sq1 demande l'index %u d'une partition non prise en charge correspondant à %sq2",
"%m demande lindex %u dune partition non prise en charge qui correspond à %sq",
"le paramètre numéro %d de %n a un type %t qui ne peut pas être complété",
"le numéro de paramètre %d de %n a un type incomplet %t",
"le numéro de paramètre %d de %n a un type abstrait %t",
@@ -3570,7 +3570,7 @@
"réflexion incorrecte (%r) pour la splice dexpression",
"%n a déjà été défini (définition précédente %p)",
"objet infovec non initialisé",
"value_of type %t1 n'est pas compatible avec la réflexion donnée (entité de type %t2)",
"lextrait du type %t1 nest pas compatible avec la réflexion indiquée (entité de type %t2)",
"refléter un ensemble de surcharge n'est actuellement pas autorisé",
"cette intrinsèque nécessite une réflexion pour une instance de modèle",
"types incompatibles %t1 et %t2 pour l'opérateur",
@@ -3598,8 +3598,154 @@
"une expression lambda « static » doit avoir une spécification de capture vide",
"Unité den-tête IFC EDG",
"EDG IFC",
"impossible de créer une unité den-tête pour lunité de traduction actuelle",
"lunité de traduction actuelle utilise une ou plusieurs fonctionnalités qui ne peuvent actuellement pas être écrites dans une unité den-tête",
"impossible de produire un fichier IFC pour lunité de traduction en cours",
"impossible d’écrire une ou plusieurs entités dans un fichier IFC",
"'explicit(bool)' est une fonctionnalité C++20",
"un nom de module doit être spécifié pour la carte de fichiers de module référençant le fichier %sq"
"le premier argument doit être un pointeur vers un entier, une enum ou un type de point flottant pris en charge",
"les modules C++ ne peuvent pas être utilisés lors de la compilation de plusieurs unités de traduction",
"les modules C++ ne peuvent pas être utilisés avec la fonctionnalité « export » préalable à C++11",
"le jeton IFC %sq nest pas pris en charge",
"lattribut « pass_object_size » nest valide que sur les paramètres des déclarations de fonction",
"largument de lattribut %sq, %d1, doit être une valeur comprise entre 0 et %d2",
"un ref-qualifier ici est ignoré",
"type d’élément vectoriel NEON %t non valide",
"type d’élément polyvectoriel NEON %t non valide",
"type d’élément vectoriel évolutif %t non valide",
"nombre d’éléments de tuple non valide pour le type de vecteur évolutif",
"un vecteur ou polyvecteur NEON doit avoir une largeur de 64 ou 128 bits",
"le type %t sans taille nest pas autorisé",
"un objet de type %t sans taille ne peut pas être initialisé par une valeur",
"index de déclaration nulle inattendu détecté dans le cadre de l’étendue %u",
"un nom de module doit être spécifié pour la carte de fichiers de module référençant le fichier %sq",
"une valeur dindex nulle a été reçue alors quun nœud de la partition IFC %sq était attendu",
"%nd ne peut pas avoir le type %t",
"un qualificateur de référence est non standard dans ce mode",
"une instruction 'for' basée sur une plage nest pas standard dans ce mode",
"« auto » en tant que spécificateur de type nest pas standard dans ce mode",
"nous navons pas pu importer le fichier de module %sq en raison dune corruption de fichier",
"IFC",
"jetons superflus injectés après la déclaration du membre",
"étendue dinjection incorrecte (%r)",
"valeur de type std::string_view attendue, mais %t a été reçue",
"jetons superflus injectés après linstruction",
"jetons superflus injectés après la déclaration",
"dépassement de la valeur dindex de tuple (%d)",
">> sortie de std::meta::__report_tokens",
">> sortie de fin de std::meta::__report_tokens",
"nest pas dans un contexte avec des variables de paramètre",
"une séquence d’échappement délimitée doit comporter au moins un caractère",
"séquence d’échappement délimitée non terminée",
"la constante contient ladresse dune variable locale",
"une liaison structurée ne peut pas être déclarée 'consteval'",
"%no est pas en conflit avec la déclaration importée %nd",
"le caractère ne peut pas être représenté dans le type de caractère spécifié",
"une annotation ne peut pas apparaître dans le contexte dun préfixe dattribut « using »",
"le type %t de lannotation nest pas un type littéral",
"l'attribut 'ext_vector_type' s'applique uniquement aux types booléens, entiers ou à virgule flottante",
"plusieurs désignateurs dans la même union ne sont pas autorisés",
"message de test",
"la version émulée Microsoft doit être au moins la version 1943 pour permettre l'utilisation de « --ms_c++23 »",
"répertoire de travail actif non valide : %s",
"lattribut « cleanup » dans une fonction constexpr nest pas actuellement pris en charge",
"lattribut « assume » ne peut sappliquer qu’à une instruction nulle",
"échec de lhypothèse",
"les modèles variables sont une fonctionnalité de C++14",
"impossible de prendre ladresse dune fonction avec un paramètre déclaré avec lattribut « pass_object_size »",
"tous les arguments doivent être du même type",
"la comparaison finale était %s1 %s2 %s3",
"trop darguments pour lattribut %sq",
"la chaîne de mantisse ne contient pas de nombre valide",
"erreur de point flottant lors de l’évaluation constante",
"le constructeur dhéritage %n a été ignoré pour lopération qui ressemble à copier/déplacer",
"impossible de déterminer la taille du fichier %s",
"impossible de lire %s",
"incorporer",
"nom de paramètre non reconnu",
"paramètre spécifié plusieurs fois",
"__has_embed ne peut pas apparaître en dehors de #if",
"impossible de définir la locale LC_NUMERIC sur C",
"elifdef et elifndef ne sont pas activés dans ce mode et sont ignorés dans le texte qui est omis",
"une déclaration dalias nest pas standard dans ce contexte",
"lABI cible peut allouer des membres non statiques dans un ordre qui ne correspond pas à leur ordre de déclaration, ce qui nest pas standard dans C++23 et versions ultérieures",
"Unité dinterface de module IFC EDG",
"Unité de partition de module IFC EDG",
"la déclaration de module ne peut pas être exportée à partir de cette unité de traduction, sauf si vous créez un fichier dinterface de module",
"la déclaration de module doit être exportée depuis cette unité de traduction pour créer un fichier dinterface de module",
"la génération du fichier de module a été demandée, mais aucun module na été déclaré dans lunité de traduction",
"remplacement de %T par %n contraintes ayant échoué",
"%n non satisfait pour %T",
"lexpansion #embed est trop longue pour initialiser une entité de type %t",
"lopérateur « defined » nest pas autorisé ici",
"%n nest pas membre de %t",
"conversion restrictive en caractère signé dans les données #embed",
"opérateur non autorisé pour les types « vector of bool »",
"objet trop grand pour l’évaluation constante",
"objet temporaire auto-référençant",
"une expression lambda ne peut pas faire référence à une variable locale ou à une capture dinitialisation dans ce contexte",
"un paramètre lambda ne peut pas masquer une capture explicite",
"un paramètre de modèle lambda ne peut pas masquer une capture explicite",
"espace dadressage insuffisant pour traiter cette unité de traduction",
"<undetermined type>",
"<undetermined constant>",
"<undetermined template>",
"la taille configurée de %s est trop petite pour le nombre spécifié de bits mantisse + exposant",
"expression",
"<expression>",
"sans nom",
"<unnamed>",
"<error-type>",
"<unknown-type>",
"<something>",
"<null-type>",
"<no-init>",
"<zero-init>",
"copie au niveau du bit de : ",
"<bitwise-copy>",
"résultat de classe via le ctor : ",
"<constructor-call>",
"<NULL expression>",
"<erreur>",
"<NULL routine>",
"<default>",
"paramètre #",
" Dossier parent",
" niveaux supérieurs",
"dynamic-init: ",
"<error-constant>",
"stack-offset-of:",
"<implicit element> ",
" répétitions de ",
"entier",
"enum",
"énumération délimitée",
"arithmétique",
"arithmétique non booléenne",
"aiguille",
"Type nullptr",
"handle",
"handle-to-CLI-array",
"pointer-to-object",
"pointer-to-function",
"pointeur vers membre",
"bool",
"bool-equivalent",
"classe",
"l'utilisation dun opérande volatile dans une expression dincrément est déconseillée",
"lutilisation dun opérande volatile dans une expression de décrément est déconseillée",
"%n précédemment déclaré sans lattribut « indéterminé »",
"le constructeur par défaut pour %t est explicite",
"échec du chargement de la définition de %n dans %m",
"échec du chargement de linitialiseur pour %n dans %m",
"une classe avec un nom typedef à des fins de liaison ne peut pas avoir de classe de base",
"une classe avec un nom typedef à des fins de liaison ne peut pas avoir de fonction membre",
"une classe avec un nom typedef à des fins de liaison ne peut pas avoir un type imbriqué, autre quun type d’énumération ou un type de classe non-fermeture",
"une classe avec un nom typedef à des fins de liaison ne peut pas contenir dexpression lambda",
"une classe avec un nom typedef à des fins de liaison ne peut pas avoir un membre de données non statique avec un initialiseur de membre par défaut",
"une déclaration de membre de données statique nest pas autorisée dans une classe sans nom",
"Le résultat de linitialiseur traite une variable dllimport",
"le modèle avec lattribut « no_specializations » ne peut pas être spécialisé",
"« static » nest pas standard ici",
"%nd a été déclaré précédemment sans base d’énumération explicite",
"le mot-clé « typename » manquant nest pas standard ici",
"la syntaxe abrégée du modèle de fonction nest pas standard pour les guides de déduction"
]
+192 -46
View File
@@ -3,7 +3,7 @@
"l'ultima riga del file termina senza un carattere di nuova riga",
"l'ultima riga del file termina con una barra rovesciata",
"il file #include %sq include se stesso",
"memoria insufficiente",
"Memoria insufficiente. Provare ad abilitare il motore IntelliSense a 64 bit e ad aumentare il limite di memoria IntelliSense nelle impostazioni.",
null,
"commento non chiuso alla fine del file",
"token non riconosciuto",
@@ -163,7 +163,7 @@
"direttiva #pragma non riconosciuta",
null,
"impossibile aprire il file temporaneo %sq: %s2",
"il nome della directory dei file temporanei è troppo lungo (%sq)",
null,
"argomenti insufficienti nella chiamata di funzione",
"costante mobile non valida",
"l'argomento di tipo %t1 è incompatibile con il parametro di tipo %t2",
@@ -1134,7 +1134,7 @@
"un elenco di sovrascritture vuoto deve essere interamente omesso",
"previsto un operando di assembly",
"previsto un registro da sovrascrivere",
"con l'attributo 'format' è richiesto un parametro puntini di sospensione",
"l'attributo 'format' richiede un parametro ellipsis o un pacchetto di parametri",
"il primo argomento di sostituzione non è il primo argomento variabile",
"l'indice dell'argomento format è maggiore del numero di parametri",
"l'argomento format non include il tipo string",
@@ -1505,7 +1505,7 @@
"Errore nella riga di comando",
"errore interno",
"Errore interno",
"-D",
null,
null,
"Limite di errore raggiunto.",
"Ciclo di errore interno",
@@ -1524,7 +1524,7 @@
"linguaggio intermedio (7)",
"linguaggio intermedio (8)",
"linguaggio intermedio (9)",
"PCH",
null,
null,
null,
null,
@@ -1537,7 +1537,7 @@
"carattere non valido per il valore letterale char16_t",
null,
"convenzione di chiamata %s non riconosciuta. Deve essere una delle seguenti:",
"%s",
null,
null,
null,
"il tipo sottostante del tipo enumerazione deve essere un tipo integrale",
@@ -1828,7 +1828,7 @@
"con la funzione 'auto' è richiesto un tipo restituito finale",
"un modello di membro non può avere un identificatore pure",
"valore letterale stringa troppo lungo -- caratteri in eccesso ignorati",
"è possibile utilizzare l'opzione per controllare la parola chiave nullptr solo quando si esegue la compilazione nel linguaggio C++",
null,
"std::nullptr_t convertito in bool",
null,
null,
@@ -2711,7 +2711,7 @@
"si è provato a dereferenziare un puntatore a membro (membro dati) Null",
"il confronto di un puntatore con void e di un puntatore con una funzione non è conforme allo standard",
"inizializzazione dei metadati non riuscita",
"cast da base a derivato non valido (il tipo classe completo è %t)",
"cast da base a derivato non valido (il tipo della classe derivata effettivo è %t)",
"accesso non valido a %n nell'oggetto del tipo completo %t",
"'__auto_type' non è consentito in questo punto",
"'__auto_type' non consente l'uso di più dichiaratori",
@@ -3209,7 +3209,7 @@
"una chiamata di distruttore esplicita non è consentita in un'espressione costante",
"un operatore con virgola non racchiusa tra parentesi in un'espressione di indice di matrice è deprecato",
"il numero di elementi allocati dinamicamente (%d) è troppo ridotto per l'inizializzatore",
"un operando volatile per l'espressione %s è deprecato",
null,
"l'utilizzo del risultato di un'assegnazione a un oggetto scalare volatile è deprecato",
"un tipo di destinazione volatile per un'espressione di assegnazione composta è deprecato",
"un parametro di funzione volatile è deprecato",
@@ -3230,8 +3230,8 @@
"l'altra corrispondenza è %t",
"l'attributo 'availability' usato in questo punto viene ignorato",
"l'istruzione di inizializzatore di tipo C++20 in un'istruzione 'for' basata su intervallo non è standard in questa modalità",
"co_await può essere applicato solo a un'istruzione for basata su intervallo",
"non è possibile dedurre il tipo dell'intervallo nel ciclo 'for' basato su intervallo",
"co_await può essere applicato solo a un'istruzione 'for' basata su intervallo",
"non è possibile dedurre il tipo di intervallo nell'istruzione 'for' basata su intervallo",
"le variabili inline sono una funzionalità di C++17",
"per l'eliminazione dell'operatore di eliminazione definitiva è necessario specificare %t come primo parametro",
"per l'eliminazione di un operatore di eliminazione definitiva non è possibile specificare parametri diversi da std::size_t e std::align_val_t",
@@ -3249,7 +3249,7 @@
"la sostituzione degli argomenti %T per l'ID concetto non è riuscita",
"il concetto è false per gli argomenti %T",
"in questo punto non sono consentite clausole requires (non è una funzione basata su modelli)",
"modello di concetto",
"concetto",
"la clausola requires non è compatibile con %nfd",
"è previsto un attributo",
null,
@@ -3272,17 +3272,17 @@
"%sq non è un'intestazione importabile",
"non è possibile importare un modulo senza nome",
"un modulo non può avere una dipendenza di interfaccia impostata su se stesso",
"il modulo %sq è già stato importato",
"%m è già stato importato",
"file di modulo",
"non è stato possibile trovare il file di modulo per il modulo %sq",
"non è stato possibile importare il file di modulo %sq",
"è previsto %s1, ma è stato trovato %s2",
null,
"durante l'apertura del file di modulo %sq",
"il nome di partizione %sq è sconosciuto",
"un file di modulo sconosciuto",
"un file di modulo intestazione importabile",
"un file di modulo EDG",
"un file di modulo IFC",
null,
null,
null,
null,
"un file di modulo imprevisto",
"il tipo del secondo operando %t2 deve avere le stesse dimensioni di %t1",
"il tipo deve essere facilmente copiabile",
@@ -3347,7 +3347,7 @@
"non è possibile trovare l'intestazione '%s' da importare",
"più di un file nell'elenco file di modulo corrisponde a '%s'",
"il file di modulo trovato per '%s' è riferito a un modulo diverso",
"qualsiasi tipo di modulo",
null,
"non è possibile leggere il file del modulo",
"la funzione predefinita non è disponibile perché il tipo char8_t non è supportato con le opzioni correnti",
null,
@@ -3368,7 +3368,7 @@
"non è possibile interpretare il layout di bit per questa destinazione di compilazione",
"non esiste alcun operatore corrispondente per l'operatore IFC %sq",
"non esiste alcuna convenzione di chiamata corrispondente per la convenzione di chiamata IFC %sq",
"il modulo %sq contiene costrutti non supportati",
"%m contiene costrutti non supportati",
"costrutto IFC non supportato: %sq",
"__is_signed non è più una parola chiave a partire da questo punto",
"una dimensione di matrice deve avere un valore intero senza segno costante",
@@ -3417,35 +3417,35 @@
"'if consteval' e 'if not consteval' non sono standard in questa modalità",
"l'omissione di '()' in un dichiaratore lambda non è standard in questa modalità",
"una clausola requires finale non è consentita quando l'elenco di parametri lambda viene omesso",
"modulo %sq partizione non valida richiesta",
"richiesta partizione non definita del modulo %sq1 (che si ritiene sia %sq2)",
"%m partizione non valida richiesta",
"%m partizione non definita (ritenuta %sq) richiesta",
null,
null,
"modulo %sq1 posizione file %u1 (posizione relativa %u2) richiesto per la partizione %sq2, che causa l'overflow della fine della partizione",
"modulo %sq1 posizione file %u1 (posizione relativa %u2) richiesto per la partizione %sq2, che non è allineata agli elementi delle partizioni",
"%m posizione file %u1 (posizione relativa %u2) richiesta per la partizione %sq, che causa l'overflow della fine della partizione",
"%m posizione file %u1 (posizione relativa %u2) richiesta per la partizione %sq2, che non è allineata agli elementi delle partizioni",
"dal sottocampo %sq (posizione relativa al nodo %u)",
"dalla partizione %sq elemento %u1 (posizione file %u2, posizione relativa %u3)",
"gli attributi nelle espressioni lambda sono una funzionalità di C++23",
"l'identificatore %sq potrebbe essere confuso con un identificatore visivamente simile visualizzato %p",
"questo commento contiene caratteri di controllo di formattazione Unicode sospetti",
"questa stringa contiene caratteri di controllo di formattazione Unicode che potrebbero causare un comportamento di runtime imprevisto",
"%d1 avviso eliminato durante l'elaborazione del modulo %sq1",
"%d1 avvisi eliminati rilevati durante l'elaborazione del modulo %sq1",
"Errore %d1 eliminato durante l'elaborazione del modulo %sq1",
"%d1 errori eliminati rilevati durante l'elaborazione del modulo %sq1",
"%u avviso eliminato rilevato durante l'elaborazione di %m",
"%u avvisi eliminati rilevati durante l'elaborazione di %m",
"%u errore eliminato rilevato durante l'elaborazione di %m",
"%u errori eliminati rilevati durante l'elaborazione di %m",
"compreso",
"eliminato",
"una funzione membro virtuale non può avere un parametro 'this' esplicito",
"l'acquisizione dell'indirizzo di una funzione esplicita 'this' richiede un nome qualificato",
"per formare l'indirizzo di una funzione esplicita 'this' è necessario l'operatore '&'",
"impossibile utilizzare un valore letterale stringa per inizializzare un membro di matrice flessibile",
"La rappresentazione IFC della definizione della funzione %sq non è valida",
null,
"un grafico IFC UniLevel non è stato usato per specificare i parametri",
"%u1 parametri specificati dal grafico di definizione dei parametri IFC mentre %u2 parametri sono stati specificati dalla dichiarazione IFC",
"%u1 parametro è stato specificato dal grafico di definizione del parametro IFC mentre %u2 parametri sono stati specificati dalla dichiarazione IFC",
"%u1 parametri sono stati specificati dal grafico di definizione del parametro IFC mentre %u2 parametro è stato specificato dalla dichiarazione IFC",
"Manca la rappresentazione IFC della definizione della funzione %sq",
null,
null,
null,
null,
null,
"manca la rappresentazione IFC della definizione della funzione %sq",
"il modificatore di funzione non si applica alla dichiarazione del modello di membro",
"la selezione dei membri implica troppi tipi anonimi annidati",
"non esiste alcun tipo comune tra gli operandi",
@@ -3467,7 +3467,7 @@
"o un campo di bit con un tipo di enumerazione incompleto o un'enumerazione opaca con un tipo di base non valido",
"ha tentato di costruire un elemento dalla partizione IFC %sq utilizzando un indice nella partizione IFC %sq2",
"la partizione %sq ha specificato la dimensione della voce come %u1 mentre era previsto %u2",
"Durante l'elaborazione del modulo %sq1 è stato riscontrato un requisito IFC imprevisto.",
"durante l'elaborazione di %m è stato riscontrato un requisito IFC imprevisto",
"condizione fallita alla riga %d in %s1: %sq2",
"il vincolo atomico dipende da se stesso",
"La funzione 'noreturn' ha un tipo restituito non void",
@@ -3475,9 +3475,9 @@
"non è possibile specificare un argomento di modello predefinito nella definizione di un modello di membro all'esterno della relativa classe",
"nome identificatore IFC %sq non valido rilevato durante la ricostruzione dell'entità",
null,
"il modulo %sq valore di ordinamento non valido",
"valore di ordinamento %m non valido",
"un modello di funzione caricato da un modulo IFC è stato analizzato erroneamente come %nd",
"non è stato possibile caricare un riferimento all'entità IFC nel modulo %sq",
"non è possibile caricare un riferimento all'entità IFC in %m",
"dalla partizione %sq elemento %u1 (posizione file %u2, posizione relativa %u3)",
"gli indicatori concatenati non sono consentiti per un tipo di classe con un distruttore non banale",
"una dichiarazione di specializzazione esplicita non può essere una dichiarazione Friend",
@@ -3506,9 +3506,9 @@
null,
"non è possibile valutare un inizializzatore per un membro di matrice flessibile",
"un inizializzatore di campo di bit predefinito è una funzionalità di C++20",
"troppi argomenti nell'elenco degli argomenti del modello nel modulo %sq",
"troppi argomenti nell'elenco degli argomenti del modello in %m",
"rilevato per l'argomento del modello rappresentato dallelemento %sq %u1 (posizione file %u2, posizione relativa %u3)",
"argomenti insufficienti nell'elenco degli argomenti del modello nel modulo %sq",
"argomenti insufficienti nell'elenco degli argomenti del modello in %m",
"rilevato durante l'elaborazione dell'elenco di argomenti del modello rappresentato dallelemento %sq %u1 (posizione file %u2, posizione relativa %u3)",
"la conversione dal tipo di enumerazione con ambito %t non è conforme allo standard",
"la deallocazione non corrisponde al tipo di allocazione (una è per una matrice e l'altra no)",
@@ -3517,8 +3517,8 @@
"__make_unsigned è compatibile solo con i tipi di numero intero ed enumerazione non booleani",
"il nome intrinseco %sq verrà trattato come un identificatore ordinario a partire da qui",
"accesso a un sotto-oggetto non inizializzato all'indice %d",
"numero di riga IFC (%u1) che causa loverflow del valore massimo consentito (%u2) del modulo %sq",
"il modulo %sq1 ha richiesto l'elemento %u della partizione %sq2. Questa posizione del file supera il valore massimo rappresentabile",
"numero di riga IFC (%u1) che causa loverflow del valore massimo consentito (%u2) per %m",
"%m ha richiesto l'elemento %u della partizione %sq; questa posizione del file supera il valore massimo rappresentabile",
"numero errato di argomenti",
"vincolo sul candidato %n non soddisfatto",
"il numero di parametri di %n non corrisponde alla chiamata",
@@ -3551,7 +3551,7 @@
"Non è possibile elaborare il file IFC %sq",
"la versione IFC %u1.%u2 non è supportata",
"l'architettura IFC %sq non è compatibile con l'architettura di destinazione corrente",
"il modulo %sq1 richiede l'indice %u di una partizione non supportata corrispondente a %sq2",
"%m richiede l'indice %u di una partizione non supportata corrispondente a %sq",
"il numero di parametro %d di %n ha il tipo %t che non può essere completato",
"il numero di parametro %d di %n ha il tipo incompleto %t",
"il numero di parametro %d di %n ha il tipo astratto %t",
@@ -3570,7 +3570,7 @@
"reflection non valida (%r) per la splice dell'espressione",
"%n è già stato definito (definizione precedente %p)",
"Oggetto infovec non inizializzato",
"value_of tipo %t1 non è compatibile con la reflection specificata (entità con tipo %t2)",
"il tipo di estrazione %t1 non è compatibile con la reflection specificata (entità con tipo %t2)",
"la reflection di un set di overload non è attualmente consentita",
"questo intrinseco richiede una reflection per un'istanza del modello",
"tipi incompatibili %t1 e %t2 per l'operatore",
@@ -3598,8 +3598,154 @@
"un'espressione lambda 'static' deve avere una specifica di acquisizione vuota",
"Unità di intestazione IFC EDG",
"EDG IFC",
"Non è possibile creare un'unità di intestazione per l'unità di conversione corrente",
"l'unità di conversione corrente utilizza una o più funzionalità che attualmente non possono essere scritte in un'unità di intestazione",
"non è possibile generare un file IFC per l'unità di traduzione corrente",
"non è attualmente possibile scrivere una o più entità in un file IFC",
"'explicit(bool)' è una funzionalità di C++20",
"è necessario specificare un nome modulo per la mappa dei file del modulo che fa riferimento al file %sq"
"il primo argomento deve essere un puntatore a un numero intero, un'enumerazione o un tipo a virgola mobile supportato",
"non è possibile utilizzare moduli C++ durante la compilazione di più unità di conversione",
"non è possibile utilizzare i moduli C++ con la funzionalità 'export' precedente a C++11",
"il token IFC %sq non è supportato",
"l'attributo 'pass_object_size' è valido solo per i parametri delle dichiarazioni di funzione",
"l'argomento dell'attributo %sq %d1 deve essere un valore compreso tra 0 e %d2",
"un ref-qualifier qui viene ignorato",
"tipo di elemento vettore NEON %t non valido",
"tipo di elemento polivettore NEON %t non valido",
"tipo di elemento vettore scalabile %t non valido",
"numero non valido di elementi di tupla per il tipo di vettore scalabile",
"un vettore o un polivettore NEON deve avere una larghezza di 64 o 128 bit",
"il tipo senza dimensione %t non è consentito",
"un oggetto del tipo senza dimensione %t non può essere inizializzato dal valore",
"trovato indice di dichiarazione null imprevisto come parte dell'ambito %u",
"è necessario specificare un nome modulo per la mappa dei file del modulo che fa riferimento al file %sq",
"è stato ricevuto un valore di indice nullo dove era previsto un nodo nella partizione IFC %sq",
"%nd non può avere il tipo %t",
"un qualificatore di riferimento non è standard in questa modalità",
"un'istruzione 'for' basata su intervallo non è standard in questa modalità",
"'auto' come indicatore di tipo non è standard in questa modalità",
"non è possibile importare il file del modulo %sq a causa di un file danneggiato",
"IFC",
"token estranei aggiunti dopo la dichiarazione del membro",
"ambito di aggiunta non valido (%r)",
"era previsto un valore di tipo std::string_view ma è stato restituito %t",
"token estranei aggiunti dopo l'istruzione",
"token estranei aggiunti dopo la dichiarazione",
"overflow del valore dell'indice della tupla (%d)",
">> output di std::meta::__report_tokens",
">> output finale di std::meta::__report_tokens",
"non in un contesto con variabili di parametro",
"una sequenza di escape delimitata deve contenere almeno un carattere",
"sequenza di escape delimitata non terminata",
"la costante contiene l'indirizzo di una variabile locale",
"un'associazione strutturata non può essere dichiarata 'consteval'",
"%no è in conflitto con la dichiarazione importata %nd",
"il carattere non può essere rappresentato nel tipo di carattere specificato",
"un'annotazione non può apparire nel contesto di un prefisso di attributo 'using'",
"il tipo %t dell'annotazione non è un tipo letterale",
"l'attributo 'ext_vector_type' si applica solo ai tipi bool, integer o a virgola mobile",
"non sono consentiti più designatori nella stessa unione",
"messaggio di test",
"la versione di Microsoft emulata deve essere almeno la 1943 per usare \"--ms_c++23\"",
"directory di lavoro corrente non valida: %s",
"l'attributo 'cleanup' all'interno di una funzione constexpr non è attualmente supportato",
"l'attributo 'assume' può essere applicato solo a un'istruzione null",
"presupposto non riuscito",
"i modelli di variabile sono una funzionalità di C++14",
"non è possibile accettare l'indirizzo di una funzione con un parametro dichiarato con l'attributo 'pass_object_size'",
"tutti gli argomenti devono avere lo stesso tipo",
"confronto finale: %s1 %s2 %s3",
"troppi argomenti per l'attributo %sq",
"la stringa mantissa non contiene un numero valido",
"errore di virgola mobile durante la valutazione costante",
"eredità del costruttore %n ignorata per l'operazione analoga a copia/spostamento",
"impossibile determinare le dimensioni del file %s",
"impossibile leggere %s",
"incorporare",
"nome del parametro non riconosciuto",
"parametro specificato più di una volta",
"non è possibile specificare __has_embed all'esterno di #if",
"impossibile impostare le impostazioni locali LC_NUMERIC su C",
"elifdef e elifndef non sono abilitati in questa modalità e vengono ignorati nel testo saltato",
"una dichiarazione alias non è standard in questo contesto",
"l'ABI di destinazione può allocare membri non statici in un ordine non corrispondente all'ordine di dichiarazione, il che non è conforme allo standard in C++23 e versioni successive",
"unità di interfaccia del modulo EDG IFC",
"unità di partizione del modulo IFC EDG",
"la dichiarazione del modulo non può essere esportata da questa unità di conversione a meno che non si crei un file di interfaccia del modulo",
"la dichiarazione del modulo deve essere esportata da questa unità di conversione per creare un file di interfaccia del modulo",
"è stata richiesta la generazione di file di modulo, ma non è stato dichiarato alcun modulo nell'unità di conversione",
"sostituzione di %T per %n vincoli non riusciti",
"%n non soddisfatto per %T",
"l'espansione #embed è troppo lunga per inizializzare un'entità di tipo %t",
"l'operatore 'defined' non è consentito qui",
"%n non è un membro di %t",
"conversione restrittiva a carattere firmato nei dati di #embed",
"operatore non consentito per i tipi 'vector of bool'",
"oggetto troppo grande per la valutazione costante",
"oggetto temporaneo auto-riferito",
"un'espressione lambda non può fare riferimento a una variabile locale o a un init-capture in questo contesto",
"un parametro lambda non può nascondere una acquisizione esplicita",
"un parametro di modello lambda non può nascondere una acquisizione esplicita",
"spazio indirizzi insufficiente per elaborare questa unità di conversione",
"<undetermined type>",
"<undetermined constant>",
"<undetermined template>",
"la dimensione configurata di %s è troppo piccola per il numero specificato di bit di mantissa + esponente",
"espressione",
"<expression>",
"senza nome",
"<unnamed>",
"<error-type>",
"<unknown-type>",
"<something>",
"<null-type>",
"<no-init>",
"<zero-init>",
"copia bit per bit di: ",
"<bitwise-copy>",
"risultato classe tramite ctor: ",
"<constructor-call>",
"<NULL expression>",
"<error>",
"<NULL routine>",
"<default>",
"parametro #",
" (livello superiore)",
" livelli superiori",
"dynamic-init: ",
"<error-constant>",
"stack-offset-of:",
"<implicit element> ",
" ripetizioni di ",
"intero",
"enumerazione",
"enumerazione con ambito",
"aritmetica",
"aritmetica non bool",
"puntatore",
"tipo nullptr",
"handle",
"handle-to-CLI-array",
"puntatore a oggetto",
"puntatore a funzione",
"puntatore a membro",
"bool",
"bool-equivalent",
"classe",
"un operando volatile per l'espressione di incremento è deprecato",
"un operando volatile per una espressione di decremento è deprecato",
"%n precedentemente dichiarato senza l'attributo 'indeterminate'",
"il costruttore predefinito per %t è esplicito",
"impossibile caricare la definizione di %n in %m",
"impossibile caricare l'inizializzatore per %n in %m",
"una classe con un nome typedef a scopo di collegamento non può avere una classe base",
"una classe con un nome typedef a scopo di collegamento non può avere una funzione membro",
"una classe con un nome typedef a scopo di collegamento non può avere un tipo annidato diverso da un tipo enumerazione o da un tipo di classe non di chiusura",
"una classe con un nome typedef a scopo di collegamento non può contenere un'espressione lambda",
"una classe con un nome typedef a scopo di collegamento non può contenere un membro dati non statico con un inizializzatore membro predefinito",
"dichiarazione di membro dati statico non consentita in una classe senza nome",
"il risultato dell'inizializzatore punta a una variabile dllimport",
"modello con l'attributo 'no_specializations' non può essere specializzato",
"'static' non è standard qui",
"%nd era stato dichiarato in precedenza senza una base di enumerazione esplicita",
"manca 'typename' che qui non è standard",
"la sintassi abbreviata del modello di funzione non è standard per le guide alla deduzione"
]
+191 -45
View File
@@ -3,7 +3,7 @@
"ファイルの最後の行が改行なしで終わっています",
"ファイルの最後の行が円記号 (\\) で終わっています",
"#include ファイル %sq にそれ自体が含まれています",
"メモリ不足しています",
"メモリ不足。64 ビットの IntelliSense エンジンを有効にし、設定で IntelliSense のメモリ制限を増やすことを検討してください。",
null,
"ファイルの末尾でコメントが閉じられていません",
"認識されないトークンです",
@@ -163,7 +163,7 @@
"認識されない #pragma",
null,
"一時ファイル %sq を開けませんでした: %s2",
"一時ファイルのディレクトリの名前が長すぎます (%sq)",
null,
"関数呼び出しの引数が少なすぎます",
"無効な浮動小数点定数",
"型 %t1 の引数は型 %t2 のパラメーターと互換性がありません",
@@ -1134,7 +1134,7 @@
"空の上書きリストはリスト全体が省略される必要があります",
"asm オペランドが必要です",
"上書きするレジスタが必要です",
"'format' 属性には省略記号パラメーターが必要です",
"'format' 属性には省略記号パラメーターまたはパラメーター パックが必要です",
"最初の代替引数が最初の可変引数ではありません",
"format 引数のインデックスがパラメーターの数より大きいです",
"format 引数が文字列型ではありません",
@@ -1505,7 +1505,7 @@
"コマンド ライン エラー",
"内部エラー",
"内部エラー",
"-D",
null,
null,
"エラーの上限に達しました。",
"内部エラー ループ",
@@ -1524,7 +1524,7 @@
"中間言語 (7)",
"中間言語 (8)",
"中間言語 (9)",
"PCH",
null,
null,
null,
null,
@@ -1537,7 +1537,7 @@
"char16_t リテラルには無効な文字です",
null,
"呼び出し規約 %s は認識されないため、次のいずれかを使用する必要があります:",
"%s",
null,
null,
null,
"列挙型の基になる型は整数型である必要があります",
@@ -1828,7 +1828,7 @@
"'auto' 関数には後続の戻り値の型が必要です",
"メンバー テンプレートは純粋指定子を持つことはできません",
"リテラル文字列が長すぎます -- 超過した文字は無視されました",
"nullptr キーワードを制御するためのオプションは C++ をコンパイルするときにのみ使用できます",
null,
"std::nullptr_t がブール型に変換されました",
null,
null,
@@ -2711,7 +2711,7 @@
"null pointer-to-member を逆参照しようとしました (データ メンバー)",
"void へのポインターと関数へのポインターの比較は非標準です",
"メタデータの初期化に失敗しました",
"base から derived へのキャストが無効です (完全なクラス型は %t です)",
"base から derived へのキャストが無効です (実際の derived クラス型は %t です)",
"完全な型 %t のオブジェクトの %n へのアクセス権が無効です",
"'__auto_type' はここでは使用できません",
"'__auto_type' には複数の宣言子は使用できません",
@@ -3209,7 +3209,7 @@
"定数式では明示的なデストラクター呼び出しは許可されていません",
"配列インデックス式では、かっこで囲まれていないコンマ演算子は非推奨です",
"動的に割り当てられる要素 (%d) の数が初期化子には少なすぎます",
"%s 式に対する揮発性のオペランドは非推奨です",
null,
"揮発性のスカラー オブジェクトへの代入の結果の使用は非推奨です",
"複合代入式では揮発性のターゲットの型は非推奨です",
"揮発性の関数パラメーターは非推奨です",
@@ -3230,8 +3230,8 @@
"もう一方の一致は %t です",
"ここで使用されている 'availability' 属性は無視されます",
"範囲ベースの 'for' ステートメントにある C++20 形式の初期化子ステートメントは、このモードでは非標準です",
"co_await は範囲ベースの for ステートメントにのみ適用できます",
"範囲ベースの 'for' ループの範囲の種類を推測できません",
"co_await は範囲ベースの 'for' ステートメントにのみ適用できます",
"範囲ベースの \"for\" ステートメントの範囲の種類を推測できません",
"インライン変数は C++17 の機能です",
"destroying operator delete には、最初のパラメーターとして %t が必要です",
"destroying operator delete に、std::size_t および std::align_val_t 以外のパラメーターを指定することはできません",
@@ -3249,7 +3249,7 @@
"概念 ID の引数 %Tの置換に失敗しました",
"引数 %T の概念は false です",
"こちらでは requires 句は許可されていません (テンプレート関数ではありません)",
"コンセプト テンプレート",
"概念",
"requires 句は %nfd と互換性がありません",
"属性が必要です",
null,
@@ -3272,17 +3272,17 @@
"%sq は、インポート可能なヘッダーではありません",
"名前が指定されていないモジュールをインポートすることはできません",
"モジュールはそれ自体に対するインターフェイス依存関係を持つことはできません",
"モジュール %sq は既にインポートされています",
"%m は既にインポートされています",
"モジュール ファイル",
"モジュール %sq のモジュール ファイルが見つかりませんでした",
"モジュール ファイル %sq をインポートできませんでした",
"%s1 が必要ですが、%s2 が見つかりました",
null,
"モジュール ファイル %sq を開くとき",
"不明なパーティション名 %sq",
"不明なモジュール ファイル",
"インポート可能なヘッダー モジュール ファイル",
"EDG モジュール ファイル",
"IFC モジュール ファイル",
null,
null,
null,
null,
"予期しないモジュール ファイル",
"第 2 オペランド %t2 の型は、%t1 と同じサイズである必要があります",
"型は普通にコピー可能である必要があります",
@@ -3347,7 +3347,7 @@
"インポートするヘッダー '%s' が見つかりません",
"モジュール ファイル リスト内の複数のファイルが '%s' と一致しています",
"'%s' に対して見つかったモジュール ファイルは別のモジュール用です",
"あらゆる種類のモジュール ファイル",
null,
"モジュール ファイルを読み取れません",
"現在のオプションで char8_t 型がサポートされていないので、ビルトイン関数を使用できません",
null,
@@ -3368,7 +3368,7 @@
"このコンパイル ターゲットのビット レイアウトを解釈できません。",
"IFC 演算子 %sq に対応する演算子がありません",
"IFC 呼び出し規則 %sq に対応する呼び出し規則がありません",
"モジュール %sq にはサポートされていないコンストラクトが含まれています",
"%m にはサポートされていないコンストラクトが含まれています",
"サポートされていない IFC コンストラクト: %sq",
"__is_signed はこのポイントからキーワードではなくなりました",
"配列の次元には定数の符号なし整数値を指定する必要があります",
@@ -3417,34 +3417,34 @@
"このモードでは、'if consteval' と 'if not consteval' は標準ではありません",
"ラムダ宣言子での '()' の省略は、このモードでは非標準です",
"ラムダ パラメーター リストが省略されている場合、末尾の Requires 句は許可されません",
"モジュール %sq 無効なパーティションが要求されました",
"モジュール %sq1 個の未定義のパーティション (%sq2 と推定) が要求されました",
"%m の無効なパーティションが要求されました",
"%m の未定義のパーティション (%sq と推定) が要求されました",
null,
null,
"モジュール %sq1 ファイル位置 %u1 (相対位置 %u2) がパーティション %sq2 に対して要求されました - これはそのパーティションの終点をオーバーフローしています",
"モジュール %sq1 ファイル位置 %u1 (相対位置 %u2) がパーティション %sq2 に対して要求されました - これはそのパーティション要素の整列誤りです",
"%m ファイル位置 %u1 (相対位置 %u2) がパーティション %sq2 に対して要求されました - これはそのパーティションの終点をオーバーフローしています",
"%m ファイル位置 %u1 (相対位置 %u2) がパーティション %sq に対して要求されました - これはそのパーティション要素の整列誤りです",
"サブフィールド %sq から (ノード %u への相対位置)",
"パーティション元 %sq 要素 %u1 (ファイル位置 %u2、相対位置 %u3)",
"ラムダの属性は C++23 機能です",
"識別子 %sq は、%p に表示される視覚的に類似したものと混同される可能性があります",
"このコメントには、不審な Unicode 書式設定制御文字が含まれています",
"この文字列には、予期しない実行時の動作を引き起こす可能性のある Unicode 形式の制御文字が含まれています",
"%d1 個の抑制された警告が、モジュール %sq1 の処理中に発生しました",
"%d1 個の抑制された警告が、モジュール %sq1 の処理中に発生しました",
"%d1 個の抑制されたエラーが、モジュール %sq1 の処理中に発生しました",
"%d1 個の抑制されたエラーが、モジュール %sq1 の処理中に発生しました",
"%u 個の抑制された警告が、%m の処理中に発生しました",
"%u 個の抑制された警告が、%m の処理中に発生しました",
"%u 個の抑制されたエラーが、%m の処理中に発生しました",
"%u 個の抑制されたエラーが、%m の処理中に発生しました",
"含む",
"抑制",
"仮想メンバー関数は、明示的な 'this' パラメーターを持つことはできません",
"明示的な 'this' 関数のアドレスの取得には修飾名が必要です",
"明示的な 'this' 関数のアドレスの形成には '&' 演算子が必要です",
"文字列リテラルを柔軟な配列メンバーを初期化するのに使用することはできません",
"関数 %sq の定義の IFC 表現が無効です",
null,
"パラメーターの指定に UniLevel IFC グラフが使用されませんでした",
"%u1 個のパラメーターが IFC パラメーター定義グラフで指定されましたが、IFC 宣言では %u2 個のパラメーターが指定されました",
"%u1 個のパラメーターが IFC パラメーター定義グラフで指定されましたが、IFC 宣言では %u2 個のパラメーターが指定されました",
"%u1 個のパラメーターが IFC パラメーター定義グラフで指定されましたが、IFC 宣言では %u2 個のパラメーターが指定されました",
null,
null,
null,
null,
null,
"関数 %sq の定義の IFC 表現が見つかりません",
"関数修飾子はメンバー テンプレート宣言には適用されません",
"メンバーの選択に含まれる、入れ子になった匿名のタイプが多すぎます",
@@ -3467,7 +3467,7 @@
"不完全な列挙型を持つビット フィールド、または無効な基本型を持つ不透明な列挙のいずれかです",
"IFC パーティション %sq2 へのインデックスを使用して、IFC パーティション %sq から要素を構築しようとしました",
"パーティション %sq は、%u2 が予期されたときにエントリ サイズを %u1 として指定されました",
"モジュール %sq1 の処理中に予期しない IFC 要件が発生しました",
"%m の処理中に予期しない IFC 要件が発生しました",
"条件が行 %d で失敗しました (%s1: %sq2)",
"アトミック制約は、それ自体に依存します",
"'noreturn' 関数に void 以外の戻り値の型があります",
@@ -3475,9 +3475,9 @@
"クラス外のメンバー テンプレートの定義では、既定のテンプレート引数を指定できません",
"エンティティの再構築中に無効な IFC 識別子名 %sq が見つかりました",
null,
"モジュール %sq は無効な並べ替え値です",
"%m は無効な並べ替え値です",
"IFC モジュールから読み込まれた関数テンプレートが誤って %nd として解析されました",
"モジュール %sq で IFC エンティティ参照を読み込めませんでした",
"%m で IFC エンティティ参照を読み込めませんでした",
"パーティション元 %sq 要素 %u1 (ファイル位置 %u2、相対位置 %u3)",
"非単純デストラクターを持つクラス型では、チェーンされた指定子は許可されていません",
"明示的特殊化宣言はフレンド宣言にできない場合があります",
@@ -3506,9 +3506,9 @@
null,
"柔軟な配列メンバーの初期化子を評価できません",
"既定のビット フィールド初期化子は C++20 機能です",
"モジュール %sq 内のテンプレート引数リストの引数が多すぎます",
"%m 内のテンプレート引数リストの引数が多すぎます",
"%sq 要素 %u1 (ファイル位置 %u2、相対位置 %u3) で表されるテンプレート引数に対して検出されました",
"モジュール %sq 内のテンプレート引数リストの引数が少なすぎます",
"%m 内のテンプレート引数リストの引数が少なすぎます",
"%sq 要素 %u1 (ファイル位置 %u2,、相対位置 %u3) で表されるテンプレート引数リストの処理中に検出されました",
"スコープを持つ列挙型 %t からの変換は非標準です",
"割り当て解除の種類が一致割り当ての種類と一致しません (一方が配列用で、もう一方が配列用ではありません)",
@@ -3517,8 +3517,8 @@
"__make_unsigned はブール型以外の整数型および列挙型とのみ互換性があります",
"組み込み名前 %sq は、ここから通常の識別子として扱われます",
"インデックス %d にある初期化されていないサブオブジェクトへのアクセス",
"IFC 行番号 (%u1) が許可された最大値 (%u2) モジュール %sq をオーバーフローしています",
"モジュール %sq1 が要素 %u (パーティション %sq2) を要求しました。このファイルの位置は、表現可能な最大値を超えています",
"IFC 行番号 (%u1) が許可された最大値 (%u2) %m をオーバーフローしています",
"%m が要素 %u (パーティション %sq) を要求しました。このファイルの位置は、表現可能な最大値を超えています",
"引数の数が正しくありません",
"候補に対する制約 %n が満たされていません",
"%n のパラメーター数が呼び出しと一致しません",
@@ -3551,7 +3551,7 @@
"IFC ファイル %sq を処理できません",
"IFC バージョン %u1.%u2 はサポートされていません",
"IFC アーキテクチャ %sq は現在のターゲット アーキテクチャと互換性がありません",
"モジュール %sq1 は、インデックス %u (%sq2 に対応するサポートされていないパーティションのインデックス) を要求します",
"%m は、インデックス %u (%sq に対応するサポートされていないパーティションのインデックス) を要求します",
"%n のパラメーター番号 %d に、完了できない型 %t があります",
"%n のパラメーター番号 %d に不完全な型 %t があります",
"%n のパラメーター番号 %d は抽象型 %t",
@@ -3570,7 +3570,7 @@
"式の継ぎ目のリフレクション (%r) が正しくありません",
"%n は既に定義されています (前の定義 %p)",
"infovec オブジェクトが初期化されていません",
"value_of 型 %t1 は、指定されたリフレクション (型 %t2 のエンティティ) と互換性がありません",
"型 %t1 の抽出は、指定されたリフレクション (型 %t2 のエンティティ) と互換性がありません",
"オーバーロード セットのリフレクションは現在許可されていません",
"この組み込み関数には、テンプレート インスタンスのリフレクションが必要です",
"演算子の型 %t1 と %t2 に互換性がありません",
@@ -3598,8 +3598,154 @@
"'static' ラムダ式には空のキャプチャ仕様が必要です",
"EDG IFC ヘッダー ユニット",
"EDG IFC",
"現在の翻訳単位のヘッダー ユニットを作成できませんでした",
"現在の翻訳単位は、現在ヘッダー ユニットに書き込むことができない 1 つ以上の機能を使用します",
"現在の翻訳単位の IFC ファイルを生成できませんでした",
"現在、1 つ以上のエンティティを IFC ファイルに書き込めません",
"'explicit(bool)' は C++20 機能です",
"ファイル %sq を参照するモジュール ファイル マップにモジュール名を指定する必要があります"
"最初の引数は、整数、enum、またはサポートされている浮動小数点型へのポインターである必要があります",
"複数の翻訳単位をコンパイルする場合、C++ モジュールは使用できません",
"C++ モジュールは、C++11 より前の 'export' 機能では使用できません",
"IFC トークン %sq はサポートされていません",
"'pass_object_size' 属性は、関数宣言のパラメーターでのみ有効です",
"%sq 属性 %d1 の引数は 0 から %d2 の間の値である必要があります",
"ここでの ref-qualifier は無視されます",
"NEON ベクター要素の型 %t は無効です",
"NEON ポリベクター要素の型 %t は無効です",
"スケーラブル ベクター要素の型 %t は無効です",
"スケーラブル ベクター型のタプル要素の数が無効です",
"NEON ベクターまたはポリベクターは、幅が 64 ビットまたは 128 ビットである必要があります",
"サイズのない型 %t は使用できません",
"サイズのない型 %t のオブジェクトを値で初期化できません",
"予期しない null 宣言インデックスがスコープ %u の一部として見つかりました",
"ファイル %sq を参照するモジュール ファイル マップにモジュール名を指定する必要があります",
"IFC パーティション %sq でノードが必要な場所で null インデックス値を受け取りました",
"%nd に型 %t を指定することはできません",
"ref 修飾子は、このモードでは非標準です",
"範囲ベースの 'for' ステートメントは、このモードでは標準ではありません",
"型指定子としての 'auto' は、このモードでは非標準です",
"ファイルが破損しているため、モジュール ファイル %sq をインポートできませんでした",
"IFC",
"メンバー宣言の後に余分なトークンが挿入されました",
"不正な挿入スコープ (%r)",
"std::string_view 型の値が必要ですが、%t が渡されました",
"ステートメントの後に余分なトークンが挿入されました",
"宣言の後に余分なトークンが挿入されました",
"タプル インデックス値 (%d) オーバーフロー",
">> std::meta::__report_tokens からの出力",
">> std::meta::__report_tokens からの出力を終了",
"パラメーター変数を持つコンテキストではありません",
"区切られたエスケープ シーケンスには少なくとも 1 文字が必要です",
"未終了の区切りエスケープ シーケンス",
"定数にローカル変数のアドレスが含まれています",
"構造化バインディングを 'consteval' と宣言することはできません",
"インポートされた宣言 %nd との競合が %no 個あります",
"指定された文字型では文字を表現できません",
"注釈は 'using' 属性プレフィックスのコンテキストに含めることはできません",
"注釈の型 %t はリテラル型ではありません",
"'ext_vector_type' 属性は、整数型または浮動小数点型にのみ適用できます",
"同じ共用体に複数の指定子を入れることはできません",
"テスト メッセージ",
"'--ms_c++23' を使用するには、エミュレートされている Microsoft のバージョンが 1943 以上である必要があります",
"現在の作業ディレクトリ %s は無効です",
"constexpr 関数内の 'cleanup' 属性は現在サポートされていません",
"'assume' 属性は null ステートメントにのみ適用できます",
"仮定に失敗しました",
"変数テンプレートは C++14 の機能です",
"'pass_object_size' 属性で宣言されたパラメーターを持つ関数のアドレスを取得することはできません",
"すべての引数が同じ型である必要があります",
"最終の比較は %s1 %s2 %s3 でした",
"属性 %sq の引数が多すぎます",
"仮数の文字列に有効な数値が含まれていません",
"定数の評価中に浮動小数点エラーが発生しました",
"コンストラクターの継承 %n は、コピーや移動と似た操作では無視されます",
"ファイル %s のサイズを特定できません",
"%s を読み取れません",
"埋め込み",
"認識されないパラメーター名",
"パラメーターが複数回指定されました",
"__has_embed は #if の外側には出現できません",
"LC_NUMERIC ロケールを C に設定できませんでした",
"elifdef と elifndef はこのモードでは有効になっておらず、スキップされるテキストでは無視されます",
"エイリアス宣言は、このコンテキストでは非標準です",
"ターゲット ABI は、宣言順序と一致しない順序で非静的メンバーを割り当てる可能性があります。これは、C++23 以降では非標準です",
"EDG IFC モジュール インターフェイス ユニット",
"EDG IFC モジュール パーティション ユニット",
"モジュール インターフェイス ファイルを作成しない限り、モジュール宣言をこの翻訳単位からエクスポートすることはできません",
"モジュール インターフェイス ファイルを作成するには、この翻訳単位からモジュール宣言をエクスポートする必要があります",
"モジュール ファイルの生成が要求されましたが、翻訳単位でモジュールが宣言されていません",
"%n の失敗した制約の %T を置き換える",
"%n は、%T に対して満たされていません",
"#embed 展開が長すぎて型のエンティティを初期化できません%t",
"ここでは 'defined' 演算子は許可されていません",
"'%n' は '%t' のメンバーではありません",
"#embed データ内の符号付き文字への縮小変換",
"演算子は 'vector of bool' 型では許可されていません",
"オブジェクトが大きすぎて定数評価に使用できませんでした",
"自己参照一時オブジェクト",
"ラムダはこのコンテキストでローカル変数または init-capture を参照できません",
"ラムダ パラメーターは明示的なキャプチャを非表示にできません",
"ラムダ テンプレート パラメーターは明示的なキャプチャを非表示にできません",
"この変換ユニットを処理するためのアドレス空間が不足しています",
"<undetermined type>",
"<undetermined constant>",
"<undetermined template>",
"構成された %s のサイズが、指定された仮数 + 指数ビットの数に対して小さすぎます",
"式",
"<expression>",
"名前なし",
"<unnamed>",
"<error-type>",
"<unknown-type>",
"<something>",
"<null-type>",
"<no-init>",
"<zero-init>",
"以下のビットごとのコピー:",
"<bitwise-copy>",
"ctor を使用したクラスの結果:",
"<constructor-call>",
"<NULL expression>",
"<error>",
"<NULL routine>",
"<default>",
"パラメーター #",
" (1 つ上のレベル)",
" レベルを上げる",
"dynamic-init:",
"<error-constant>",
"stack-offset-of:",
"<implicit element> ",
" 繰り返し: ",
"整数",
"列挙型",
"範囲指定された列挙",
"算術",
"非ブール型算術",
"ポインター",
"nullptr 型",
"ハンドル",
"handle-to-CLI-array",
"pointer-to-object",
"pointer-to-function",
"pointer-to-member",
"bool",
"bool-equivalent",
"クラス",
"インクリメント式に対する揮発性オペランドは非推奨です",
"デクリメント式に対する揮発性オペランドは非推奨です",
"%n が '不確定' 属性なしで以前に宣言されました",
"%t の既定のコンストラクターは明示的です",
"%m で %n の定義を読み込めませんでした",
"%m で %n の初期化子を読み込めませんでした",
"リンケージのために typedef 名を持つクラスに基底クラスを含めることはできません",
"リンケージの目的で typedef 名を持つクラスにメンバー関数を含めることはできません",
"リンケージの目的で typedef 名を持つクラスは、列挙型または非クロージャ クラス型以外の入れ子になった型を持つことはできません",
"リンケージのために typedef 名を持つクラスにラムダ式を含めることはできません",
"リンケージの目的で typedef 名を持つクラスは、既定のメンバー初期化子を持つ非静的データ メンバーを持つことはできません",
"静的データ メンバー宣言は、名前のないクラスでは使用できません",
"初期化子の結果は dllimport 変数をアドレス指定します",
"'no_specializations' 属性を持つテンプレートを特殊化することはできません",
"'static' はここでは非標準です",
"%nd は、明示的な列挙型ベースなしで以前に宣言されました",
"見つからない 'typename' はここでは非標準です",
"省略形の関数テンプレート構文は、推論ガイドでは非標準です"
]
+192 -46
View File
@@ -3,7 +3,7 @@
"파일의 마지막 줄이 줄 바꿈 없이 끝납니다.",
"파일의 마지막 줄이 백슬래시로 끝납니다.",
"#include 파일 %sq에 해당 파일 자체가 포함되어 있습니다.",
"메모리가 부족합니다.",
"메모리가 부족합니다. 64비트 IntelliSense 엔진을 사용하도록 설정하고 설정에서 IntelliSense 메모리 제한을 늘리는 것이 좋습니다.",
null,
"주석이 파일 끝에서 닫히지 않았습니다.",
"인식할 수 없는 토큰입니다.",
@@ -163,7 +163,7 @@
"인식할 수 없는 #pragma",
null,
"임시 파일 %sq을(를) 열 수 없습니다. %s2",
"임시 파일의 디렉터리 이름이 너무 깁니다(%sq).",
null,
"함수 호출에 인수가 너무 적습니다.",
"부동 소수점 상수가 잘못되었습니다.",
"%t1 형식의 인수가 %t2 형식의 매개 변수와 호환되지 않습니다.",
@@ -1134,7 +1134,7 @@
"비어 있는 변경 가능 목록을 완전히 생략해야 합니다.",
"asm 피연산자가 필요합니다.",
"변경할 레지스터가 필요합니다.",
"'format' 특성에는 가변 매개 변수(...)가 필요합니다.",
"'format' 특성에는 줄임표 매개 변수 또는 매개 변수 팩이 필요합니다.",
"첫 번째 대체 인수가 첫 번째 가변 인수가 아닙니다.",
"format 인수의 인덱스가 매개 변수 개수보다 큽니다.",
"format 인수에 문자열 형식을 사용할 수 없습니다.",
@@ -1505,7 +1505,7 @@
"명령줄 오류",
"내부 오류",
"내부 오류",
"-D",
null,
null,
"오류 한계에 도달했습니다.",
"내부 오류 루프",
@@ -1524,7 +1524,7 @@
"중간 언어 (7)",
"중간 언어 (8)",
"중간 언어 (9)",
"PCH",
null,
null,
null,
null,
@@ -1537,7 +1537,7 @@
"char16_t 리터럴에 대한 잘못된 문자",
null,
"인식할 수 없는 호출 규칙 %s, 다음 중 하나여야 함:",
"%s",
null,
null,
null,
"열거형 형식의 내부 형식은 정수 계열 형식이어야 합니다.",
@@ -1828,7 +1828,7 @@
"'auto' 함수에는 후행 반환 형식이 필요합니다.",
"멤버 템플릿에는 순수 지정자를 사용할 수 없습니다.",
"문자열 리터럴이 너무 깁니다. 초과된 문자가 무시되었습니다.",
"nullptr 키워드를 제어하는 옵션은 C++를 컴파일할 경우에만 사용할 수 있습니다.",
null,
"std::nullptr_t가 bool로 변환되었습니다.",
null,
null,
@@ -2711,7 +2711,7 @@
"null 멤버 포인터(데이터 멤버)를 역참조하려고 합니다.",
"void에 대한 포인터 및 함수에 대한 포인터 비교가 표준이 아닙니다.",
"메타데이터 초기화 실패",
"기본에서 파생으로의 캐스트가 잘못되었습니다(완전한 클래스 형식은 %t임).",
"기본에서 파생으로의 캐스트가 잘못되었습니다(실제 파생 클래스 형식은 %t임).",
"완전한 형식 %t의 개체에서 %n에 대한 액세스가 잘못되었습니다.",
"'__auto_type'은 여기에 사용할 수 없습니다.",
"'__auto_type'에는 선언자를 여러 개 사용할 수 없습니다.",
@@ -2955,7 +2955,7 @@
"소멸자의 제한 지정자는 모든 생성자에 대한 제한 지정자의 공용 구조체를 지정해야 합니다.",
"오류",
"nostdlib에는 한 번 이상의 강제 사용이 필요합니다.",
"error-type",
"오류 유형",
null,
null,
null,
@@ -3209,7 +3209,7 @@
"상수 식에는 명시적 소멸자 호출을 사용할 수 없습니다.",
"배열 첨자 식의 괄호로 묶이지 않은 쉼표 연산자는 사용되지 않습니다.",
"동적으로 할당된 요소 수(%d개)가 이니셜라이저에 비해 너무 적습니다.",
"%s 식에 대한 volatile 피연산자는 사용되지 않습니다.",
null,
"volatile 스칼라 개체에 할당한 결과는 사용되지 않습니다.",
"복합 대입 식에 대한 volatile 대상 형식은 사용되지 않습니다.",
"volatile 함수 매개 변수는 사용되지 않습니다.",
@@ -3230,8 +3230,8 @@
"다른 일치 항목은 %t입니다.",
"여기에 사용된 'availability' 특성은 무시됩니다.",
"범위 기반의 'for' 문에서 C++20 스타일 이니셜라이저 문은 이 모드에서 표준이 아닙니다.",
"co_await는 범위 기반의 for 문에만 적용할 수 있습니다.",
"범위 기반 'for' 루프에서 범위 형을 추론할 수 없습니다.",
"co_await는 범위 기반의 'for' 문에만 적용할 수 있습니다.",
"범위 기반 'for' 문의 범위 형을 추론할 수 없습니다.",
"인라인 변수는 C++17 기능입니다.",
"destroying operator delete에는 첫 번째 매개 변수로 %t이(가) 필요합니다.",
"destroying operator delete는 std::size_t 및 std::align_val_t 이외의 매개 변수를 가질 수 없습니다.",
@@ -3249,7 +3249,7 @@
"개념 ID의 %T 인수를 대체하지 못했습니다.",
"%T 인수의 개념이 false입니다.",
"requires 절은 여기에서 허용되지 않습니다(템플릿 기반 함수가 아님).",
"개념 템플릿",
"개념",
"requires 절이 %nfd과(와) 호환되지 않습니다.",
"특성이 필요합니다.",
null,
@@ -3272,17 +3272,17 @@
"%sq은(는) 가져올 수 있는 헤더가 아닙니다.",
"이름이 없는 모듈을 가져올 수 없습니다.",
"모듈은 자신에 대한 인터페이스 종속성을 포함할 수 없습니다.",
"%sq 모듈을 이미 가져왔습니다.",
"%m을(를) 이미 가져왔습니다.",
"모듈 파일",
"모듈 %sq의 모듈 파일을 찾을 수 없습니다.",
"모듈 파일 %sq을(를) 가져올 수 없습니다.",
"%s1이(가) 필요한데, %s2이(가) 발견되었습니다.",
null,
"%sq 모듈 파일을 열 때",
"알 수 없는 파티션 이름 %sq",
"알 수 없는 모듈 파일",
"가져올 수 있는 헤더 모듈 파일",
"EDG 모듈 파일",
"IFC 모듈 파일",
null,
null,
null,
null,
"예기치 않은 모듈 파일",
"두 번째 피연산자 %t2의 형식은 %t1과(와) 크기가 같아야 합니다.",
"형식은 일반적으로 복사할 수 있어야 합니다.",
@@ -3347,7 +3347,7 @@
"가져올 '%s' 헤더를 찾을 수 없습니다.",
"모듈 파일 목록에 있는 두 개 이상의 파일이 '%s'과(와) 일치합니다.",
"'%s'에 대해 찾은 모듈 파일이 다른 모듈에 대한 것입니다.",
"모든 종류의 모듈 파일",
null,
"모듈 파일을 읽을 수 없음",
"char8_t 형식이 현재 옵션에서 지원되지 않기 때문에 기본 제공 함수를 사용할 수 없습니다.",
null,
@@ -3368,7 +3368,7 @@
"이 컴파일 대상의 비트 레이아웃을 해석할 수 없음",
"IFC 연산자 %sq에 해당하는 연산자가 없음",
"IFC 호출 규칙 %sq에 해당하는 호출 규칙이 없음",
"모듈 %sq에 지원되지 않는 구문이 포함되어 있",
"%m에 지원되지 않는 구문이 포함되어 있습니다.",
"지원되지 않는 IFC 구문: %sq",
"__is_signed는 이 시점부터 더 이상 키워드가 아님",
"배열 차원에는 상수인 부호 없는 정수 값이 있어야 함",
@@ -3417,34 +3417,34 @@
"'if consteval' 및 'if not consteval'은 이 모드에서 표준이 아닙니다.",
"람다 선언자에서 '()'를 생략하는 것은 이 모드에서 표준이 아닙니다.",
"람다 매개 변수 목록을 생략하면 후행-requires 절이 허용되지 않습니다.",
"모듈 %sq 잘못된 파티션 요청",
"모듈 %sq1 정의되지 않은 파티션(%sq2로 추정됨) 요청됨",
"%m이(가) 잘못된 파티션 요청했습니다.",
"%m 정의되지 않은 파티션(%sq로 추정됨) 요청됨",
null,
null,
"모듈 %sq1 파일 위치 %u1(상대 위치 %u2)이 파티션 %sq2에 대해 요청됨 - 해당 파티션의 끝을 오버플로함",
"모듈 %sq1 파일 위치 %u1(상대 위치 %u2)이(가) 파티션 요소가 잘못 정렬된 파티션 %sq2에 대해 요청되었습니다.",
"%m 파일 위치 %u1(상대 위치 %u2)이 파티션 %sq에 대해 요청됨 - 해당 파티션의 끝을 오버플로함",
"%m 파일 위치 %u1(상대 위치 %u2)이(가) 파티션 요소가 잘못 정렬된 파티션 %sq에 대해 요청",
"하위 필드 %sq(노드 %u에 대한 상대 위치)에서",
"파티션 %sq 요소 %u1에서(파일 위치 %u2, 상대 위치 %u3)",
"람다의 특성은 C++23 기능입니다.",
"식별자 %sq은(는) 시각적으로 유사한 식별자와 혼동될 수 있습니다. %p",
"이 주석에는 의심스러운 유니코드 서식 지정 제어 문자가 포함되어 있습니다.",
"이 문자열에는 예기치 않은 런타임 동작이 발생할 수 있는 유니코드 서식 지정 컨트롤 문자가 포함되어 있습니다.",
"%d1 모듈 %sq1을(를) 처리하는 동안 표시되지 않는 경고 발생했습니다.",
"%d1 모듈 %sq1을(를) 처리하는 동안 표시되지 않는 경고가 발생했습니다.",
"%d1 모듈 %sq1을(를) 처리하는 동안 오류가 표시되지 않았습니다.",
"%d1 모듈 %sq1을(를) 처리하는 동안 오류가 표시되지 않았습니다.",
"%m을(를) 처리하는 동안 %u개의 억제된 경고 발생",
"%m을(를) 처리하는 동안 %u개의 억제된 오류 발생",
"%m을(를) 처리하는 동안 %u개의 억제된 오류 발생",
"%m을(를) 처리하는 동안 %u개의 억제된 오류 발생",
"포함",
"표시 안 함",
"가상 멤버 함수에는 명시적 'this' 매개 변수를 사용할 수 없습니다.",
"명시적 'this' 함수의 주소를 사용하려면 정규화된 이름이 필요합니다.",
"명시적 'this' 함수의 주소를 구성하려면 '&' 연산자가 필요합니다.",
"가변 배열 멤버를 초기화하는 데 문자열 리터럴을 사용할 수 없습니다.",
"함수 %sq의 정의에 대한 IFC 표현이 잘못되었습니다.",
null,
"매개 변수를 지정하는 데 UniLevel IFC 차트가 사용되지 않았습니다.",
"%u1 매개 변수는 IFC 매개 변수 정의 차트에 의해 지정되었지만 %u2 매개 변수는 IFC 선언에 의해 지정되었습니다.",
"%u1 매개 변수는 IFC 매개 변수 정의 차트에 의해 지정되었지만 %u2 매개 변수는 IFC 선언에 의해 지정되었습니다.",
"%u1 매개 변수는 IFC 매개 변수 정의 차트에 의해 지정되었지만 %u2 매개 변수는 IFC 선언에 의해 지정되었습니다.",
null,
null,
null,
null,
null,
"%sq 함수 정의의 IFC 표현이 없습니다.",
"함수 한정자는 멤버 템플릿 선언에 적용되지 않습니다.",
"멤버 선택에 너무 많은 중첩된 익명 형식이 포함됩니다.",
@@ -3467,7 +3467,7 @@
"불완전한 열거형 형식이 있는 비트 필드 또는 잘못된 기본 형식이 있는 불투명 열거형",
"IFC 파티션 %sq2에 대한 인덱스를 사용하여 IFC 파티션 %sq에서 요소를 구성하려고 했습니다.",
"파티션 %sq에서 %u2이(가) 필요한 경우 해당 항목 크기를 %u1로 지정했습니다.",
"모듈 %sq1을(를) 처리하는 동안 예기치 않은 IFC 요구 사항이 발생했습니다.",
"%m을(를) 처리하는 동안 예기치 않은 IFC 요구 사항이 발생했습니다.",
"%d행(%s1)에서 조건 실패: %sq2",
"원자성 제약 조건은 자체에 따라 달라집니다.",
"'noreturn' 함수에 void가 아닌 반환 형식이 있습니다.",
@@ -3475,9 +3475,9 @@
"클래스 외부의 멤버 템플릿 정의에 기본 템플릿 인수를 지정할 수 없습니다.",
"엔터티를 재구성하는 동안 %sq라는 잘못된 IFC 식별자를 발견했습니다.",
null,
"모듈 %sq 잘못된 정렬 값",
"%m 잘못된 정렬 값",
"IFC 모듈에서 로드된 함수 템플릿이 %nd(으)로 잘못 구문 분석되었습니다.",
"모듈 %sq에서 IFC 엔터티 참조를 로드하지 못했습니다.",
"%m에서 IFC 엔터티 참조를 로드하지 못했습니다.",
"파티션 %sq 요소 %u1에서(파일 위치 %u2, 상대 위치 %u3)",
"비자명 소멸자가 있는 클래스 형식에는 연결된 지정자를 사용할 수 없습니다.",
"명시적 전문화 선언은 friend 선언이 아닐 수 있습니다.",
@@ -3506,9 +3506,9 @@
null,
"유연한 배열 멤버에 대한 이니셜라이저를 평가할 수 없습니다.",
"기본 비트 필드 이니셜라이저는 C++20 기능입니다.",
"%sq 모듈의 템플릿 인수 목록에 인수가 너무 많습니다.",
"%m의 템플릿 인수 목록에 인수가 너무 많",
"%sq 요소 %u1(파일 위치 %u2, 상대 위치 %u3)이 나타내는 템플릿 인수에 대해 감지됨",
"%sq 모듈의 템플릿 인수 목록에 인수가 너무 적습니다.",
"%m의 템플릿 인수 목록에 인수가 너무 적",
"%sq 요소 %u1(파일 위치 %u2, 상대 위치 %u3)이 나타내는 템플릿 인수 목록을 처리하는 동안 감지되었습니다.",
"범위가 지정된 열거형 형식 %t에서의 변환이 표준이 아닙니다.",
"할당 취소가 할당 종류와 일치하지 않습니다(하나는 배열용이고 다른 할당 종류는 일치하지 않음).",
@@ -3517,8 +3517,8 @@
"__make_unsigned 부울이 아닌 정수 및 열거형 형식과만 호환됩니다.",
"내장 이름 %sq은(는) 여기에서 일반 식별자로 처리됩니다.",
"인덱스 %d에서 초기화되지 않은 하위 개체에 대한 액세스",
"IFC 라인 번호(%u1)가 최대 허용 값(%u2) 모듈 %sq를 초과했습니다.",
"%sq1 모듈이 %u 요소(파티션 %sq2)를 요청했습니다. 이 파일 위치 최대 표 가능 값을 초과합니다.",
"IFC 라인 번호(%u1)가 최대 허용 값(%u2) %m을(를) 초과했습니다.",
"%m이(가) 파티션 %sq의 %u 요소를 요청했습니다. 이 파일 위치 최대 표 가능 값을 초과합니다.",
"잘못된 인수 수",
"후보 %n에 대한 제약 조건이 충족되지 않음",
"%n의 매개 변수 수가 호출과 일치하지 않습니다.",
@@ -3551,7 +3551,7 @@
"IFC 파일 %sq을(를) 처리할 수 없습니다.",
"IFC 버전 %u1.%u2은(는) 지원되지 않습니다.",
"IFC 아키텍처 %sq이(가) 현재 대상 아키텍처와 호환되지 않습니다.",
"모듈 %sq1이(가) 지원되지 않는 파티션의 인덱스 %u을(를) 요청합니다. 이 파티션은 %sq2에 해당합니다.",
"%m은(는) %sq에 해당하는 억제된 파티션의 인덱스 %u을(를) 요청합니다.",
"%n의 매개 변수 번호 %d에는 완료할 수 없는 형식 %t이 있습니다.",
"매개 변수 번호 %d(%n 중)이 불완전한 형식 %t입니다.",
"매개 변수 번호 %d(%n 중)에는 추상 형식 %t이(가) 있습니다.",
@@ -3570,7 +3570,7 @@
"식 스플라이스에 대한 잘못된 리플렉션(%r)",
"%n이(가) 이미 정의되었습니다(이전 정의 %p).",
"infovec 개체가 초기화되지 않음",
"value_of 형식 %t1이(가) 지정된 리플렉션(%t2 형식의 엔터티)과 호환되지 않습니다.",
"%t1 형식의 추출은 지정된 리플렉션(%t2 형식의 엔터티)과 호환되지 않습니다.",
"오버로드 집합을 반영하는 것은 현재 허용되지 않습니다.",
"이 내장 함수에는 템플릿 인스턴스에 대한 리플렉션이 필요합니다.",
"연산자에 대해 호환되지 않는 형식 %t1 및 %t2",
@@ -3598,8 +3598,154 @@
"'static' 람다 식에는 빈 캡처 사양이 있어야 합니다.",
"EDG IFC 헤더 단위",
"EDG IFC",
"현재 변환 단위에 대한 헤더 단위를 만들 수 없습니다.",
"현재 변환 단위는 헤더 단위에 현재 쓸 수 없는 하나 이상의 기능을 사용합니다.",
"현재 번역 단위에 대해 IFC 파일을 생성할 수 없습니다.",
"하나 이상의 엔터티를 현재 IFC 파일에 쓸 수 없습니다.",
"'explicit(bool)'는 C++20 기능입니다.",
"%sq 파일을 참조하는 모듈 파일 맵에 대한 모듈 이름을 지정해야 합니다."
"첫 번째 인수는 정수, enum 또는 지원되는 부동 소수점 형식에 대한 포인터여야 합니다.",
"여러 번역 단위를 컴파일할 때는 C++ 모듈을 사용할 수 없습니다.",
"C++ 모듈은 C++11 이전 'export' 기능과 함께 사용할 수 없습니다.",
"IFC 토큰 %sq은(는) 지원되지 않습니다.",
"'pass_object_size' 특성은 함수 선언의 매개 변수에서만 유효합니다.",
"%sq 특성 %d1의 인수는 0에서 %d2 사이의 값이어야 합니다.",
"여기서 ref-qualifier가 무시됩니다.",
"잘못된 NEON 벡터 요소 형식 %t",
"잘못된 NEON 폴리벡터 요소 형식 %t",
"확장 가능한 벡터 요소 형식 %t이(가) 잘못되었습니다.",
"확장 가능한 벡터 형식에 대한 튜플 요소 수가 잘못되었습니다.",
"NEON 벡터 또는 폴리벡터의 너비는 64비트 또는 128비트여야 합니다.",
"크기가 없는 형식 %t은(는) 허용되지 않습니다.",
"크기가 없는 형식 %t의 개체는 값을 초기화할 수 없습니다.",
"%u 범위의 일부로 예기치 않은 null 선언 인덱스가 발견되었습니다.",
"%sq 파일을 참조하는 모듈 파일 맵에 대한 모듈 이름을 지정해야 합니다.",
"IFC 파티션 %sq의 노드가 필요한 곳에 null 인덱스 값을 받음",
"%nd은(는) %t 형식을 가질 수 없습니다",
"이 모드에서 ref-qualifier는 표준이 아님",
"범위 기반 'for' 문은 이 모드에서 표준이 아닙니다",
"형식 지정자로서 'auto'는 이 모드에서 표준이 아님",
"모듈 파일이 %sq이(가) 손상되어 가져올 수 없음",
"IFC",
"멤버 선언 뒤에 불필요한 토큰이 삽입됨",
"잘못된 주입 범위(%r)",
"std::string_view 형식의 값 대신 %t을(를) 받음",
"문 뒤에 불필요한 토큰이 삽입됨",
"선언 뒤에 불필요한 토큰이 삽입됨",
"튜플 인덱스 값(%d) 오버플로",
">> std::meta::__report_tokens의 출력",
">> std::meta::__report_tokens의 출력 종료",
"매개 변수 변수가 있는 컨텍스트에 있지 않음",
"구분 기호로 분리된 이스케이프 시퀀스에는 최소한 하나의 문자가 필요",
"종결되지 않은 구분 기호로 분리된 이스케이프 시퀀스",
"상수에 지역 변수의 주소가 포함되어 있음",
"구조적 바인딩에서는 'consteval'을 선언할 수 없습니다",
"%no 가져온 선언 %nd와 충돌",
"지정한 문자 형식으로 문자를 표현할 수 없음",
"주석은 'using' 속성 접두사 컨텍스트에 있어서는 안 됨",
"주석의 형식 %t는 리터럴 형식이 아님",
"'ext_vector_type' 특성은 부울, 정수 또는 부동 소수점 형식에만 적용됩니다",
"동일한 합집합에 여러 지정자를 사용할 수 없음",
"테스트 메시지",
"에뮬레이트되는 Microsoft 버전이 1943 이상이어야 '--ms_c++23'을 사용할 수 있습니다.",
"현재 작업 디렉터리가 잘못되었습니다. %s",
"constexpr 함수 내의 'cleanup' 특성은 현재 지원되지 않습니다.",
"'assume' 특성은 null 문에만 적용할 수 있습니다.",
"가정 실패",
"변수 템플릿은 C++14 기능입니다.",
"'pass_object_size' 특성으로 선언된 매개 변수를 사용하여 함수의 주소를 사용할 수 없습니다.",
"모든 인수의 형식이 같아야 합니다.",
"최종 비교는 %s1 %s2 %s3입니다.",
"%sq 특성에 대한 인수가 너무 많습니다.",
"mantissa 문자열에 올바른 숫자가 없습니다.",
"상수 평가 중 부동 소수점 오류",
"복사/이동과 유사한 작업에 대해 상속 생성자 %n이(가) 무시됨",
"파일 %s의 크기를 확인할 수 없습니다.",
"%s을(를) 읽을 수 없습니다.",
"포함",
"인식할 수 없는 매개 변수 이름입니다.",
"매개 변수가 두 번 이상 지정되었습니다.",
"__has_embed는 #if 외부에 사용할 수 없습니다.",
"LC_NUMERIC 로캘을 C로 설정할 수 없습니다.",
"elifdef와 elifndef는 이 모드에서 사용할 수 없으며 건너뛰는 텍스트에서 무시됩니다.",
"별칭 선언은 이 컨텍스트에서 비표준입니다.",
"대상 ABI는 선언 순서와 일치하지 않는 순서로 비정적 멤버를 할당할 수 있습니다. 이는 C++23 이상에서 비표준입니다.",
"EDG IFC 모듈 인터페이스 단위",
"EDG IFC 모듈 파티션 단위",
"모듈 인터페이스 파일을 만들지 않으면 이 변환 단위에서 모듈 선언을 내보낼 수 없습니다.",
"모듈 인터페이스 파일을 만들려면 이 변환 단위에서 모듈 선언을 내보내야 합니다.",
"모듈 파일 생성이 요청되었지만 변환 단위에 모듈이 선언되지 않았습니다.",
"%T을(를) %n에 대체하는 데 실패했습니다.",
"%n이(가) %T에 대해 만족되지 않음",
"#embed 확장이 너무 길어 %t 형식 엔터티를 초기화할 수 없습니다.",
"여기에서는 'defined' 연산자를 사용할 수 없습니다.",
"%n은(는) %t의 멤버가 아닙니다.",
"#embed 데이터에서 부호 있는 문자로의 축소 변환입니다.",
"연산자는 'bool 벡터' 형식에 허용되지 않습니다.",
"상수 평가를 수행하기에 개체가 너무 큽니다.",
"자기 참조 임시 객체",
"람다는 이 컨텍스트에서 지역 변수나 init-capture를 참조할 수 없습니다.",
"람다 매개변수는 명시적 캡처를 가릴 수 없습니다.",
"람다 템플릿 매개변수는 명시적 캡처를 숨길 수 없습니다.",
"주소 공간이 부족하여 이 변환 단위를 처리할 수 없습니다.",
"<undetermined type>",
"<undetermined constant>",
"<undetermined template>",
"%s의 구성된 크기가 지정된 가수+지수 비트 수에 비해 너무 작습니다.",
"식",
"<expression>",
"명명되지 않음",
"<unnamed>",
"<error-type>",
"< 알 수 없는 형식>",
"<something>",
"<null-type>",
"<no-init>",
"<zero-init>",
"bitwise copy of: ",
"<bitwise-copy>",
"ctor를 통한 클래스 결과: ",
"<constructor-call>",
"<NULL expression>",
"<error>",
"<NULL routine>",
"<default>",
"parameter #",
" (한 수준 위로)",
" 수준 올리기",
"dynamic-init: ",
"<error-constant>",
"stack-offset-of:",
"<implicit element> ",
" 반복 ",
"정수",
"열거형",
"범위가 지정된 열거형",
"산술",
"부울이 아닌 산술",
"포인터",
"nullptr 형식",
"핸들",
"CLI 배열에 대한 핸들",
"개체에 대한 포인터",
"함수에 대한 포인터",
"pointer-to-member",
"bool",
"bool-equivalent",
"클래스",
"증가식에 대한 volatile 피연산자는 더 이상 권장되지 않습니다.",
"감소식에 대한 volatile 피연산자는 더 이상 권장되지 않습니다.",
"%n이(가) 이전에 'indeterminate' 특성 없이 선언됨",
"%t에 대한 기본 생성자가 명시적입니다.",
"%m에서 %n의 정의를 로드하지 못했습니다.",
"%m에서 %n에 대한 이니셜라이저를 로드하지 못했습니다.",
"링크 용도의 typedef 이름이 있는 클래스에는 기본 클래스를 가질 수 없습니다.",
"링크 용도의 typedef 이름이 있는 클래스에는 멤버 함수를 가질 수 없습니다.",
"링크 용도의 typedef 이름이 있는 클래스에는 열거형 또는 비클로저 클래스 형식을 제외한 중첩 형식을 가질 수 없습니다.",
"링크 용도의 typedef 이름이 있는 클래스는 람다 식을 포함할 수 없습니다.",
"링크 용도의 typedef 이름이 있는 클래스에는 기본 멤버 이니셜라이저가 있는 비정적 데이터 멤버를 가질 수 없습니다.",
"이름 없는 클래스에서는 정적 데이터 멤버 선언을 사용할 수 없습니다.",
"이니셜라이저 결과가 dllimport 변수를 참조합니다.",
"'no_specializations' 특성이 있는 템플릿은 특수화할 수 없습니다.",
"여기서 'static'은 표준이 아닙니다.",
"%nd은(는) 이전에 명시적 열거형 기반 없이 선언되었습니다.",
"여기서 누락된 'typename'이 표준이 아닙니다.",
"약식 함수 템플릿 구문은 추론 가이드에 대한 표준이 아닙니다."
]
+192 -46
View File
@@ -3,7 +3,7 @@
"ostatni wiersz w pliku nie jest zakończony znakiem nowego wiersza",
"ostatni wiersz w pliku jest zakończony ukośnikiem",
"dyrektywa #include dla pliku %sq powoduje, że plik dołącza siebie",
"brak pamięci",
"Za mało pamięci. Rozważ włączenie 64-bitowego aparatu usługi IntelliSense i zwiększenie limitu pamięci funkcji IntelliSense w ustawieniach.",
null,
"niezamknięty komentarz na końcu pliku",
"nierozpoznany token",
@@ -163,7 +163,7 @@
"nierozpoznana dyrektywa #pragma",
null,
"nie można otworzyć pliku tymczasowego %sq: %s2",
"nazwa katalogu plików tymczasowych jest za długa (%sq)",
null,
"za mało argumentów w wywołaniu funkcji",
"nieprawidłowa stała zmiennoprzecinkowa",
"argument typu %t1 jest niezgodny z parametrem typu %t2",
@@ -1134,7 +1134,7 @@
"pustą listę elementów nadpisywanych należy całkowicie pominąć",
"oczekiwano operandu funkcji asm",
"oczekiwano rejestru do nadpisania",
"atrybut „format” wymaga parametru wielokropka",
"atrybut „format” wymaga parametru wielokropka lub pakietu parametrów",
"pierwszy argument podstawienia nie jest pierwszym argumentem zmiennej",
"indeks argumentu formatu jest większy niż liczba parametrów",
"argument formatu nie ma typu ciągu",
@@ -1505,7 +1505,7 @@
"Błąd wiersza polecenia",
"błąd wewnętrzny",
"Błąd wewnętrzny",
"-D",
null,
null,
"Osiągnięto limit błędów.",
"Pętla błędu wewnętrznego",
@@ -1524,7 +1524,7 @@
"język pośredni (7)",
"język pośredni (8)",
"język pośredni (9)",
"PCH",
null,
null,
null,
null,
@@ -1537,7 +1537,7 @@
"nieprawidłowy znak dla literału char16_t",
null,
"nierozpoznana konwencja wywoływania %s. Musi ona być jedną z następujących:",
"%s",
null,
null,
null,
"typ bazowy typu wyliczenia musi być typem całkowitoliczbowym",
@@ -1828,7 +1828,7 @@
"funkcja „auto” wymaga końcowego typu zwracanego",
"szablon składowej nie może mieć czystego specyfikatora",
"zbyt długi literał ciągu — zignorowano nadmiarowe znaki",
"opcja kontrolująca słowo kluczowe nullptr może być używana tylko podczas kompilowania kodu C++",
null,
"typ std::nullptr_t skonwertowano na typ logiczny",
null,
null,
@@ -2711,7 +2711,7 @@
"próba wyłuskania pustego wskaźnika do składowej (składowej danych)",
"porównanie wskaźnika z elementem void i wskaźnika z funkcją jest niestandardowe",
"nie można zainicjować metadanych",
"nieprawidłowe rzutowanie typu bazowego na pochodny (pełny typ klasy to %t)",
"nieprawidłowe rzutowanie typu bazowego na pochodny (rzeczywisty typ klasy pochodnej to %t)",
"nieprawidłowy dostęp do elementu %n w obiekcie, którego pełny typ to %t",
"element „__auto_type” jest niedozwolony w tym miejscu",
"element „__auto_type” nie zezwala na wiele deklaratorów",
@@ -2955,7 +2955,7 @@
"specyfikatory ograniczenia destruktora muszą obejmować unię specyfikatorów ograniczenia na wszystkich konstruktorach",
"błąd",
"element nostdlib wymaga co najmniej jednego wymuszonego użycia",
"error-type",
"typ błędu",
null,
null,
null,
@@ -3209,7 +3209,7 @@
"jawne wywołanie destruktora jest niedozwolone w wyrażeniu stałym",
"nieujęty w nawiasach operator przecinka w wyrażeniu indeksu tablicy jest przestarzały",
"liczba dynamicznie przydzielonych elementów (%d) jest zbyt mała dla inicjatora",
"nietrwały operand wyrażenia %s jest przestarzały",
null,
"używanie wyniku przypisania do nietrwałego obiektu skalarnego jest przestarzałe",
"nietrwały typ docelowy dla złożonego wyrażenia przypisania jest przestarzały",
"nietrwały parametr funkcji jest przestarzały",
@@ -3230,8 +3230,8 @@
"inne dopasowanie jest %t",
"użyty tutaj atrybut „availability” jest ignorowany",
"Instrukcja inicjatora w stylu języka C++20 w instrukcji „for” opartej na zakresie jest niestandardowa w tym trybie",
"element co_await można zastosować tylko do instrukcji for opartej na zakresie",
"nie można wywnioskować typu zakresu w pętli „for” opartej na zakresie.",
"Element co_await można zastosować tylko do instrukcji for opartej na zakresie",
"nie można wywnioskować typu zakresu w instrukcji „for” opartej na zakresie",
"zmienne wbudowane to funkcja języka C++ 17",
"niszczący operator delete wymaga elementu %t jako pierwszego parametru",
"niszczący operator delete nie może mieć parametrów innych niż std::size_t i std::align_val_t",
@@ -3249,7 +3249,7 @@
"podstawianie argumentów %T dla identyfikatora koncepcji nie powiodło się",
"koncepcja jest fałszywa dla argumentów %T",
"klauzula requires nie jest dozwolona w tym miejscu (nie jest to funkcja z szablonem)",
"szablon koncepcji",
"koncepcja",
"klauzula requires jest niezgodna z elementem %nfd",
"oczekiwano atrybutu",
null,
@@ -3272,17 +3272,17 @@
"%sq nie jest nagłówkiem, który można zaimportować",
"nie można zaimportować modułu bez nazwy",
"moduł nie może mieć zależności interfejsu od samego siebie",
"moduł %sq został już zaimportowany",
"%m zostało już zaimportowane",
"plik modułu",
"nie można odnaleźć pliku modułu dla modułu %sq",
"nie można zaimportować pliku modułu %sq",
"oczekiwano elementu %s1, zamiast niego znaleziono element %s2",
null,
"podczas otwierania pliku modułu %sq",
"nieznana nazwa partycji %sq",
"nieznany plik modułu",
"plik modułu z importowalnym nagłówkiem",
"plik modułu EDG",
"plik modułu IFC",
null,
null,
null,
null,
"nieoczekiwany plik modułu",
"typ drugiego operandu %t2 musi mieć taki sam rozmiar jak element %t1",
"typ musi być możliwy do skopiowania w prosty sposób",
@@ -3347,7 +3347,7 @@
"nie można odnaleźć nagłówka „%s” do zaimportowania",
"więcej niż jeden plik na liście plików modułu pasuje do elementu „%s”",
"plik modułu znaleziony dla elementu „%s” jest dla innego modułu",
"dowolny rodzaj pliku modułu",
null,
"nie można odczytać pliku modułu",
"wbudowana funkcja jest niedostępna, ponieważ typ char8_t nie jest obsługiwany z bieżącymi opcjami",
null,
@@ -3368,7 +3368,7 @@
"nie można zinterpretować układu bitowego dla tego elementu docelowego kompilacji",
"brak odpowiedniego operatora dla operatora IFC %sq",
"brak odpowiedniej konwencji wywoływania dla konwencji wywoływania IFC %sq",
"moduł %sq zawiera nieobsługiwane konstrukcje",
"%m zawiera nieobsługiwane konstrukcje",
"nieobsługiwana konstrukcja IFC: %sq",
"Od tego punktu __is_signed nie jest już słowem kluczowym",
"wymiar tablicy musi mieć stałą wartość całkowitą bez znaku",
@@ -3417,34 +3417,34 @@
"Instrukcje „if consteval” i „if not consteval” nie są standardowe w tym trybie",
"pominięcie elementu „()” w deklaratorze lambda jest niestandardowe w tym trybie",
"klauzula trailing-requires-clause jest niedozwolona, gdy lista parametrów lambda zostanie pominięta",
"zażądano nieprawidłowej partycji modułu %sq",
"zażądano niezdefiniowanej partycji modułu %sq1 (prawdopodobnie %sq2)",
"Zażądano %m nieprawidłowej partycji",
"Zażądano niezdefiniowanej partycji %m (uważa się, że jest to %sq)",
null,
null,
"zażądano modułu %sq1 pozycji pliku %u1 (pozycja względna %u2) dla partycji %sq2, która powoduje przepełnienie końca partycji",
"zażądano modułu %sq1 pozycji pliku %u1 (pozycja względna %u2) dla partycji %sq2, która jest nieprawidłowo wyrównana do jej elementów partycji",
"Pozycja %u1 pliku %m (względna pozycja %u2) zażądała partycji %sq, która przepełnia koniec partycji",
"Pozycja %u1 pliku %m (względna pozycja %u2) zażądała partycji %sq, która jest niewyrównana z jej elementami partycji",
"z podrzędnego pola %sq (względne położenie w stosunku do węzła %u)",
"z partycji %sq elementu %u1 (pozycja pliku %u2, względna pozycja %u3)",
"atrybuty w wyrażeniach lambda są funkcją języka C++23",
"identyfikator %sq można pomylić z widocznym wizualnie identyfikatorem %p",
"ten komentarz zawiera podejrzane znaki kontrolne formatowania Unicode",
"ten ciąg zawiera znaki kontrolne formatowania Unicode, które mogą spowodować nieoczekiwane zachowanie środowiska uruchomieniowego",
"Znaleziono pominięte ostrzeżenie %d1 podczas przetwarzania modułu %sq1",
"Znaleziono ostrzeżenia pominięte przez %d1 podczas przetwarzania modułu %sq1",
"Znaleziono pominięty błąd %d1 podczas przetwarzania modułu %sq1",
"Znaleziono %d1 pominiętych błędów podczas przetwarzania modułu %sq1",
"Napotkano pominięte ostrzeżenie %u podczas przetwarzania %m",
"Napotkano pominięte ostrzeżenia %u podczas przetwarzania %m",
"Napotkano pominięty błąd %u podczas przetwarzania %m",
"Napotkano pominięte błędy %u podczas przetwarzania %m",
"uwzględniając",
"Pominięte",
"wirtualna funkcja składowa nie może mieć jawnego parametru „this”",
"pobieranie adresu jawnej funkcji „this” wymaga kwalifikowanej nazwy",
"utworzenie adresu jawnej funkcji „this” wymaga operatora \"&\"",
"literału ciągu nie można użyć do zainicjowania elastycznej składowej tablicy",
"Reprezentacja IFC definicji funkcji %sq jest nieprawidłowa",
null,
"wykres IFC UniLevel nie został użyty do określenia parametrów",
"Parametry (%u1) zostały określone przez wykres definicji parametru IFC, podczas gdy parametry (%u2) zostały określone przez deklarację IFC",
"Parametry (%u1) zostały określone przez wykres definicji parametru IFC, podczas gdy parametry (%u2) zostały określone przez deklarację IFC",
"Parametry (%u1) zostały określone przez wykres definicji parametru IFC, podczas gdy parametry (%u2) zostały określone przez deklarację IFC",
null,
null,
null,
null,
null,
"Brak reprezentacji IFC definicji funkcji %sq",
"modyfikator funkcji nie ma zastosowania do deklaracji szablonu elementu członkowskiego",
"wybór elementu członkowskiego obejmuje zbyt wiele zagnieżdżonych typów anonimowych",
@@ -3467,7 +3467,7 @@
"pole bitowe z niekompletnym typem wyliczeniowym lub nieprzezroczyste wyliczenie z nieprawidłowym typem podstawowym",
"próbowano skonstruować element z partycji IFC %sq przy użyciu indeksu do partycji IFC %sq",
"partycja %sq określiła swój rozmiar wpisu jako %u1, gdy oczekiwano wartości %u2",
"napotkano nieoczekiwane wymaganie IFC podczas przetwarzania modułu %sq1",
"napotkano nieoczekiwane wymaganie IFC podczas przetwarzania %m",
"warunek nie powiódł się w wierszu %d w %s1: %sq2",
"niepodzielne ograniczenie zależy od samego siebie",
"Funkcja \"noreturn\" ma zwracany typ inny niż void",
@@ -3475,9 +3475,9 @@
"nie można określić domyślnego argumentu szablonu w deklaracji szablonu składowej klasy poza jej klasą",
"napotkano nieprawidłową nazwę identyfikatora IFC %sq podczas odbudowy jednostki",
null,
"nieprawidłowa wartość sortowania modułu %sq",
"nieprawidłowa wartość sortowania %m",
"szablon funkcji załadowany z modułu IFC został niepoprawnie przeanalizowany jako %nd",
"nie można załadować odwołania do jednostki IFC w module %sq",
"nie można załadować odwołania do jednostki IFC w %m",
"z partycji %sq elementu %u1 (pozycja pliku %u2, względna pozycja %u3)",
"desygnator łańcuchowy nie jest dozwolony dla typu klasy z destruktorem nietrywialnym",
"jawna deklaracja specjalizacji nie może być deklaracją zaprzyjaźnioną",
@@ -3506,9 +3506,9 @@
null,
"nie może ocenić inicjatora dla elastycznego elementu członkowskiego tablicy",
"domyślny inicjator pola bitowego jest funkcją C++20",
"zbyt wiele argumentów na liście argumentów szablonu w module %sq",
"zbyt wiele argumentów na liście argumentów szablonu w %m",
"wykryto dla argumentu szablonu reprezentowanego przez %sq element %u1 (pozycja pliku %u2, pozycja względna %u3)",
"zbyt mało argumentów na liście argumentów szablonu w module %sq",
"zbyt mało argumentów na liście argumentów szablonu w %m",
"wykryty podczas przetwarzania listy argumentów szablonu reprezentowanej przez %sq elementu %u1 (pozycja pliku %u2, pozycja względna %u3)",
"konwersja z typu wyliczenia z zakresem %t jest niestandardowa",
"cofnięcie alokacji nie pasuje do rodzaju alokacji (jedna dotyczy tablicy, a druga nie)",
@@ -3517,8 +3517,8 @@
"__make_unsigned jest zgodna tylko z nieliczbową liczbą całkowitą i typami wyliczenia",
"nazwa wewnętrzna %sq będzie traktowana jako zwykły identyfikator z tego miejsca",
"dostęp do odinicjowanego podobiektu w indeksie %d",
"Numer wiersza IFC (%u1) przepełnia maksymalną dozwoloną wartość (%u2) modułu %sq",
"moduł %sq1 zażądał elementu %u partycji %sq2. Ta pozycja pliku przekracza maksymalną wartość możliwą do reprezentowania",
"Numer wiersza IFC (%u1) przepełnia maksymalną dozwoloną wartość (%u2) %m",
"Element %m zażądał elementu %u partycji %sq, ta pozycja pliku przekracza maksymalną wartość do reprezentowania",
"nieprawidłowa liczba argumentów",
"ograniczenie dotyczące kandydata %n nie jest spełnione",
"liczba parametrów elementu %n jest niezgodna z wywołaniem",
@@ -3551,7 +3551,7 @@
"Nie można przetworzyć pliku IFC %sq",
"Wersja IFC %u1.%u2 nie jest obsługiwana",
"Architektura IFC %sq jest niezgodna z bieżącą architekturą docelową",
"moduł %sq1 żąda indeksu %u nieobsługiwanych partycji odpowiadającej %sq2",
"Element %m żąda indeksu %u nieobsługiwanej partycji odpowiadającej %sq",
"numer parametru %d z %n ma typ %t, którego nie można ukończyć",
"numer parametru %d z %n ma niekompletny typ %t",
"numer parametru %d z %n ma typ abstrakcyjny %t",
@@ -3570,7 +3570,7 @@
"złe odbicie (%r) dla splice wyrażenia",
"Element %n został już zdefiniowany (poprzednia definicja :%p)",
"obiekt infovec nie został zainicjowany",
"value_of typ %t1 jest niezgodny z danym odbiciem (jednostka o typie %t2)",
"wyodrębnienie typu %t1 jest niezgodne z danym odbiciem (jednostka o typie %t2)",
"odzwierciedlanie zestawu przeciążeń jest obecnie niedozwolone",
"ta wewnętrzna funkcja wymaga odbicia dla wystąpienia szablonu",
"niezgodne typy %t1 i %t2 dla operatora",
@@ -3598,8 +3598,154 @@
"wyrażenie lambda „statyczne” musi mieć pustą specyfikację przechwytywania",
"Jednostka nagłówka EDG IFC",
"EDG IFC",
"nie można utworzyć jednostki nagłówka dla bieżącej jednostki translacji",
"bieżąca jednostka translacji używa co najmniej jednej funkcji, których obecnie nie można zapisać w jednostce nagłówka",
"nie można utworzyć pliku IFC dla bieżącej jednostki tłumaczenia",
"nie można obecnie zapisać jednej lub więcej jednostek w pliku IFC",
"„explicit(bool)” jest funkcją języka C++20",
"nazwa modułu musi być określona dla mapy pliku modułu odwołującej się do pliku %sq"
"pierwszy argument musi być wskaźnikiem do liczby całkowitej, wyliczenia lub obsługiwanego typu zmiennoprzecinkowego",
"Modułów języka C++ nie można używać podczas kompilowania wielu jednostek tłumaczenia",
"Modułów języka C++ nie można używać z funkcją „export” w języku pre-C++11",
"token IFC %sq nie jest obsługiwany",
"atrybut „pass_object_size” jest prawidłowy tylko w przypadku parametrów deklaracji funkcji",
"argument atrybutu %sq %d1 musi być wartością z zakresu od 0 do %d2",
"kwalifikator ref-qualifier w tym miejscu jest ignorowany",
"nieprawidłowy typ elementu wektora NEON %t",
"nieprawidłowy typ elementu polyvector NEON %t",
"nieprawidłowy skalowalny typ elementu wektora %t",
"nieprawidłowa liczba elementów spójnej kolekcji dla skalowalnego typu wektora",
"wektor NEON lub element polyvector musi mieć szerokość 64 lub 128 bitów",
"typ %t bez rozmiaru jest niedozwolony",
"obiektu typu bez rozmiaru %t nie można zainicjować wartością",
"znaleziono nieoczekiwany indeks deklaracji o wartości null jako część zakresu %u",
"nazwa modułu musi być określona dla mapy pliku modułu odwołującej się do pliku %sq",
"odebrano wartość indeksu null, gdy oczekiwano węzła w partycji IFC %sq",
"%nd nie może mieć typu %t",
"kwalifikator ref jest niestandardowy w tym trybie",
"instrukcja \"for\" oparta na zakresie jest niestandardowa w tym trybie",
"parametr „auto” jako specyfikator typu jest niestandardowy w tym trybie",
"nie można zaimportować pliku modułu %sq z powodu uszkodzenia pliku",
"IFC",
"nadmiarowe tokeny wprowadzone po deklaracji składowej",
"zły zakres iniekcji (%r)",
"oczekiwano wartości typu std::string_view, ale otrzymano %t",
"nadmiarowe tokeny wstrzyknięte po instrukcji",
"nadmiarowe tokeny wprowadzone po deklaracji",
"przepełnienie wartości indeksu krotki (%d)",
">> dane wyjściowe z elementu std::meta::__report_tokens",
">> końcowe dane wyjściowe z elementu std::meta::__report_tokens",
"nie w kontekście zmiennych parametrów",
"rozdzielona sekwencja ucieczki musi zawierać co najmniej jeden znak",
"niezakończona rozdzielana sekwencja ucieczki",
"stała zawiera adres zmiennej lokalnej",
"powiązanie ze strukturą nie może być deklarowane jako „constexpr”",
"%no konfliktów z zaimportowaną deklaracją %nd",
"znak nie może być reprezentowany przez określony typ znaku",
"adnotacja nie może pojawić się w kontekście prefiksu atrybutu „using”",
"typ %t adnotacji nie jest typem literału",
"atrybut „ext_vector_type” ma zastosowanie tylko do typów będących wartością logiczną, liczbą całkowitą lub liczbą zmiennoprzecinkową",
"wielokrotne desygnatory do tej samej unii są niedozwolone",
"wiadomość testowa",
"emulowaną wersją Microsoft musi być co najmniej 1943, aby użyć polecenia „--ms_c++23”",
"nieprawidłowy bieżący katalog roboczy: %s",
"Atrybut „cleanup” w funkcji constexpr nie jest obecnie obsługiwany",
"atrybut „assume” może dotyczyć tylko instrukcji null",
"założenie nie powiodło się",
"szablony zmiennych są funkcją języka C++14",
"nie można pobrać adresu funkcji z parametrem zadeklarowanym za pomocą atrybutu „pass_object_size”",
"wszystkie argumenty muszą mieć ten sam typ",
"końcowe porównanie: %s1 %s2 %s3",
"zbyt wiele argumentów dla atrybutu %sq",
"ciąg mantysy nie zawiera prawidłowej liczby",
"błąd zmiennoprzecinkowy podczas obliczania stałej",
"dziedziczenie konstruktora %n zostało zignorowane dla operacji kopiowania/przenoszenia",
"nie można określić rozmiaru pliku %s",
"nie można odczytać %s",
"osadź",
"nierozpoznana nazwa parametru",
"parametr określony co najmniej raz",
"element __has_embed nie może występować poza wyrażeniem #if",
"nie można ustawić parametru C dla ustawień regionalnych z parametrem LC_NUMERIC",
"dyrektywy elifdef i elifndef nie są włączone w tym trybie i są ignorowane w pomijanym tekście",
"deklaracja aliasu jest niestandardowa w tym kontekście",
"docelowy zestaw instrukcji ABI może przydzielać niestatyczne składowe w kolejności, która nie odpowiada ich kolejności w deklaracji, co jest niestandardowe w wersji języka C++23 i nowszych wersjach",
"jednostka interfejsu modułu EDG IFC",
"jednostka partycji modułu EDG IFC",
"deklaracja modułu nie może być wyeksportowana z tej jednostki translacji, chyba że zostanie utworzony plik interfejsu modułu",
"deklaracja modułu musi być wyeksportowana z tej jednostki translacji, aby utworzyć plik interfejsu modułu",
"zażądano wygenerowania pliku modułu, ale w jednostce translacji nie zadeklarowano żadnego modułu",
"podstawianie %T w przypadku %n niespełnionych ograniczeń",
"%n nie jest spełniony dla %T",
"rozszerzenie #embed jest zbyt długie, aby zainicjować jednostkę typu %t",
"operator „defined” nie jest tutaj dozwolony",
"%n nie jest członkiem %t",
"konwersja zawężająca do znaku podpisanego w danych #embed",
"operator nie jest dozwolony dla typów „vector of bool”",
"obiekt za duży do obliczeń stałej",
"obiekt tymczasowy odwołujący się do samego siebie",
"w tym kontekście lambda nie może odwoływać się do zmiennej lokalnej ani do init-capture",
"parametr lambda nie może ukryć jawnego przechwycenia",
"parametr szablonu lambda nie może ukryć jawnego przechwycenia",
"brak wystarczającej przestrzeni adresowej do przetworzenia tej jednostki translacji",
"<undetermined type>",
"<undetermined constant>",
"<undetermined template>",
"skonfigurowany rozmiar %s jest za mały dla określonej liczby bitów mantysy i wykładnika",
"wyrażenie",
"<expression>",
"bez nazwy",
"<unnamed>",
"<error-type>",
"<unknown-type>",
"<something>",
"<null-type>",
"<no-init>",
"<zero-init>",
"kopia bitowa: ",
"<bitwise-copy>",
"wynik klasy przez konstruktora: ",
"<constructor-call>",
"<NULL expression>",
"<error>",
"<NULL routine>",
"<default>",
"parametr #",
" (jeden poziom wyżej)",
" wyrównuje się",
"dynamic-init: ",
"<error-constant>",
"przesunięcie na stosie:",
"<implicit element> ",
" powtórzenia ",
"liczba całkowita",
"wyliczenie",
"zakresowy wyliczenia",
"arytmetyka",
"wartość arytmetyczna niebędącą wartością logiczną",
"wskaźnik",
"typ nullptr",
"uchwyt",
"uchwyt do tablicy CLI",
"wskaźnik do obiektu",
"wskaźnik do funkcji",
"wskaźnik do składowej",
"logiczna",
"równoważnik logiczny",
"klasa",
"nietrwały operand wyrażenia przyrostu jest przestarzały",
"nietrwały operand wyrażenia dekrementacji jest przestarzały",
"funkcja %n została poprzednio zadeklarowana bez atrybutu „indeterminate”",
"domyślny konstruktor dla %t jest jawny",
"nie udało się załadować definicji %n w %m",
"nie udało się załadować inicjatora dla %n w %m",
"klasa z nazwą typedef służącą do wiązania nie może mieć klasy bazowej",
"klasa z nazwą typedef służącą do wiązania nie może mieć funkcji członkowskiej",
"klasa z nazwą typedef służącą do wiązania nie może mieć typu zagnieżdżonego innego niż typ wyliczenia lub typ klasy bez zamknięcia",
"klasa z nazwą typedef służącą do wiązania nie może zawierać wyrażenia lambda",
"klasa z nazwą typedef służącą do wiązania nie może mieć niestatycznego elementu danych z domyślnym inicjatorem elementu",
"deklaracja statycznej składowej danych nie jest dozwolona w nieznanej klasie",
"wynik inicjatora adresuje zmienną dllimport",
"szablon z atrybutem „no_specializations” nie może być wyspecjalizowany",
"„static” jest tutaj niestandardowy",
"funkcja %nd została poprzednio zadeklarowana bez jawnej bazy wyliczenia",
"brak elementu „typename” jest tutaj niestandardowe",
"skrócona składnia szablonu funkcji jest niestandardowa dla przewodników dedukcji"
]
+192 -46
View File
@@ -3,7 +3,7 @@
"última linha do arquivo termina sem uma nova linha",
"última linha do arquivo termina sem uma barra invertida",
"#include arquivo %sq inclui a si mesmo",
"memória insuficiente",
"Memória insuficiente. Considere habilitar o mecanismo IntelliSense de 64 bits e aumentar o limite de memória do IntelliSense nas configurações.",
null,
"comentário anexado ao fim do arquivo",
"token não reconhecido",
@@ -163,7 +163,7 @@
"#pragma não reconhecido",
null,
"não pôde abrir arquivo temporário %sq: %s2",
"nome de diretório para arquivos temporários é muito longo (%sq)",
null,
"muito poucos argumentos na chamada da função",
"constante flutuante inválida",
"argumento do tipo %t1 é incompatível com parâmetro do tipo %t2",
@@ -1134,7 +1134,7 @@
"um clobber vazio deve ser totalmente omitido",
"esperado um operando asm",
"esperado um registro para clobber",
"\"format\" attribute requires an ellipsis parameter",
"O atributo 'format' requer um parâmetro elipse ou um pacote de parâmetros",
"o primeiro argumento de substituição não é o primeiro argumento variável",
"o índice de argumento do formato é maior que o número de parâmetros",
"o argumento de formato não tem tipo de sequência",
@@ -1505,7 +1505,7 @@
"Erro de linha de comando",
"erro interno",
"Erro interno",
"-D",
null,
null,
"Limite de erro atingido.",
"Laço de erro interno",
@@ -1524,7 +1524,7 @@
"linguagem intermediária (7)",
"linguagem intermediária (8)",
"linguagem intermediária (9)",
"PCH",
null,
null,
null,
null,
@@ -1537,7 +1537,7 @@
"caractere inválido para literal char16_t",
null,
"convenção de chamadas não reconhecida %s, deve ser um dos:",
"%s",
null,
null,
null,
"o tipo subjacente da enumeração deve ser integral",
@@ -1828,7 +1828,7 @@
"função 'auto' requer um tipo de retorno à frente",
"um modelo de membros não pode ter um especificador puro",
"string literal muito longa - caracteres excedentes ignorados",
"a opção para controle a palavra-chave nullptr pode ser utilizada somente quando se estiver compilando C++",
null,
"std::nullptr_t convertido para bool",
null,
null,
@@ -2711,7 +2711,7 @@
"tentativa de desreferenciar um ponteiro para membro nulo (membro de dados)",
"comparar um ponteiro para nulo e um ponteiro para uma função não é padrão",
"falha na inicialização de metadados",
"conversão de base para derivado inválida (o tipo de classe completo é %t)",
"Conversão inválida de base para derivada (o tipo real da classe derivada é %t)",
"acesso inválido a %n no objeto do tipo %t completo",
"'__auto_type' não é permitido aqui",
"'__auto_type' não permite vários declaradores",
@@ -3209,7 +3209,7 @@
"uma chamada de destruidor explícita não é permitida em uma expressão constante",
"um operador de vírgula que não está entre parênteses em uma expressão de subscrito de matriz está preterido",
"número de elementos alocados dinamicamente (%d) muito pequeno para o inicializador",
"um operando volátil da expressão %s está preterido",
null,
"o uso do resultado de uma atribuição para um objeto volátil escalar está preterido",
"um tipo de destino volátil para uma expressão de atribuição composta foi preterido",
"um parâmetro de função volátil está preterido",
@@ -3230,8 +3230,8 @@
"a outra correspondência é %t",
"o atributo 'availability' usado aqui é ignorado",
"A instrução inicializadora no estilo C++20 em uma instrução 'for' com base em intervalos não é padrão neste modo",
"co_await pode ser aplicado somente a uma instrução 'for' baseada em intervalos",
"não é possível deduzir o tipo de intervalo no loop 'for' com base em intervalos",
"co_await pode ser aplicado a uma instrução 'for' baseada em intervalo",
"não é possível deduzir o tipo do intervalo na instrução 'for' baseada em intervalo",
"as variáveis embutidas são um recurso do C++17",
"a destruição do operador de exclusão exige %t como primeiro parâmetro",
"a destruição de um operador de exclusão não pode ter parâmetros diferentes de std::size_t e std::align_val_t",
@@ -3249,7 +3249,7 @@
"falha na substituição de argumentos %T da ID do conceito",
"o conceito é falso para argumentos %T",
"uma cláusula requires não é permitida aqui (não é uma função de modelo)",
"modelo de conceito",
"conceito",
"cláusula requires incompatível com %nfd",
"um atributo é esperado",
null,
@@ -3272,17 +3272,17 @@
"%sq não é um cabeçalho importável",
"não é possível importar um módulo sem nome",
"um módulo não pode ter uma dependência de interface em si mesmo",
"o módulo %sq já foi importado",
"%m já foi importado",
"arquivo de módulo",
"não foi possível localizar o arquivo de módulo para o módulo %sq",
"não foi possível importar o arquivo de módulo %sq",
"era esperado %s1, foi encontrado %s2",
null,
"ao abrir o arquivo de módulo %sq",
"nome de partição desconhecido %sq",
"um arquivo de módulo desconhecido",
"um arquivo de módulo de cabeçalho importável",
"um arquivo de módulo EDG",
"um arquivo de módulo IFC",
null,
null,
null,
null,
"um arquivo de módulo inesperado",
"o tipo do segundo operando %t2 precisa ter o mesmo tamanho que %t1",
"o tipo precisa ser fácil de ser copiado",
@@ -3347,7 +3347,7 @@
"não é possível localizar o cabeçalho '%s' a ser importado",
"mais de um arquivo na lista de arquivos de módulo corresponde a '%s'",
"o arquivo de módulo encontrado para '%s' é de um módulo diferente",
"qualquer tipo de arquivo de módulo",
null,
"não é possível ler o arquivo de módulo",
"a função interna não está disponível porque não há suporte para o tipo char8_t com as opções atuais",
null,
@@ -3368,7 +3368,7 @@
"não é possível interpretar o layout de bit para este destino de compilação",
"nenhum operador correspondente para o operador IFC %sq",
"não há convenção de chamada correspondente para a convenção de chamada IFC %sq",
"o módulo %sq contém constructos sem suporte",
"%m contém construções sem suporte",
"constructo IFC sem suporte: %sq",
"__is_signed não é mais uma palavra-chave deste ponto",
"uma dimensão de matriz precisa ter um valor inteiro sem sinal constante",
@@ -3417,35 +3417,35 @@
"'if consteval' e 'if not consteval' não são padrão neste modo",
"omitir '()' em um declarador lambda não é padrão neste modo",
"uma cláusula-requer à direita não é permitida quando a lista de parâmetros lambda é omitida",
"módulo %sq partição inválida solicitada",
"módulo %sq1 partição indefinida (acredita-se que seja %sq2) solicitada",
"%m partição inválida solicitada",
"%m partição indefinida (acreditada ser %sq) solicitada",
null,
null,
"módulo %sq1, posição do arquivo %u1 (posição relativa %u2) solicitado para a partição %sq2 — que transborda o final de sua partição",
"módulo %sq1, posição do arquivo %u1 (posição relativa %u2) solicitado para a partição %sq2 — que está desalinhada com seus elementos de partições",
"%m posição do arquivo %u1 (posição relativa %u2) solicitada para a partição %sq - que ultrapassa o final de sua partição",
"%m posição do arquivo %u1 (posição relativa %u2) solicitada para a partição %sq - que está desalinhada com os elementos da sua partição",
"do subcampo %sq (posição relativa ao nó %u)",
"da partição %sq, elemento %u1 (posição do arquivo %u2, posição relativa %u3)",
"atributos em lambdas são um recurso do C++23",
"O identificador %sq pode ser confundido com um visualmente semelhante ao que aparece %p",
"este comentário contém caracteres de controle de formatação Unicode suspeitos",
"essa cadeia de caracteres contém caracteres de controle de formatação Unicode que podem resultar em comportamento de runtime inesperado",
"%d1 aviso suprimido encontrado durante o processamento do módulo %sq1",
"%d1 avisos suprimidos foram encontrados durante o processamento do módulo %sq1",
"%d1 erro suprimido encontrado ao processar o módulo %sq1",
"%d1 erros suprimidos foram encontrados durante o processamento do módulo %sq1",
"%u aviso suprimido foi encontrado durante o processamento de %m",
"%u avisos suprimidos foram encontrados durante o processamento de %m",
"Erro suprimido %u foi encontrado durante o processamento de %m",
"%u erros suprimidos foram encontrados durante o processamento de %m",
"incluindo",
"suprimida",
"uma função membro virtual não pode ter um parâmetro 'this' explícito",
"usar o endereço de uma função explícita 'this' requer um nome qualificado",
"formar o endereço de uma função 'this' explícita requer o operador '&'",
"um literal de cadeia de caracteres não pode ser usado para inicializar um membro de matriz flexível",
"A representação IFC da definição da função %sq é inválida",
null,
"um gráfico UNILevel IFC não foi usado para especificar parâmetros",
"%u1 parâmetros foram especificados pelo gráfico de definição de parâmetro IFC, enquanto %u2 parâmetros foram especificados pela declaração IFC",
"O parâmetro %u1 foi especificado pelo gráfico de definição de parâmetro IFC, enquanto os parâmetros %u2 foram especificados pela declaração IFC",
"O parâmetro %u1 foi especificado pelo gráfico de definição de parâmetro IFC, enquanto parâmetros %u2 foram especificados pela declaração IFC",
"A representação IFC da definição da função %sq está ausente",
null,
null,
null,
null,
null,
"a representação IFC da definição da função %sq está ausente",
"o modificador de função não se aplica à declaração de modelo do membro",
"a seleção de membro envolve muitos tipos anônimos aninhados",
"não há nenhum tipo comum entre os operandos",
@@ -3467,7 +3467,7 @@
"um campo de bits com um tipo de enumeração incompleto ou uma enumeração opaca com um tipo base inválido",
"tentou construir um elemento da partição IFC %sq usando um índice na partição IFC %sq2",
"a partição %sq especificou seu tamanho de entrada como %u1 quando %u2 era esperado",
"um requisito IFC inesperado foi encontrado durante o processamento do módulo %sq1",
"um requisito IFC inesperado foi encontrado durante o processamento de %m",
"condição falhou na linha %d em %s1: %sq2",
"restrição atômica depende de si mesma",
"A função 'noreturn' tem um tipo de retorno não nulo",
@@ -3475,9 +3475,9 @@
"não é possível especificar um argumento de modelo padrão na definição do modelo de um membro fora de sua classe",
"nome de identificador IFC inválido %sq encontrado durante a reconstrução da entidade",
null,
"valor de classificação inválido do módulo %sq",
"%m valor de ordenação inválido",
"um modelo de função carregado de um módulo IFC foi analisado incorretamente como %nd",
"falha ao carregar uma referência de entidade IFC no módulo %sq",
"falha ao carregar uma referência de entidade IFC em %m",
"da partição %sq, elemento %u1 (posição do arquivo %u2, posição relativa %u3)",
"designadores encadeados não são permitidos para um tipo de classe com um destruidor não trivial",
"uma declaração de especialização explícita não pode ser uma declaração de friend",
@@ -3506,9 +3506,9 @@
null,
"não é possível avaliar um inicializador para um membro de matriz flexível",
"um inicializador de campo de bit padrão é um recurso C++20",
"muitos argumentos na lista de argumentos do modelo no módulo %sq",
"muitos argumentos na lista de argumentos do modelo em %m",
"detectado para o argumento de modelo representado pelo elemento %sq %u1 (posição do arquivo %u2, posição relativa %u3)",
"poucos argumentos na lista de argumentos do modelo no módulo %sq",
"argumentos insuficientes na lista de argumentos do modelo em %m",
"detectado durante o processamento da lista de argumentos do modelo representada pelo elemento %sq %u1 (posição do arquivo %u2, posição relativa %u3)",
"a conversão do tipo de enumeração com escopo %t não é padrão",
"a desalocação não corresponde ao tipo de alocação (uma é para uma matriz e a outra não)",
@@ -3517,8 +3517,8 @@
"__make_unsigned só é compatível com inteiros não bool e tipos enum",
"o nome intrínseco %sq será tratado como um identificador comum a partir daqui",
"acesso ao subobjeto não inicializado no índice %d",
"o número de linha IFC (%u1) estoura o valor máximo permitido (%u2), módulo %sq",
"o módulo %sq1 solicitou o elemento %u da partição %sq2, essa posição do arquivo excede o valor máximo representável",
"número da linha IFC (%u1) excede o valor máximo permitido (%u2) %m",
"%m solicitou o elemento %u da partição %sq, esta posição do arquivo excede o valor máximo representável",
"número de argumentos errado",
"restrição sobre o candidato %n não satisfeita",
"o número de parâmetros de %n não corresponde à chamada",
@@ -3551,7 +3551,7 @@
"O arquivo IFC %sq não pode ser processado",
"A versão IFC %u1.%u2 não tem suporte",
"A arquitetura IFC %sq é incompatível com a arquitetura de destino atual",
"o módulo %sq1 índice de solicitações %u de uma partição sem suporte correspondente %sq2",
"%m solicita o índice %u de uma partição não suportada correspondente a %sq",
"o número de parâmetro %d de %n tem tipo %t que não pode ser concluído",
"o número de parâmetro %d de %n tem o tipo incompleto %t",
"o número de parâmetro %d de %n tem tipo o abstrato %t",
@@ -3570,7 +3570,7 @@
"reflexão incorreta (%r) para a expressão splice",
"%n já foi definido (definição anterior %p)",
"objeto infovec não inicializado",
"o value_of tipo %t1 não é compatível com a reflexão fornecida (entidade com o tipo %t2)",
"o extrato do tipo %t1 não é compatível com a reflexão fornecida (entidade com tipo %t2)",
"refletir um conjunto de sobrecargas não é permitido no momento",
"este elemento intrínseco requer uma reflexão para uma instância de modelo",
"tipos incompatíveis %t1 e %t2 para o operador",
@@ -3598,8 +3598,154 @@
"uma expressão lambda 'static' deve ter uma especificação de captura vazia",
"Unidade de cabeçalho EDG IFC",
"EDG IFC",
"não foi possível criar uma unidade de cabeçalho para a unidade de tradução atual",
"a unidade de tradução atual usa um ou mais recursos que não podem ser gravados atualmente em uma unidade de cabeçalho",
"Não foi possível gerar um arquivo IFC para a unidade de tradução atual",
"Uma ou mais entidades não podem ser gravadas em um arquivo IFC no momento",
"'explicit(bool)' é um recurso do C++20",
"um nome de módulo deve ser especificado para o mapa do arquivo de módulo que faz referência ao arquivo %sq"
"o primeiro argumento deve ser um ponteiro para inteiro, enum ou tipo de ponto flutuante suportado",
"módulos C++ não podem ser usados ao compilar múltiplas unidades de tradução",
"módulos C++ não podem ser usados com o recurso 'export' pré-C++11",
"o token IFC %sq não tem suporte",
"o atributo 'pass\\_object\\_size' é válido apenas em parâmetros de declarações de função",
"o argumento do atributo %sq %d1 deve ser um valor entre 0 e %d2",
"um ref-qualifier aqui é ignorado",
"tipo de elemento de vetor NEON inválido %t",
"tipo de elemento de polyvector NEON inválido %t",
"tipo de elemento de vetor escalonável inválido %t",
"Número inválido de elementos da tupla para tipo de vetor escalável",
"um vetor NEON ou polyvector deve ter 64 ou 128 bits de largura",
"tipo sem tamanho %t não é permitido",
"um objeto do tipo sem tamanho %t não pode ser inicializado com valor",
"índice de declaração nulo inesperado encontrado como parte do escopo %u",
"um nome de módulo deve ser especificado para o mapa do arquivo de módulo que faz referência ao arquivo %sq",
"um valor de índice nulo foi recebido onde um nó na partição IFC %sq era esperado",
"%nd não pode ter o tipo %t",
"um qualificador ref não é padrão nesse modo",
"uma instrução 'for' baseada em intervalo não é padrão nesse modo",
"''auto'' como especificador de tipo não é padrão nesse modo",
"não foi possível importar o arquivo %sq devido à corrupção do arquivo",
"IFC",
"tokens extras injetados após a declaração de membro",
"escopo de injeção inválido (%r)",
"esperado um valor do tipo std::string_view, mas foi recebido %t",
"tokens extras injetados após a instrução",
"tokens extras injetados após a declaração",
"estouro de valor do índice da tupla (%d)",
">> saída de std::meta::__report_tokens",
">> fim da saída de std::meta::__report_tokens",
"não está em um contexto com as variáveis de parâmetro",
"uma sequência de escape delimitada deve ter pelo menos um caractere",
"sequência de escape delimitada não finalizada",
"a constante contém o endereço de uma variável local",
"uma associação estruturada não pode ser declarada 'consteval'",
"%no está em conflito com a declaração importada %nd",
"o caractere não pode ser representado no tipo de caractere especificado",
"uma anotação não pode aparecer no contexto de um prefixo de atributo ''using''",
"o tipo %t da anotação não é um tipo literal",
"o atributo 'ext_vector_type' se aplica somente a booleano, inteiro ou ponto flutuante",
"não são permitidos vários designadores na mesma união",
"mensagem de teste",
"a versão da Microsoft que está sendo emulada deve ser pelo menos 1943 para usar '--ms_c++23'",
"diretório de trabalho atual inválido: %s",
"o atributo 'cleanup' dentro de uma função constexpr não é suportado no momento",
"o atributo 'assume' só pode ser aplicado a uma instrução nula",
"suposição falhou",
"modelos de variável são um recurso do C++14",
"Não é possível obter o endereço de uma função com um parâmetro declarado com o atributo 'pass\\_object\\_size'",
"todos os argumentos devem ter o mesmo tipo",
"a comparação final foi %s1 %s2 %s3",
"muitos argumentos para o atributo %sq",
"cadeia de mantissa não contém um número válido",
"erro de ponto flutuante durante a avaliação da constante",
"construtor herdado %n ignorado para operação do tipo cópia/movimento",
"não é possível determinar o tamanho do arquivo %s",
"não é possível ler %s",
"inserir",
"nome do parâmetro não reconhecido",
"parâmetro especificado mais de uma vez",
"__has_embed não pode aparecer fora de #if",
"não foi possível definir a localidade LC_NUMERIC como C",
"elifdef e elifndef não estão habilitados neste modo e são ignorados no texto que está sendo pulado",
"uma declaração de alias não é padrão neste contexto",
"a ABI de destino pode alocar membros não estáticos em uma ordem que não corresponde à ordem de declaração, que não é padrão no C++23 e posterior",
"Unidade de interface do módulo EDG IFC",
"Unidade de partição do módulo EDG IFC",
"a declaração de módulo não pode ser exportada desta unidade de tradução, a menos que crie um arquivo de interface de módulo",
"a declaração do módulo deve ser exportada desta unidade de tradução para criar um arquivo de interface de módulo",
"a geração de arquivo de módulo foi solicitada, mas nenhum módulo foi declarado na unidade de tradução",
"substituindo %T por %n restrições com falha",
"%n não satisfeito para %T",
"a expansão #embed é muito longa para inicializar uma entidade do tipo %t",
"o operador \"defined\" não é permitido aqui",
"%to é um membro de %n",
"conversão de restrição em caractere assinado em dados #embed",
"operador não é permitido para tipos \"vector of bool\"",
"objeto muito grande para avaliação constante",
"objeto temporário de autorreferência",
"um lambda não pode se referir a uma variável local ou init-capture nesse contexto",
"um parâmetro lambda não pode ocultar uma captura explícita",
"um parâmetro de modelo lambda não pode ocultar uma captura explícita",
"espaço de endereço insuficiente para processar essa unidade de tradução",
"<undetermined type>",
"<undetermined constant>",
"<undetermined template>",
"o tamanho configurado de %sé muito pequeno para o número especificado de mantissa + bits expoentes",
"expressão",
"<expression>",
"sem nome",
"<unnamed>",
"<error-type>",
"<unknown-type>",
"<something>",
"<null-type>",
"<no-init>",
"<zero-init>",
"cópia bit a bit de: ",
"<bitwise-copy>",
"resultado da classe por meio do ctor: ",
"<constructor-call>",
"<NULL expression>",
"<error>",
"<NULL routine>",
"<default>",
"parâmetro #",
" (um nível para cima)",
" níveis para cima",
"dynamic-init: ",
"<error-constant>",
"stack-offset-of:",
"<implicit element> ",
" repetições de ",
"inteiro",
"enumeração",
"enumeração com escopo",
"aritmética",
"aritmética não booliana",
"ponteiro",
"tipo nullptr",
"identificador",
"handle-to-CLI-array",
"pointer-to-object",
"pointer-to-function",
"pointer-to-member",
"bool",
"bool-equivalent",
"classe",
"um operando volátil para uma expressão de incremento foi preterido",
"um operando volátil para uma expressão de decremento foi preterido",
"%n declarado anteriormente sem o atributo \"indeterminate\"",
"o construtor padrão para %t é explícito",
"falha ao carregar a definição de %n em %m",
"falha ao carregar o inicializador para %n em %m",
"uma classe com um nome typedef para fins de vinculação não pode ter uma classe base",
"uma classe com um nome typedef para fins de vinculação não pode ter uma função membro",
"uma classe com um nome typedef para fins de vinculação não pode ter um tipo aninhado, exceto um tipo de enumeração ou um tipo de classe sem fechamento",
"uma classe com um nome typedef para fins de vinculação não pode conter uma expressão lambda",
"uma classe com um nome typedef para fins de vinculação não pode ter um membro de dados não estático com um inicializador de membro padrão",
"uma declaração de membro de dados estáticos não é permitida em uma classe sem nome",
"o resultado do inicializador trata de uma variável dllimport",
"modelo com atributo \"no_specializations\" não pode ser especializado",
"\"static\" não é padrão aqui",
"%nd foi declarado anteriormente sem uma base de enumeração explícita",
"\"typename\" ausente não é padrão aqui",
"a sintaxe abreviada de template de função é não padrão para guias de dedução"
]
+192 -46
View File
@@ -3,7 +3,7 @@
"последняя строка файла завершается без знака новой строки",
"последняя строка файла завершается знаком обратной косой черты",
"включаемый файл %sq включает самого себя",
"недостаточно памяти",
"Не хватает памяти. Рассмотрите возможность включения 64-разрядной подсистемы IntelliSense и увеличения лимита памяти IntelliSense в настройках.",
null,
"незакрытый комментарий в конце файла",
"нераспознанная лексема",
@@ -163,7 +163,7 @@
"нераспознанная директива #pragma",
null,
"не удалось открыть временный файл %sq: %s2",
"слишком длинное имя каталога временных файлов (%sq)",
null,
"слишком мало аргументов в вызове функции",
"недопустимая константа с плавающей запятой",
"аргумент типа %t1 несовместим с параметром типа %t2",
@@ -1134,7 +1134,7 @@
"пустой список затирания должен быть полностью опущен",
"требуется операнд ассемблерного кода",
"требуется регистр для затирания",
"для атрибута \"format\" требуется параметр-многоточие",
"для атрибута \"format\" требуется параметр-многоточие или пакет параметров",
"первый аргумент замены не является первым переменным аргументом",
"индекс аргумента формата превышает число параметров",
"аргумент формата имеет отличный от строкового тип",
@@ -1505,7 +1505,7 @@
"Ошибка в командной строке",
"внутренняя ошибка",
"Внутренняя ошибка",
"-D",
null,
null,
"Достигнут предел ошибок.",
"Внутренний цикл ошибки",
@@ -1524,7 +1524,7 @@
"промежуточный язык (7)",
"промежуточный язык (8)",
"промежуточный язык (9)",
"PCH",
null,
null,
null,
null,
@@ -1537,7 +1537,7 @@
"недопустимый знак для литерала char16_t",
null,
"нераспознанное соглашение о вызовах %s; необходимо использовать одно из следующих:",
"%s",
null,
null,
null,
"базовый тип для перечисляемого типа должен быть целочисленным",
@@ -1828,7 +1828,7 @@
"функция \"auto\" требует наличия завершающего возвращаемого типа",
"у шаблона члена не может быть чистого спецификатора",
"слишком длинный строковый литерал - лишние знаки игнорируются",
"параметр для управления ключевым словом nullptr может использоваться только при компиляции C++",
null,
"std::nullptr_t, преобразованный в логический тип",
null,
null,
@@ -2711,7 +2711,7 @@
"попытка отменить ссылку на пустой указатель на элемент (элемент данных)",
"сравнение указателя на пустоту и указателя на функцию является нестандартным",
"сбой инициализации метаданных",
"недопустимое приведение базового класса к производному (полный тип класса — %t)",
"недопустимое приведение базового класса к производному (фактический тип производного класса — %t)",
"недопустимый доступ к %n в объекте полного типа %t",
"Значение \"__auto_type\" здесь запрещено",
"\"__auto_type\" не допускает множество операторов объявления.",
@@ -3209,7 +3209,7 @@
"явный вызов деструктора не разрешен в константном выражении",
"Оператор \"запятая\" не в круглых скобках в выражении индекса массива не рекомендуется.",
"число динамически выделенных элементов (%d) слишком мало для инициализатора",
"временный операнд для выражения %s не рекомендуется",
null,
"использование результата назначения временному скалярному объекту не рекомендуется",
"временный целевой тип для выражения сложного назначения не рекомендуется",
"временный параметр функции не рекомендуется",
@@ -3230,8 +3230,8 @@
"другое совпадение — %t",
"Использованный здесь атрибут \"Availability\" игнорируется.",
"Оператор инициализатора в стиле C++20 в операторе for на основе диапазонов является нестандартным в этом режиме.",
"co_await можно применить только к оператору for на основе диапазонов.",
"Невозможно вывести тип диапазона в цикле for на основе диапазона.",
"co_await можно применять только к оператору for на основе диапазона",
"не удается вывести тип диапазона в цикле for на основе диапазона",
"встроенные переменные — это функция C++17",
"для оператора удаления delete необходимо указать %t в качестве первого параметра",
"оператор удаления delete не может иметь параметров, типы которых отличаются от std::size_t и std::align_val_t",
@@ -3249,7 +3249,7 @@
"не удалось подставить аргументы %T для идентификатора концепции",
"концепция имеет значение false для аргументов %T",
"Использование здесь предложения requires запрещено (не шаблонная функция)",
"шаблон концепции",
"понятие",
"Предложение requires несовместимо с %nfd",
"ожидается атрибут",
null,
@@ -3272,17 +3272,17 @@
"%sq не является пригодным для импорта заголовком",
"Невозможно импортировать модуль без имени",
"Модуль не может иметь зависимость интерфейса от самого себя",
"Модуль %sq уже импортирован",
"%m уже импортирован",
"файл модуля",
"не удалось найти файл модуля для модуля %sq",
"не удалось импортировать файл модуля %sq",
"ожидалось %s1, но было найдено %s2",
null,
"При открытии файла модуля %sq",
"Неизвестное имя раздела %sq",
"неизвестный файл модуля",
"импортируемый файл модуля заголовка",
"файл модуля EDG",
"файл модуля IFC",
null,
null,
null,
null,
"непредвиденный файл модуля",
"тип второго операнда %t2 должен иметь тот же размер, что и %t1.",
"тип должен поддерживать элементарное копирование.",
@@ -3347,7 +3347,7 @@
"не удается найти заголовок \"%s\" для импорта",
"несколько файлов в списке файлов модулей соответствуют \"%s\"",
"файл модуля, обнаруженный для \"%s\", относится к другому модулю",
"любой тип файла модуля",
null,
"не удалось прочитать файл модуля",
"встроенная функция недоступна, так как тип char8_t не поддерживается с текущими параметрами.",
null,
@@ -3368,7 +3368,7 @@
"не удается интерпретировать битовый макет для этого целевого объекта компиляции",
"отсутствует соответствующий оператор для оператора IFC %sq",
"отсутствует соответствующее соглашение о вызовах для соглашения о вызовах IFC %sq",
"модуль %sq содержит неподдерживаемые конструкции",
"модуль %m содержит неподдерживаемые конструкции",
"неподдерживаемая конструкция IFC: %sq",
"__is_signed больше не является ключевым словом из этой точки",
"измерение массива должно иметь постоянное целочисленное значение без знака",
@@ -3417,35 +3417,35 @@
"\"if consteval\" и \"if not consteval\" не являются стандартными в этом режиме",
"опущение \"()\" в лямбда-операторе объявления является нестандартным в этом режиме",
"конечное предложение requires не допускается, если список лямбда-параметров опущен",
"запрошен недопустимый раздел модуля %sq",
"запрошен неопределенный раздел модуля %sq1 (предполагается — %sq2)",
"запрошен недопустимый раздел модуля %m",
"запрошен неопределенный раздел модуля %m (предположительно %sq)",
null,
null,
"модуль %sq1, позиция файла %u1 (относительная позиция %u2) запрошена для раздела %sq2, который переполняет окончание этого раздела",
"модуль %sq1, позиция файла %u1 (относительная позиция %u2) запрошена для раздела %sq2, который не выровнен по элементам разделов",
"модуль %m, позиция файла %u1 (относительная позиция %u2) запрошена для раздела %sq, который выходит за конец этого раздела",
"файл %m, позиция %u1 (относительная позиция %u2) запрошена для раздела %sq, не выровненного по элементам разделов",
"из подполя %sq (относительное положение к узлу %u)",
"из раздела %sq, элемент %u1 (позиция файла %u2, относительная позиция %u3)",
"атрибуты в лямбда-выражениях являются компонентом C++23",
"идентификатор %sq можно перепутать с визуально похожим %p",
"этот комментарий содержит подозрительные управляющие символы форматирования Юникода",
"эта строка содержит управляющие символы форматирования Юникода, которые могут привести к непредвиденной работе среды выполнения",
"обнаружено %d1 подавленное предупреждение при обработке модуля %sq1",
"обнаружено несколько (%d1) подавленных предупреждений при обработке модуля %sq1",
"Обнаружена %d1 подавленная ошибка при обработке модуля %sq1",
"Обнаружено несколько (%d1) подавленных ошибок при обработке модуля %sq1",
"обнаружено %u подавленное предупреждение при обработке %m",
"обнаружено несколько (%u) подавленных предупреждений при обработке модуля %m",
"при обработке %m обнаружена подавленная ошибка %u",
"обнаружено несколько (%u) подавленных ошибок при обработке модуля %m",
"включая",
"подавлено",
"виртуальная функция-член не может иметь явный параметр \"this\"",
"для получения адреса явной функции \"this\" требуется полное имя",
"для формирования адреса явной функции \"this\" требуется оператор \"&\"",
"строковый литерал нельзя использовать для инициализации элемента гибкого массива",
"Представление IFC определения функции %sq недопустимо",
null,
"диаграмма IFC UniLevel не использовалось для указания параметров",
"несколько (%u1) параметров указаны в диаграмме определения параметров IFC, в то время как несколько (%u2) параметров указаны в объявлении IFC",
"%u1 параметр указан в диаграмме определения параметров IFC, в то время как несколько (%u2) параметров указаны в объявлении IFC",
"несколько (%u1) параметров указаны в диаграмме определения параметров IFC, в то время как %u2 параметр указан в объявлении IFC",
"Представление IFC определения функции %sq отсутствует",
null,
null,
null,
null,
null,
"отсутствует представление IFC определения функции %sq",
"модификатор функции не применяется к объявлению шаблона элемента",
"выбор элемента включает слишком много вложенных анонимных типов",
"между операндами нет общего типа",
@@ -3467,7 +3467,7 @@
"битовые поля с неполным типом или непрозрачное перечисление с недопустимым базовым типом",
"попытка создать элемент из раздела IFC %sq с использованием индекса в разделе IFC %sq2",
"размер записи в разделе %sq указан как %u1, в то время как ожидалось %u2",
"При обработке модуля %sq1 было обнаружено неожиданное требование IFC",
"при обработке модуля %m было обнаружено неожиданное требование IFC",
"сбой условия в строке %d в %s1: %sq2",
"атомарное ограничение зависит от самого себя",
"Функция \"noreturn\" имеет не недействительный тип возврата",
@@ -3475,9 +3475,9 @@
"аргумент шаблона по умолчанию не может быть указан в определении шаблона элемента вне его класса",
"обнаружено недопустимое имя идентификатора IFC %sq во время реконструкции сущности",
null,
"недопустимое значение сортировки модуля %sq",
"недопустимое значение сортировки %m",
"шаблон функции, загруженный из модуля IFC, был неправильно проанализирован как %nd",
"не удалось загрузить ссылку на объект IFC в модуль %sq",
"не удалось загрузить ссылку на объект IFC в модуле %m",
"из раздела %sq, элемент %u1 (позиция файла %u2, относительная позиция %u3)",
"цепные обозначения не разрешены для типа класса с нетривиальным деструктором",
"явное объявление специализации не может быть объявлением дружественной функции",
@@ -3506,9 +3506,9 @@
null,
"не удается оценить инициализатор для элемента гибкого массива",
"стандартный инициализатор битового поля является функцией C++20",
"слишком много аргументов в списке аргументов шаблона в модуле %sq",
"слишком много аргументов в списке аргументов шаблона в %m",
"обнаружено для аргумента шаблона, представленного элементом %sq %u1 (позиция файла %u2, относительная позиция %u3)",
"слишком мало аргументов в списке аргументов шаблона в модуле %sq",
"слишком мало аргументов в списке аргументов шаблона в модуле %m",
"обнаружено при обработке для списка аргументов шаблона, представленного элементом %sq %u1 (позиция файла %u2, относительная позиция %u3)",
"преобразование из типа ограниченного перечисления %t является нестандартным",
"освобождение не соответствует типу выделения (одно из них для массива, а другое нет)",
@@ -3517,8 +3517,8 @@
"__make_unsigned совместимо только с нелогическими целыми числами и типами перечислений",
"внутреннее имя %sq будет рассматриваться с этого момента как обычный идентификатор",
"доступ к неинициализированному подобъекту в индексе %d",
"Номер строки IFC (%u1) переполняет максимально допустимое значение (%u2) модуля %sq",
"модуль %sq1 запросил элемент %u раздела %sq2, эта позиция файла превышает максимальное отображаемое значение",
"Номер строки IFC (%u1) переполняет максимально допустимое значение (%u2) модуля %m",
"модуль %m запросил элемент %u раздела %sq, но эта позиция файла превышает максимальное представимое значение",
"неправильное количество аргументов",
"ограничение по соискателю %n не выполнено",
"количество параметров %n не соответствует вызову",
@@ -3551,7 +3551,7 @@
"Не удается обработать файл IFC %sq",
"Версия IFC %u1.%u2 не поддерживается",
"Архитектура IFC %sq несовместима с текущей целевой архитектурой",
"модуль %sq1 запрашивает индекс %u неподдерживаемой секции, соответствующей %sq2",
"модуль %m запрашивает индекс %u неподдерживаемого раздела, соответствующего %sq",
"номер параметра %d из %n имеет тип %t, который не может быть завершен",
"номер параметра %d из %n имеет неполный тип %t",
"номер параметра %d из %n имеет абстрактный тип %t",
@@ -3570,7 +3570,7 @@
"плохое отражение (%r) для выражения splice",
"%n уже определено (предыдущее определение %p)",
"объект infovec не инициализирован",
"value_of type %t1 несовместимо с данным отражением (сущность с типом %t2)",
"извлечение типа %t1 несовместимо с заданным отражением (сущность типа %t2)",
"отражение набора перегрузки сейчас не разрешено",
"эта внутренняя функция требует отражения для экземпляра шаблона",
"несовместимые типы %t1 и %t2 для оператора",
@@ -3598,8 +3598,154 @@
"Лямбда-выражение \"static\" должно содержать пустую спецификацию захвата",
"Единица заголовка EDG IFC",
"EDG IFC",
"не удалось создать единицу заголовка для текущей единицы трансляции",
"текущая единица трансляции использует одну или несколько функций, которые в данный момент невозможно записать в единицу заголовка",
"не удалось создать файл IFC для текущей единицы трансляции",
"не удалось записать один или несколько объектов в файл IFC",
"\"explicit(bool)\" — это функция C++20",
"необходимо указать имя модуля для сопоставления файла модуля, ссылающегося на файл %sq"
"первый аргумент должен быть указателем на целое число, enum или значение поддерживаемого типа с плавающей точкой",
"Модули C++ не могут использоваться при компиляции нескольких единиц трансляции",
"Модули C++ нельзя использовать с функцией \"export\" версии ниже C++11",
"токен IFC %sq не поддерживается",
"атрибут \"pass_object_size\" допустим только для параметров объявлений функций",
"аргумент атрибута %sq %d1 должен быть значением от 0 до %d2",
"здесь игнорируется ref-qualifier",
"недопустимый тип элемента вектора NEON %t",
"недопустимый тип элемента поливектора NEON %t",
"недопустимый тип масштабируемого векторного элемента %t",
"недопустимое количество элементов кортежа для масштабируемого векторного типа",
"вектор NEON или поливектор должен иметь ширину 64 или 128 бит",
"безразмерный тип %t не допускается",
"объект безразмерного типа %t нельзя инициализировать значением",
"обнаружен неожиданный индекс объявления NULL, являющийся частью области %u",
"необходимо указать имя модуля для сопоставления файла модуля, ссылающегося на файл %sq",
"было получено значение null индекса, в котором ожидался узел в разделе IFC %sq",
"%nd не может иметь тип %t",
"квалификатор ref является нестандартным в этом режиме",
"утверждение \"for\" на основе диапазона является нестандартным в этом режиме",
"\"auto\" в качестве описателя типа является нестандартным в этом режиме",
"не удалось импортировать файл модуля %sq из-за повреждения файла",
"IFC",
"лишние маркеры, внедренные после объявления элемента",
"неправильная область внедрения (%r)",
"ожидалось значение типа std::string_view, но получено %t",
"лишние маркеры, внедренные после оператора",
"лишние маркеры, внедренные после объявления",
"переполнение значения индекса кортежа (%d)",
">> выходных данных из std::meta::__report_tokens",
">> конец выходных данных из std::meta::__report_tokens",
"не в контексте с переменными параметров",
"escape-последовательность с разделителями должна содержать по крайней мере один символ",
"незавершенная escape-последовательность с разделителями",
"константа содержит адрес локальной переменной",
"структурированная привязка не может быть объявлена как \"consteval\"",
"%no конфликтует с импортированным объявлением %nd",
"символ невозможно представить в указанном типе символов",
"заметка не может отображаться в контексте префикса атрибута \"using\"",
"тип %t заметки не является типом литерала",
"атрибут ext_vector_type применяется только к типам bool, integer или float point",
"использование нескольких указателей в одном объединении не допускается",
"тестовое сообщение",
"для использования \"--ms_c++23\" эмулируемая версия Майкрософт должна быть не ниже 1943",
"недопустимый текущий рабочий каталог: %s",
"атрибут \"cleanup\" в функции вида constexpr в настоящее время не поддерживается",
"атрибут \"assume\" может применяться только к пустому оператору",
"предположение оказалось неверным",
"шаблоны переменных — это функция C++14",
"нельзя принять адрес функции с параметром, объявленным с атрибутом \"pass_object_size\"",
"все аргументы должны быть одного типа",
"окончательное сравнение было %s1 %s2 %s3",
"слишком много аргументов для атрибута %sq",
"строка мантиссы не содержит допустимого числа",
"ошибка с плавающей запятой во время вычисления константы",
"наследование конструктора %n игнорируется для операций, подобных копированию и перемещению",
"не удается определить размер файла %s",
"не удается прочитать %s",
"внедрить",
"нераспознанное имя параметра",
"параметр указан несколько раз",
"__has_embed запрещено указывать за пределами #if",
"не удалось установить для языкового стандарта LC_NUMERIC значение C",
"параметры elifdef и elifndef не включены в этом режиме и игнорируются в пропускаемом тексте",
"объявление псевдонима является нестандартным в этом контексте",
"целевой ABI может выделять нестатические элементы в порядке, не соответствующем их порядку объявления, что является нестандартным в C++23 и более поздних версиях",
"единица интерфейса модуля EDG IFC",
"единица раздела модуля EDG IFC",
"объявление модуля невозможно экспортировать из этой единицы трансляции, если не создается файл интерфейса модуля",
"объявление модуля должно быть экспортировано из этой единицы трансляции для создания файла интерфейса модуля",
"запрошено создание файла модуля, но в единице трансляции не объявлен модуль",
"сбой ограничений замены %T для %n",
"%n не удовлетворено для %T",
"расширение #embed слишком длинное для инициализации сущности типа %t",
"оператор defined здесь не разрешен",
"%n не является элементом %t",
"сужающее преобразование в знаковый символ в данных #embed",
"оператор не разрешен для типов \"vector of bool\"",
"объект слишком большой для константной оценки",
"ссылающийся на себя временный объект",
"лямбда не может ссылаться на локальную переменную или инициализируемый захват в этом контексте",
"параметр лямбда не может скрывать явный захват",
"параметр шаблона лямбда не может скрывать явный захват",
"недостаточный диапазон адресов для обработки этой единицы трансляции",
"<неопределенный тип>",
"<неопределенная константа>",
"<неопределенный шаблон>",
"настроенный размер %s слишком мал для указанного количества бит мантиссы и экспоненты",
"выражение",
"<выражение>",
"без имени",
"<без имени>",
"<тип ошибки>",
"<неизвестный тип>",
"<нечто>",
"<тип-null>",
"<no-init>",
"<zero-init>",
"побитовая копия: ",
"<побитовая копия>",
"результат класса через ctor: ",
"<вызов конструктора>",
"<выражение NULL>",
"<ошибка>",
"<подпрограмма NULL>",
"<по умолчанию>",
"параметр #",
" (один уровень вверх)",
" увеличение уровня",
"dynamic-init: ",
"<error-constant>",
"смещение стека:",
"<неявный элемент> ",
" повторы ",
"целое число",
"перечисление",
"перечисление с областью",
"арифметическое",
"нелогическое арифметическое",
"указатель",
"тип nullptr",
"дескриптор",
"дескриптор массива CLI",
"указатель на объект",
"указатель на функцию",
"указатель на элемент",
"логическое",
"логический эквивалент",
"класс",
"временный операнд для выражения увеличения не рекомендуется",
"временный операнд для выражения уменьшения не рекомендуется",
"%n ранее объявлен без атрибута indeterminate",
"конструктор по умолчанию для %t является явным",
"не удалось загрузить определение %n в %m",
"не удалось загрузить инициализатор для %n в %m",
"класс с именем typedef для целей связывания не может содержать базовый класс",
"класс с именем typedef для целей связывания не может содержать функцию-член",
"класс с именем typedef для целей связывания не может содержать вложенный тип, кроме типа перечисления или класса без замыкания",
"класс с именем typedef для целей связывания не может содержать лямбда-выражение",
"класс с именем typedef для целей связывания не может содержать нестатический элемент данных с инициализатором элемента по умолчанию",
"объявление статического элемента данных в безымянном классе не допускается",
"результат инициализатора указывает на переменную dllimport",
"шаблон с атрибутом \"no_specializations\" не может иметь специализации",
"\"static\" является здесь нестандартным",
"%nd ранее был объявлен без явной базы перечисления",
"отсутствие typename здесь является нестандартным",
"сокращенный синтаксис шаблона функции не является стандартным для правил дедукции"
]
+192 -46
View File
@@ -3,7 +3,7 @@
"dosyanın son satırında yeni satır yok",
"dosyasının son satırı ters eğik çizgi ile biter",
"#include file %sq kendisini içerir",
"Bellek yetersiz",
"Yetersiz bellek. Ayarlarda 64 bit IntelliSense altyapısını etkinleştirmeyi ve IntelliSense bellek sınırını artırmayı düşünün.",
null,
"dosya sonunda açıklama kapatılmamış",
"tanınmayan belirteç",
@@ -163,7 +163,7 @@
"tanınmayan #pragma",
null,
"geçici dosya %sq açılamıyor: %s2",
"geçici dosya dizininin adı çok uzun (%sq)",
null,
"işlev çağrısı içinde çok az sayıda bağımsız değişken var",
"geçersiz kayan sabit",
"%t1 türündeki bağımsız değişken %t2 türü parametre ile uyumsuz",
@@ -1134,7 +1134,7 @@
"boş bir değeri değiştirilecekler listesi tamamen atlanmalı",
"bir asm işleneni bekleniyor",
"değeri değiştirilecek bir yazmaç bekleniyor",
"'format' özniteliği bir üç nokta parametresi gerektiriyor",
"'format' özniteliği için bir üç nokta parametresi veya parametre paketi gerekir",
"ilk değiştirme bağımsız değişkeni, ilk değişken bağımsız değişken değil",
"biçim bağımsız değişken dizini, parametre sayısından daha büyük",
"biçim bağımsız değişkeni, dize türünde değil",
@@ -1505,7 +1505,7 @@
"Komut satırı hatası",
"iç hata",
"İç hata",
"-D",
null,
null,
"Hata sınırına ulaşıldı.",
"İç hata döngüsü",
@@ -1524,7 +1524,7 @@
"ara dil (7)",
"ara dil (8)",
"ara dil (9)",
"PCH",
null,
null,
null,
null,
@@ -1537,7 +1537,7 @@
"char16_t sabit değeri için geçersiz karakter",
null,
"çağrı kuralı %s tanınmıyor, şunlardan biri olmalıdır:",
"%s",
null,
null,
null,
"Sabit listesi türünün temel alınan türü bir tam sayı türü olmalıdır",
@@ -1828,7 +1828,7 @@
"'auto' işlevi, bitiş dönüş türü gerektiriyor",
"bir üye şablonu, saf bir belirticiye sahip olamaz",
"dize sabit değeri çok uzun; fazla karakterler yoksayılıyor",
"nullptr anahtar sözcüğünü denetleme seçeneği yalnızca C++ derlerken kullanılabilir",
null,
"std::nullptr_t, bool'a dönüştürüldü",
null,
null,
@@ -2711,7 +2711,7 @@
"null üye işaretçisine (veri üyesi) başvurma denemesi",
"bir void işaretçisiyle bir işlev işaretçisini karşılaştırmak standart değildir",
"meta veriler başlatılamadı",
"temelden türetilmişe dönüştürme geçersiz (tam sınıf türü: %t)",
"temelden türetilmişe dönüştürme işlemi geçersiz (gerçek türetilmiş sınıf türü %t)",
"tam %t türünün nesnesindeki %n öğesine geçersiz erişim",
"'__auto_type' öğesine burada izin verilmez",
"'__auto_type' birden fazla bildirimciye izin vermez",
@@ -2955,7 +2955,7 @@
"yıkıcının kısıtlama tanımlayıcıları, tüm oluşturuculardaki kısıtlama tanımlayıcılarının birleşimini kapsamalıdır",
"hata",
"nostdlib en az bir zorunlu kullanım gerektirir",
"error-type",
"hata türü",
null,
null,
null,
@@ -3209,7 +3209,7 @@
"sabit ifade içerisinde açık yıkıcı çağrısına izin verilmez",
"bir dizi alt simge ifadesinde parantez içine alınmış olmayan virgül işleci kullanım dışı bırakıldı",
"başlatıcı için dinamik olarak ayrılan öğelerin sayısı (%d) çok küçük",
"%s ifadesi için geçici bir işlenen kullanım dışı bırakıldı",
null,
"geçici skaler nesneye yapılan bir atamanın sonucunun kullanılması kullanım dışı bırakıldı",
"bileşik atama ifadesi için geçici bir hedef türü kullanım dışı bırakıldı",
"geçici işlev parametresi kullanım dışı bırakıldı",
@@ -3230,8 +3230,8 @@
"diğer eşleşme %t",
"burada kullanılan 'availability' özniteliği yoksayıldı",
"Bu modda, aralık tabanlı 'for' deyimindeki C++20 stili başlatıcı deyimi standart dışıdır",
"co_await yalnızca aralık tabanlı for deyimine uygulanabilir",
"aralık tabanlı 'for' döngüsündeki aralık türü çıkarsanamıyor",
"co_await yalnızca aralık tabanlı bir \"for\" deyimine uygulanabilir",
"aralık tabanlı \"for\" deyimindeki aralık türü çıkarsanamıyor",
"satır içi değişkenler bir C++17 özelliğidir",
"yok etme işleci silme işlemi birinci parametre olarak %t gerektirir",
"yok etme işleci silme, std::size_t ve std::align_val_t dışında parametrelere sahip olamaz",
@@ -3249,7 +3249,7 @@
"kavram kimliği için %T bağımsız değişkenleri değiştirilemedi",
"%T bağımsız değişkenleri için kavram false",
"burada bir requires yan tümcesine izin verilmiyor (şablonlu bir işlev değil)",
"kavram şablonu",
"kavram",
"requires yan tümcesi %nfd ile uyumsuz",
"öznitelik bekleniyordu",
null,
@@ -3272,17 +3272,17 @@
"%sq, içeri aktarılabilen bir üst bilgi değil",
"adı olmayan bir modül içeri aktarılamaz",
"modülün kendisine yönelik arabirim bağımlılığı olamaz",
"%sq modülü zaten içeri aktarılmış",
"%m zaten içeri aktarılmış",
"modül dosyası",
"%sq modülü için modül dosyası bulunamadı",
"%sq modül dosyası içeri aktarılamadı",
"%s1 bekleniyordu ancak bunun yerine %s2 bulundu",
null,
"%sq modül dosyası açılırken",
"%sq bölüm adı bilinmiyor",
"bilinmeyen bir modül dosyası",
"içeri aktarılabilir üst bilgi modülü dosyası",
"EDG modülü dosyası",
"IFC modülü dosyası",
null,
null,
null,
null,
"beklenmeyen bir modül dosyası",
"%t2 ikinci işlenenin türü, %t1 ile aynı boyutta olmalıdır",
"tür, üç yana kopyalanabilir olmalıdır",
@@ -3347,7 +3347,7 @@
"içeri aktarılacak '%s' üst bilgisi bulunamıyor",
"modül dosyası listesinde birden fazla dosya '%s' ile eşleşiyor",
"'%s' için bulunan modül dosyası farklı bir modüle yönelik",
"herhangi bir türde modül dosyası",
null,
"modül dosyası okunamıyor",
"char8_t türü geçerli seçeneklerle desteklenmediği için yerleşik işlev kullanılamıyor",
null,
@@ -3368,7 +3368,7 @@
"bu derleme hedefi için bit düzeni yorumlanamıyor",
"%sq IFC operatörüne karşılık gelen operatör yok",
"%sq IFC çağırma kuralına karşılık gelen çağırma kuralı yok",
"%sq modülü desteklenmeyen yapılar içeriyor",
"%m desteklenmeyen yapılar içeriyor",
"desteklenmeyen IFC yapısı: %sq",
"__is_signed şu andan itibaren bir anahtar sözcük değil",
"dizi boyutu sabit bir işaretsiz tamsayı değerine sahip olmalıdır",
@@ -3417,34 +3417,34 @@
"'if consteval' ve 'if not consteval' bu modda standart değil",
"lambda bildirimcisinde '()' atlanması bu modda standart değil",
"lambda parametre listesi atlandığında trailing-requires-clausea izin verilmez",
"%sq modülünün geçersiz bölümü istendi",
"%sq1 modülünün tanımsız bölümü (%sq2 olduğu düşünülüyor) istendi",
"%m geçersiz bölümü istendi",
"%m tanımsız bölümü (%sq olduğu düşünülüyor) istendi",
null,
null,
"modül %sq1 dosya konumu %u1 (%u2 göreli konum) %sq2 bölümü için istendi - bu, bölümünün sonundan taşar",
"%sq1 modülünün %u1 dosya konumu (%u2 göreli konumu) bölüm öğeleriyle yanlış hizalanan %sq2 bölümü için istekte bulundu",
"%m dosya konumu %u1 (%u2 göreli konum) %sq bölümü için istendi - bu, bölümünün sonundan taşar",
"%u1 modülünün %m dosya konumu (%u2 göreli konumu) bölüm öğeleriyle yanlış hizalanan %sq bölümü için istekte bulundu",
"%sq alt alanından (%u düğümüne göreli konum)",
"%sq bölümündeki %u1 öğesinden (%u2 dosya konumu, %u3 göreli konumu)",
"lambdalar üzerindeki öznitelikler bir C++23 özelliğidir",
"%sq tanımlayıcısı görsel olarak %p gibi görünen tanımlayıcıyla karıştırılabilir",
"bu açıklama, şüpheli Unicode biçimlendirme denetim karakterleri içeriyor",
"bu dize beklenmeyen çalışma zamanı davranışına neden olabilecek Unicode biçimlendirme denetim karakterleri içeriyor",
"%d1 modülü işlenirken %sq1 gizlenen uyarıyla karşılaşıldı",
"%d1 modülü işlenirken %sq1 gizlenen uyarıyla karşılaşıldı",
"%d1 modülü işlenirken %sq1 gizlenen hatayla karşılaşıldı",
"%d1 modülü işlenirken %sq1 gizlenen hatayla karşılaşıldı",
"%m işlenirken %u gizlenen uyarıyla karşılaşıldı",
"%m işlenirken %u gizlenen uyarıyla karşılaşıldı",
"%m işlenirken %u gizlenen hatayla karşılaşıldı",
"%m işlenirken %u gizlenen hatayla karşılaşıldı",
"dahil",
"gizlendi",
"sanal üye işlevi açık bir 'this' parametresine sahip olamaz",
"açık 'this' işlevine ait adresin alınabilmesi için tam ad gerekir",
"açık 'this' işlevine ait adresin oluşturulabilmesi için '&' operatörü gerekir",
"sabit değerli dize, esnek bir dizi üyesini başlatmak için kullanılamaz",
"%sq işlevine ait tanımın IFC gösterimi geçersiz",
null,
"parametreleri belirtmek için UniLevel IFC grafiği kullanılmadı",
"%u1 parametreleri, IFC parametre tanım grafiği tarafından, %u2 parametreleri ise IFC bildirimi tarafından belirtilir",
"%u1 parametresi, IFC parametre tanım grafiği tarafından, %u2 parametreleri ise IFC bildirimi tarafından belirtilmiştir",
"%u1 parametreleri, IFC parametre tanım grafiği tarafından, %u2 parametresi ise IFC bildirimi tarafından belirtilmiştir",
null,
null,
null,
null,
null,
"%sq işlevine ait tanımın IFC gösterimi eksik",
"işlev değiştirici, üye şablonu bildirimi için geçerli değil",
"üye seçimi çok fazla iç içe anonim tür içeriyor",
@@ -3467,7 +3467,7 @@
"tamamlanmamış sabit listesi türüne sahip bir bit alanı veya geçersiz temel türe sahip opak bir sabit listesi",
"%sq2 IFC bölümü içinde bir dizin kullanılarak %sq IFC bölümündeki bir öğe oluşturulmaya çalışıldı",
"%sq bölümü, %u2 beklendiğinde giriş boyutunu %u1 olarak belirtti",
"%sq1 modülü işlenirken beklenmeyen bir IFC gereksinimiyle karşılaşıldı",
"%m işlenirken beklenmeyen bir IFC gereksinimiyle karşılaşıldı",
"koşul, %d numaralı satırda (%s1 içinde) başarısız oldu: %sq2",
"atomik kısıtlama kendisine bağımlı",
"'noreturn' işlevi geçersiz olmayan bir dönüş türüne sahiptir",
@@ -3475,9 +3475,9 @@
"varsayılan bir şablon bağımsız değişkeni, sınıfının dışındaki bir şablon üyesinin tanımında belirtilemez",
"varlık yeniden oluşturma işlemi sırasında geçersiz %sq IFC tanımlayıcı adı ile karşılaşıldı",
null,
"%sq modülü geçersiz sıralama değeri",
"%m geçersiz sıralama değeri",
"bir IFC modülünden yüklenen bir fonksiyon şablonu hatalı bir şekilde %nd olarak ayrıştırıldı",
"%sq modülünde bir IFC varlık referansı yüklenemedi",
"%m içindeki bir IFC varlık başvurusu yüklenemedi",
"%sq bölümündeki %u1 öğesinden (%u2 dosya konumu, %u3 göreli konumu)",
"zincirli belirleyicilere, önemsiz yıkıcıya sahip bir sınıf türü için izin verilmez",
"açık bir özelleştirme bildirimi, arkadaş bildirimi olamaz",
@@ -3506,9 +3506,9 @@
null,
"esnek bir dizi üyesi için bir başlatıcıyı değerlendiremez",
"varsayılan bir bit alanı başlatıcı, bir C++20 özelliğidir",
"%sq modülündeki şablon argüman listesinde çok fazla argüman var",
"%m içindeki şablon bağımsız değişkeni listesinde çok fazla bağımsız değişken var",
"%sq öğesi %u1 tarafından temsil edilen şablon bağımsız değişkeni için algılandı (dosya konumu %u2, göreli konum %u3)",
"%sq modülündeki şablon argüman listesinde çok az argüman var",
"%m içindeki şablon bağımsız değişkeni listesinde çok az bağımsız değişken var",
"%sq öğesi %u1 tarafından temsil edilen şablon bağımsız değişken listesi işlenirken algılandı (dosya konumu %u2, göreli konum %u3)",
"%t kapsamlı sabit listesi türünden dönüştürme standart değil",
"serbest bırakma, tahsis türüyle eşleşmiyor (biri bir dizi için, diğeri değil)",
@@ -3517,8 +3517,8 @@
"__make_unsigned yalnızca bool olmayan tamsayı ve sabit listesi türleriyle uyumludur",
"%sq gerçek adı buradan sıradan bir tanımlayıcı olarak ele alınacaktır.",
"%d dizinindeki başlatılmamış alt nesneye erişim",
"IFC satır numarası (%u1), izin verilen maksimum değeri (%u2) modül %sq'den taşar",
"modül %sq1 istenen %u bölüm %sq2 ise, bu dosya konumu temsil edilebilir en büyük değeri aşıyor",
"IFC satır numarası (%u1), izin verilen maksimum değeri (%u2) %m'den taşar",
"%m, %sq bölümünün %u öğesini istedi, bu dosya konumu temsil edilebilir en büyük değeri aşıyor",
"yanlış bağımsız değişken sayısı",
"%n adayı üzerindeki kısıtlama karşılanamadı",
"%n parametresinin sayısı çağrıyla eşleşmiyor",
@@ -3551,7 +3551,7 @@
"%sq IFC dosyası işlenemiyor",
"%u1.%u2 IFC sürümü desteklenmiyor",
"%sq IFC mimarisi geçerli hedef mimariyle uyumsuz",
"%sq1 modülü, desteklenmeyen bir bölümün %u dizinini istiyor (%sq2 modülüne karşılık gelir)",
"%m, desteklenmeyen bir bölümün %u dizinini istiyor (%sq modülüne karşılık gelir)",
"%n üzerindeki %d numaralı parametre %t türünde ve tamamlanamıyor",
"%n üzerindeki %d numaralı parametre %t türünde ve tür tamamlanmamış",
"%n üzerindeki %d numaralı parametre %t türünde ve bu bir soyut tür",
@@ -3570,7 +3570,7 @@
"ifade eşleme için hatalı yansıma (%r)",
"%n zaten tanımlandı (önceki tanım %p)",
"infovec nesnesi başlatılamadı",
"value_of %t1 türü verilen yansımayla (%t2 türüne sahip varlık) uyumlu değil",
"%t1 türündeki ayıklama verilen yansımayla (%t2 türüne sahip varlık) uyumlu değil",
"aşırı yükleme kümesini yansıtmaya şu anda izin verilmiyor",
"bu iç öğe, bir şablon örneği için yansıma gerektiriyor",
"işleç için %t1 ve %t2 türleri uyumsuz",
@@ -3598,8 +3598,154 @@
"'static' lambda ifadelerinin yakalama belirtimi boş olmalıdır",
"EDG IFC üst bilgi birimi",
"EDG IFC",
"geçerli çeviri birimi için bir başlık birimi oluşturulamadı",
"mevcut çeviri birimi şu anda bir başlık birimine yazılamayan bir veya daha fazla özellik kullanıyorsa",
"geçerli çeviri birimi için bir IFC dosyası üretilemedi",
"bir veya daha fazla varlık şu anda bir IFC dosyasına yazılamıyor",
"'explicit(bool)' bir C++20 özelliğidir",
"%sq dosyasına başvuran modül dosyası eşlemesi için bir modül adı belirtilmelidir"
"ilk bağımsız değişken tamsayıyı, enum'u veya desteklenen kayan noktayı gösteren bir işaretçi olmalıdır",
"C++ modülleri birden çok çeviri birimi derlenirken kullanılamaz",
"C++ modülleri, C++11 öncesi 'export' özelliğiyle kullanılamaz",
"%sq IFC belirteci desteklenmiyor",
"'pass_object_size' özniteliği yalnızca işlev bildirimlerinin parametrelerinde geçerlidir",
"%sq %d1 özniteliğinin bağımsız değişkeni 0 ile %d2 arasında bir değer olmalıdır",
"buradaki ref-qualifier yoksayıldı",
"%t NEON vektör öğesi türü geçersiz",
"%t NEON çoklu vektör öğesi türü geçersiz",
"%t ölçeklenebilir vektör öğesi türü geçersiz",
"Ölçeklenebilir vektör türü için geçersiz tanımlama grubu öğesi sayısı",
"bir NEON vektörü veya çoklu vektörü 64 veya 128 bit genişliğinde olmalıdır",
"%t boyutsuz türüne izin verilmiyor",
"boyutsuz %t türündeki bir nesne değerle başlatılamaz",
"%u kapsamının bir parçası olarak beklenmeyen null bildirim dizini bulundu",
"%sq dosyasına başvuran modül dosyası eşlemesi için bir modül adı belirtilmelidir",
"IFC disk bölümünde %sq düğümü beklenirken null dizin değeri alındı",
"%nd, %t türüne sahip olamaz",
"ref niteleyicisi bu modda standart dışı",
"Bu modda, aralık tabanlı 'for' deyimi standart dışıdır",
"'auto' tür belirticisi bu modda standart dışı",
"dosya bozulması nedeniyle %sq modül dosyası içeri aktarılamadı",
"IFC",
"üye bildiriminden sonra eklenen gereksiz belirteçler",
"hatalı ekleme kapsamı (%r)",
"std::string_view türünde bir değer bekleniyordu ancak %t alındı",
"deyimden sonra eklenen gereksiz belirteçler",
"bildirimden sonra eklenen gereksiz belirteçler",
"tanımlama grubu dizin değeri (%d) taşması",
">> output from std::meta::__report_tokens",
">> end output from std::meta::__report_tokens",
"parametre değişkenleri olan bir bağlamda değil",
"tırnak işaretli bir kaçış dizisi en az bir karakter içermelidir",
"tırnak işaretli kaçış dizisi sonlandırılmamış",
"sabit, bir yerel değişken adresi içeriyor",
"yapılandırılmış bir bağlama, 'consteval' olarak bildirilemez",
"%nd içeri aktarılan bildirimini içeren %no çatışma",
"belirtilen karakter türünde karakter gösterilemez",
"'using' öznitelik öneki bağlamında ek açıklama bulunamaz",
"%t ek açıklama türü bir sabit tür değil",
"'ext_vector_type' özniteliği yalnızca bool, tamsayı veya kayan nokta türleri için geçerlidir",
"aynı birleşimde birden fazla belirleyiciye izin verilmez",
"test iletisi",
"'--ms_c++23' kullanabilmek için öykünülen Microsoft sürümü en az 1943 olmalıdır",
"mevcut çalışma dizini geçersiz: %s",
"constexpr işlevi içindeki 'cleanup' özniteliği şu anda desteklenmiyor",
"'assume' özniteliği yalnızca null deyime uygulanabilir",
"varsayım başarısız oldu",
"değişken şablonları bir C++14 özelliğidir",
"'pass_object_size' özniteliğiyle bildirilen parametreye sahip bir işlevin adresi alınamaz",
"tüm bağımsız değişkenler aynı türe sahip olmalıdır",
"son karşılaştırma %s1 %s2 %s3 idi",
"%sq özniteliği için çok fazla bağımsız değişken var",
"mantissa dizesi geçerli bir sayı içermiyor",
"sabit değerlendirme sırasında kayan nokta hatası",
"kopyalama/taşıma benzeri işlem için %n oluşturucusunu devralma yoksayıldı",
"%s dosyasının boyutu belirlenemiyor",
"%s okunamıyor",
"ekle",
"tanınmayan parametre adı",
"parametre birden fazla kez belirtildi",
"__has_embed, #if dışında görünemez.",
"LC_NUMERIC yerel ayarı C olarak ayarlanamadı.",
"elifdef ve elifndef bu modda etkin değildir ve atlanan metinde yok sayılır.",
"Bu bağlamda bir takma ad bildirimi standart değildir.",
"Hedef ABI, statik olmayan üyeleri, C++23 ve sonraki sürümlerde standart olmayan, bildirim sırasına uymayan bir sırayla tahsis edebilir.",
"EDG IFC modülü arabirim ünitesi",
"EDG IFC modül bölme ünitesi",
"modül arabirimi dosyası oluşturulmadıkça, modül bildirimi bu çeviri biriminden dışa aktarılamaz",
"modül arabirim dosyası oluşturmak için modül bildirimi bu çeviri biriminden dışa aktarılmalıdır",
"modül dosyası oluşturulması istendi, ancak çeviri biriminde hiçbir modül bildirilmedi",
"%n başarısız kısıtlama için %T ile değiştirme",
"%n %T için karşılanmadı",
"#embed genişlemesi, %t türündeki bir varlığı başlatmak için çok uzun",
"'tanımlanmış' işleci burada kullanılamaz",
"%n, bir %t üyesi değil",
"#embed verilerinde imzalı karaktere dönüştürmeyi daraltma",
"'bool vektörü' türleri için işlem izinli değil",
"nesne sabit değerlendirme için çok büyük",
"kendine referans veren geçici nesne",
"Bu bağlamda bir lambda, yerel bir değişkene veya init-capture'a atıfta bulunamaz.",
"lambda parametresi açık yakalamayı gizleyemez",
"lambda şablon parametresi açık yakalamayı gizleyemez",
"Bu çeviri birimini işlemek için yeterli adres alanı yok",
"<belirlenmemiş tür>",
"<belirlenmemiş sabit>",
"<belirlenmemiş şablon>",
"%s'in yapılandırılmış boyutu, belirtilen mantissa + üs bit sayısı için çok küçük",
"ifade",
"<ifade>",
"adsız",
"<adsız>",
"<error-type>",
"<unknown-type>",
"<bir şey>",
"<null-type>",
"<no-init>",
"<zero-init>",
"bitwise kopyası: ",
"<bitwise-copy>",
"ctor ile sınıf sonucu: ",
"<constructor-call>",
"<NULL ifadesi>",
"<hata>",
"<NULL rutini>",
"<varsayılan>",
"parametre #",
" (bir üst düzey)",
" düzey yukarı",
"dynamic-init: ",
"<error-constant>",
"stack-offset-of:",
"<örtük öğe> ",
" tekrarları ",
"tamsayı",
"sabit listesi",
"kapsamlı sabit listesi",
"aritmetik",
"bool olmayan aritmetik",
"işaretçi",
"nullptr türü",
"tanıtıcı",
"handle-to-CLI-array",
"pointer-to-object",
"pointer-to-function",
"pointer-to-member",
"bool",
"bool-equivalent",
"sınıf",
"artış ifadesine geçici bir işlenen kullanılması kullanım dışıdır",
"azaltma ifadesine geçici bir işlenen kullanılması kullanım dışıdır",
"%n daha önce belirsiz özniteliği olmadan bildirilmiş",
"%t için varsayılan oluşturucu açıkça belirtilmiştir",
"%m içinde %n tanımı yüklenemedi",
"%m içindeki %n için başlatıcı yüklenemedi",
"bağlantı amacıyla typedef adı olan bir sınıfın temel sınıfı olamaz",
"bağlantı amacıyla typedef adına sahip bir sınıfın üye işlevi olamaz",
"bağlantı amacıyla typedef adına sahip bir sınıf, sabit listesi türü veya kapatma olmayan sınıf türü dışında iç içe türe sahip olamaz",
"bağlantı amacıyla typedef adına sahip bir sınıf lambda ifadesi içeremez",
"bağlantı amacıyla typedef adı olan bir sınıf, varsayılan üye başlatıcısı olan statik olmayan veri üyesine sahip olamaz",
"isimsiz bir sınıfta statik veri üyesi bildirimi kullanılamaz",
"başlatıcı sonucu bir dllimport değişkenini adresler",
"'no_specializations' özniteliğine sahip şablon özelleştirilemez",
"'static' burada standart dışıdır",
"%nd daha önce açık bir sabit liste tabanı olmadan tanımlanmıştı",
"eksik 'typename' burada standart dışı",
"kısaltılmış işlev şablonu sözdizimi çıkarsama kılavuzları için standart değil"
]
+192 -46
View File
@@ -3,7 +3,7 @@
"文件的最后一行结束,没有新行",
"文件的最后一行以反斜杠结束",
"#include 文件 %sq 包含自身",
"内存不足",
"内存不足。请考虑启用 64 位 IntelliSense 引擎并在设置中增加 IntelliSense 内存限制。",
null,
"文件结尾的注释未闭合",
"无法识别的标记",
@@ -163,7 +163,7 @@
"无法识别的 #pragma",
null,
"未能打开临时文件 %sq: %s2",
"临时文件的目录名称太长(%sq)",
null,
"函数调用中的参数太少",
"浮点常量无效",
"%t1 类型的实参与 %t2 类型的形参不兼容",
@@ -1134,7 +1134,7 @@
"必须完全省略空的强制改写列表",
"应指定 asm 操作数",
"应指定要强制改写的寄存器",
"format”特性需要省略号参数",
"\"format\" 属性需要省略号参数或参数包",
"第一个替换参数不是第一个可变参数",
"格式实参索引大于形参数目",
"格式参数不是字符串类型",
@@ -1505,7 +1505,7 @@
"命令行错误",
"内部错误",
"内部错误",
"-D",
null,
null,
"达到错误限制。",
"内部错误循环",
@@ -1524,7 +1524,7 @@
"中间语言(7)",
"中间语言(8)",
"中间语言(9)",
"PCH",
null,
null,
null,
null,
@@ -1537,7 +1537,7 @@
"char16_t 文本的无效字符",
null,
"无法识别的调用约定 %s,必须为以下内容之一:",
"%s",
null,
null,
null,
"枚举类型的基础类型必须是整型",
@@ -1828,7 +1828,7 @@
"“auto”函数需要尾随的返回类型",
"成员模板不能具有纯说明符",
"字符串太长 -- 已忽略多余的字符",
"用于控制 nullptr 关键字的选项只能在编译 C++ 时使用",
null,
"std::nullptr_t 已转换为 bool",
null,
null,
@@ -2711,7 +2711,7 @@
"尝试取消引用指向成员的空指针(数据成员)",
"比较指向 void 和指向函数的指针是非标准的",
"元数据初始化失败",
"从基类到派生类的转换无效(完整的类类型是 %t)",
"从基类到派生类的转换无效(实际派生类类型是 %t)",
"对完整类型 %t 的对象中的 %n 的访问无效",
"此处禁止使用 \"__auto_type\"",
"\"__auto_type\" 不允许多个声明符",
@@ -2955,7 +2955,7 @@
"析构函数的限制说明符必须包含所有构造函数的限制说明符的联合部分",
"错误",
"nostdlib 要求至少使用一个强制 using",
"error-type",
"错误类型",
null,
null,
null,
@@ -3209,7 +3209,7 @@
"常数表达式中不允许使用显式析构函数调用",
"数组下标表达式中未带圆括号的逗号运算符已弃用",
"对于初始化表达式,动态分配的元素数(%d)太小",
"%s 表达式的可变操作数已弃用",
null,
"不建议使用易失标量对象的赋值结果",
"复合赋值表达式的易失目标类型已弃用",
"易失函数参数已弃用",
@@ -3230,8 +3230,8 @@
"另一匹配是 %t",
"已忽略此处使用的 \"availability\" 属性",
"在基于范围的 \"for\" 语句中,C++20 样式的初始化表达式语句在此模式下不是标准的",
"co_await 只能应用基于范围的 for 语句",
"无法在基于范围的 \"for\" 循环中推断范围类型",
"co_await 只能应用基于范围的 'for' 语句",
"无法在基于范围的 'for' 语句中推断范围类型",
"内联变量是 C++17 功能",
"销毁运算符 delete 需要 %t 作为第一个参数",
"销毁运算符 delete 不能具有 std::size_t 和 std::align_val_t 以外的参数",
@@ -3249,7 +3249,7 @@
"concept-id 的参数 %T 替换失败",
"参数 %T 的概念为 false",
"此处不允许使用 requires 子句(不是模板化函数)",
"概念模板",
"概念",
"requires 子句与 %nfd 不兼容",
"预期特性",
null,
@@ -3272,17 +3272,17 @@
"%sq 不是可导入标头",
"不能导入没有名称的模块",
"模块不能与自身有接口依赖关系",
"已导入模块 %sq",
"%m 已导入",
"模块文件",
"找不到模块 %sq 的模块文件",
"无法导入模块文件 %sq",
"预期 %s1,但找到 %s2",
null,
"打开模块文件 %sq 时",
"未知的分区名称 %sq",
"未知模块文件",
"可导入标头模块文件",
"EDG 模块文件",
"IFC 模块文件",
null,
null,
null,
null,
"意外的模块文件",
"第二个操作数的类型 %t2 必须与 %t1 大小相同",
"类型必须可轻松复制",
@@ -3347,7 +3347,7 @@
"找不到要导入的标头“%s”",
"模块文件列表中有多个文件与“%s”匹配",
"为“%s”找到的模块文件用于其他模块",
"任何类型的模块文件",
null,
"无法读取模块文件",
"内置函数不可用,因为当前选项不支持 char8_t 类型",
null,
@@ -3368,7 +3368,7 @@
"无法解释此编译目标的位布局",
"IFC 运算符 %sq 没有对应的运算符",
"IFC 调用约定 %sq 没有相应的调用约定",
"模块 %sq 包含不受支持的构造",
"%m 包含不受支持的构造",
"不支持的 IFC 构造: %sq",
"__is_signed 不再是从此点开始的关键字",
"数组维度必须具有常量无符号整数值",
@@ -3417,34 +3417,34 @@
"在此模式下,'if consteval' 和 'if not consteval' 不标准",
"在此模式下,在 lambda 声明符中省略 '()' 为不标准操作",
"当省略 lambda 参数列表时,不允许使用尾随 Requires 子句",
"已请求模块 %sq 无效分区",
"已请求模块 %sq1 未定义分区(被认为是 %sq2)",
"已请求 %m 个无效分区",
"已请求 %m 个未定义分区(被认为是 %sq)",
null,
null,
"已请求模块 %sq1 文件位置 %u1 (相对位置 %u2),针对分区 %sq2 请求 - 溢出其分区的末尾",
"已请求模块 %sq1 文件位置 %u1 (相对位置 %u2),针对分区 %sq2 - 与其分区元素不一致",
"为分区 %sq 请求了 %m 文件位置 %u1 (相对位置 %u2) - 溢出其分区的末尾",
"为分区 %sq 请求了 %m 文件位置 %u1 (相对位置 %u2) - 与其分区元素不一致",
"从子域 %sq (相对于节点 %u 的位置)",
"来自分区 %sq 元素 %u1(文件位置 %u2,相对位置 %u3)",
"Lambda 上的特性是一项 C++23 功能",
"标识符 %sq 可能与显示 %p 的视觉上相似的标识符混淆",
"此注释包含可疑的 Unicode 格式控制字符",
"此字符串包含可能导致意外运行时行为的 Unicode 格式控制字符",
"遇到 %d1抑制警告(处理模块 %sq1 时)",
"遇到 %d1抑制警告(处理模块 %sq1 时)",
"遇到 %d1 条已抑制错误(处理模块 %sq1 时)",
"遇到 %d1 条已抑制错误(处理模块 %sq1 时)",
"处理 %m 时遇到 %u 条抑制警告",
"处理 %m 时遇到 %u 条抑制警告",
"处理 %m 时遇到 %u 个抑制错误",
"处理 %m 时遇到 %u 个抑制错误",
"包括",
"已抑制",
"虚拟成员函数不能具有显式 'this' 参数",
"获取显式 'this' 函数的地址需要限定名称",
"形成显式 'this' 函数的地址需要 '&' 运算符",
"字符串文本无法用于初始化灵活数组成员",
"函数 %sq 定义的 IFC 表示形式无效",
null,
"未将 UniLevel IFC 图表用于指定参数",
"%u1 参数由 IFC 参数定义图表指定,而 %u2 参数由 IFC 声明指定",
"%u1 参数由 IFC 参数定义图表指定,而 %u2 参数由 IFC 声明指定",
"%u1 参数由 IFC 参数定义图表指定,而 %u2 参数由 IFC 声明指定",
null,
null,
null,
null,
null,
"缺少函数 %sq 定义的 IFC 表示形式",
"函数修饰符不适用于成员模板声明",
"成员选择涉及太多嵌套的匿名类型",
@@ -3467,7 +3467,7 @@
"具有不完整枚举类型的位字段或具有无效基类型的不透明枚举",
"已尝试使用索引将一个元素从 IFC 分区 %sq 构造到 IFC 分区 %sq2",
"分区 %sq 将其条目大小指定为 %u1,正确的大小为 %u2",
"处理模块 %sq1 时遇到意外的 IFC 要求",
"处理 %m 时遇到意外的 IFC 要求",
"条件失败,行 %d%s1: %sq2",
"原子约束依赖于自身",
"“noreturn”函数具有非 void 返回类型",
@@ -3475,9 +3475,9 @@
"不能在成员模板类之外的成员模板定义上指定默认模板参数",
"实体重建期间遇到了无效的 IFC 标识符名称 %sq",
null,
"模块 %sq 排序值无效",
"%m 无效的排序值",
"从 IFC 模块加载的函数模板被错误地分析为 %nd",
"未能在模块 %sq 中加载 IFC 实体引用",
"未能在 %m 中加载 IFC 实体引用",
"来自分区 %sq 元素 %u1(文件位置 %u2,相对位置 %u3)",
"对于具有非平凡析构函数的类的类型,不允许使用链式指示符",
"显式专用化声明不能是友元声明",
@@ -3506,9 +3506,9 @@
null,
"无法计算灵活数组成员的初始值设定项",
"默认位字段初始化表达式是 C++20 的特性。",
"模块 %sq 的模板参数列表中的参数太多",
"%m 中的模板参数列表中的参数太多",
"检测到由 %sq 元素 %u1 表示的模板参数(文件位置 %u2,相对位置 %u3)",
"模块 %sq 的模板参数列表中的参数太少",
"%m 中的模板参数列表中的参数太少",
"在处理由 %sq 元素 %u1 表示的模板参数列表时检测到(文件位置 %u2,相对位置 %u3)",
"从作用域内枚举类型 %t 转换为非标准",
"解除分配与分配类型不匹配(一种用于数组,另一种不匹配)",
@@ -3517,8 +3517,8 @@
"__make_unsigned 仅与非布尔整数和枚举类型兼容",
"内部名称 %sq 将从此处视为普通标识符",
"访问索引为 %d 的未初始化的子对象",
"IFC 行号 (%u1) 溢出允许的最大值 (%u2) 模块 %sq",
"模块 %sq1 请求了元素 %u (分区 %sq2),此文件位置超出了最大可表示值",
"IFC 行号(%u1)溢出允许的最大值(%u2) %m",
"%m 请求了分区 %sq 的元素 %u,此文件位置超出了最大可表示值",
"参数数目不正确。",
"未满足对候选项 %n 的约束",
"%n 的参数数目与调用不匹配",
@@ -3551,7 +3551,7 @@
"无法处理 IFC 文件 %sq",
"不支持 IFC 版本 %u1.%u2",
"IFC 体系结构 %sq 与当前目标体系结构不兼容",
"模块 %sq1 请求索引 %u,它是对应于 %sq2 的不支持分区的索引",
"%m 请求对应于 %sq 的不支持分区的索引 %u",
"%n 的参数编号 %d 具有无法完成的类型 %t",
"%n 的参数编号 %d 具有未完成的类型 %t",
"%n 的参数编号 %d 具有抽象类型 %t",
@@ -3570,7 +3570,7 @@
"表达式拼接的错误反射(%r)",
"已定义 %n (之前的定义 %p)",
"infovec 对象未初始化",
"value_of 类型 %t1 与给定的反射(类型为 %t2 的实体)不兼容",
"类型 %t1 的提取与给定的反射(类型为 %t2 的实体)不兼容",
"当前不允许反射重载集",
"此内部函数需要模板实例的反射",
"运算符的类型 %t1 和 %t2 不兼容",
@@ -3598,8 +3598,154 @@
"\"static\" Lambda 表达式必须具有空的捕获规范",
"EDG IFC 标头单元",
"EDG IFC",
"无法为当前翻译单元创建标头单元",
"当前翻译单元使用当前无法写入标头单元的一个或多个功能",
"无法为当前翻译单元生成 IFC 文件",
"一个或多个实体当前无法写入 IFC 文件",
"“explicit(bool)” 是 C++20 功能",
"必须为引用文件 %sq 的模块文件映射指定模块名称"
"第一个参数必须是指向整数、enum 或支持的浮点类型的指针",
"编译多个翻译单元时无法使用 C++ 模块",
"C++ 模块不能与 C++11 之前的 'export' 功能一起使用",
"不支持 IFC 令牌 %sq",
"'pass_object_size' 属性仅对函数声明的参数有效",
"%sq 属性 %d1 的参数必须介于 0 和 %d2 之间",
"此处的 ref-qualifier 被忽略",
"NEON 向量元素类型 %t 无效",
"NEON 多项式向量元素类型 %t 无效",
"可缩放矢量元素类型 %t 无效",
"可缩放向量类型的元组元素数量无效",
"NEON 向量或多项式向量的宽度必须为 64 位或 128 位",
"不允许使用无大小类型 %t",
"无大小类型 %t 的对象不能进行值初始化",
"在范围 %u 中找到意外的 null 声明索引",
"必须为引用文件 %sq 的模块文件映射指定模块名称",
"在应为 IFC 分区 %sq 中节点的位置收到了 null 索引值",
"%nd 不能具有类型 %t",
"在此模式下,ref 限定符是非标准的",
"在此模式下,基于范围的 \"for\" 语句是非标准语句",
"在此模式下,作为类型标识符的 ‘auto’ 是非标准的",
"由于文件损坏,无法导入模块文件 %sq",
"IFC",
"在成员声明后注入了无关标记",
"注入范围错误(%r)",
"应为类型为 std::string_view 的值,但收到了 %t",
"在语句后注入了无关标记",
"在声明后注入了无关标记",
"元组索引值(%d)溢出",
">> 来自 std::meta::__report_tokens 的输出",
">> 结束来自 std::meta::__report_tokens 的输出",
"不在具有参数变量的上下文中",
"带分隔符的转义序列必须至少包含一个字符",
"未终止的带分隔符的转义序列",
"常量包含局部变量的地址",
"结构化绑定无法声明为 \"consteval\"",
"%no 与导入的声明 %nd 冲突",
"字符不能以指定的字符类型表示",
"批注不能出现在 'using' 特性前缀的上下文中",
"批注的类型 %t 不是文本类型",
"\"ext_vector_type\" 属性仅适用于布尔值、整数或浮点类型",
"不允许多个指示符进入同一联合",
"测试消息",
"正在模拟的 Microsoft 版本必须至少为 1943 才能使用“--ms_c++23”",
"当前工作目录无效: %s",
"constexpr 函数中的 'cleanup' 属性当前不受支持",
"'assume' 属性只能应用于 null 语句",
"假设失败",
"变量模板是一项 C++14 功能",
"无法获取使用 'pass_object_size' 属性声明的参数的函数地址",
"所有参数的类型必须相同",
"最终比较为 %s1 %s2 %s3",
"属性 %sq 的参数太多",
"mantissa 字符串不包含有效的数字",
"常量计算期间出现浮点错误",
"对于复制/移动类操作,已忽略继承构造函数 %n",
"无法确定文件 %s 的大小",
"无法读取 %s",
"嵌入",
"无法识别的参数名称",
"多次指定参数",
"__has_embed 不能出现在 #if 外部",
"无法将 LC_NUMERIC 区域设置设为 C",
"elifdef 和 elifndef 在此模式下未启用,并且在跳过的文本中将被忽略",
"别名声明在此上下文中是非标准的",
"目标 ABI 可以按与其声明顺序不匹配的顺序分配非静态成员,这在 C++23 及更高版本中是非标准的",
"EDG IFC 模块接口单元",
"EDG IFC 模块分区单元",
"除非创建模块接口文件,否则无法从此翻译单元导出模块声明",
"模块声明必须从此翻译单元导出,以创建模块接口文件",
"已请求生成模块文件,但在翻译单元中未声明任何模块",
"将 %T 替换为 %n 时违反了约束条件",
"%T 未满足%n。",
"#embed 扩展过长,无法初始化类型为 %t 的实体",
"此处不允许使用 \"defined\" 运算符",
"%n 不是 %t 的成员",
"#embed 数据中向有符号字符的收缩转换",
"\"vector of bool\" 类型不允许使用该运算符",
"对象过大,无法进行常量求值",
"自引用的临时对象",
"lambda 不能在此上下文中引用局部变量或初始化捕获",
"lambda 参数不能隐藏显式捕获",
"lambda 模板参数不能隐藏显式捕获",
"地址空间不足,无法处理此翻译单元",
"<未确定的类型>",
"<未确定的常量>",
"<未确定的模板>",
"%s 的配置大小对于指定的尾数 + 指数数位来说过小",
"表达式",
"<表达式>",
"未命名",
"<未命名>",
"<错误类型>",
"<未知类型>",
"<其他>",
"<null 类型>",
"<未初始化>",
"<零初始化>",
"按位复制:",
"<按位复制>",
"通过构造函数得到的类结果:",
"<构造函数调用>",
"<NULL 表达式>",
"<错误>",
"<NULL 例程>",
"<默认>",
"参数 #",
" (向上一级)",
" 提升级别",
"动态初始化:",
"<错误常量>",
"堆栈偏移量:",
"隐式元素 ",
" 重复次数 ",
"整数",
"枚举",
"范围内的枚举",
"算术",
"非布尔算术",
"指针",
"nullptr 类型",
"句柄",
"CLI 数组的句柄",
"指向对象的指针",
"指向函数的指针",
"指向成员的指针",
"布尔型",
"布尔等效",
"类",
"增量表达式的可变操作数已弃用",
"减量表达式的可变操作数已弃用",
"之前声明 %n 时未使用 \"indeterminate\" 属性",
"%t 的默认构造函数不是显式的",
"未能在 %m 中加载 %n 的定义",
"无法在 %m 中加载 %n 的初始值设定项",
"为链接目的使用 typedef 名称的类不能具有基类",
"为链接目的使用 typedef 名称的类不能具有成员函数",
"为链接目的使用 typedef 名称的类不能具有嵌套类型,除非是枚举类型或非闭包类类型",
"为链接目的使用 typedef 名称的类不能包含 lambda 表达式",
"为链接目的使用 typedef 名称的类不能具有带默认成员初始值设定项的非静态数据成员",
"未命名类中不允许静态数据成员声明",
"初始值设定项结果指向一个 dllimport 变量",
"带有 \"no_specializations\" 属性的模板不能被专用化",
"此处使用 \"static\" 不符合标准",
"之前声明 %nd 时未指定显式枚举基类型",
"此处缺少 'typename' 属于非标准用法",
"缩写函数模板语法对于推导指南是不标准的"
]
+193 -47
View File
@@ -3,7 +3,7 @@
"檔案的最後一行不以新行字元結尾",
"檔案的最後一行以反斜線結尾",
"#include 檔案 %sq 包含本身",
"記憶體不足",
"記憶體不足。請考慮啟用 64 位元 IntelliSense 引擎,並在設定中增加 IntelliSense 記憶體限制。",
null,
"檔案結尾處有未封閉的註解",
"無法辨認的語彙基元",
@@ -163,7 +163,7 @@
"無法辨認的 #pragma",
null,
"無法開啟暫存檔 %sq: %s2",
"暫存檔的目錄名稱太長 (%sq)",
null,
"函式呼叫中的引數太少",
"無效的浮點常數",
"類型 %t1 的引數與類型 %t2 的參數不相容",
@@ -1134,7 +1134,7 @@
"必須完全省略空的記憶體區域清單",
"必須是 asm 運算元",
"必須是要記憶體區域的暫存器",
"'format' 屬性需要有省略符號參數",
"'format' 屬性需要有省略符號參數或參數套件",
"第一個替換引數不是第一個變數引數",
"格式引數索引大於參數的數目",
"格式引數沒有字串類型",
@@ -1505,7 +1505,7 @@
"命令列錯誤",
"內部錯誤",
"內部錯誤",
"-D",
null,
null,
"已達錯誤限制。",
"內部錯誤迴圈",
@@ -1524,7 +1524,7 @@
"中繼語言 (7)",
"中繼語言 (8)",
"中繼語言 (9)",
"PCH",
null,
null,
null,
null,
@@ -1537,7 +1537,7 @@
"char16_t literal 的字元無效",
null,
"無法辨認的呼叫慣例 %s,必須是下列其中一個: ",
"%s",
null,
null,
null,
"列舉類型的基礎類型必須是整數類型",
@@ -1828,7 +1828,7 @@
"'auto' 函式需要有尾端傳回類型",
"成員樣板不能有純虛擬函式規範",
"字串常值太長 -- 已忽略額外的字元",
"控制 nullptr 關鍵字的選項只有在編譯 C++ 時才能使用",
null,
"std::nullptr_t 已轉換成布林",
null,
null,
@@ -2711,7 +2711,7 @@
"嘗試為 null 成員指標 (資料成員) 取值",
"正在比較要作廢的指標與指向非標準函式的指標",
"中繼資料初始化失敗",
"從基底到衍生的轉換無效 (完整類別類型是 %t)",
"從基底到衍生的轉換無效 (實際衍生類別類型是 %t)",
"對完整類型 %t 物件中 %n 的存取無效",
"此處不允許 '__auto_type'",
"'__auto_type' 不允許多個宣告子",
@@ -2955,7 +2955,7 @@
"解構函式的限制規範必須涵蓋所有建構函式的限制規範聯集",
"error",
"nostdlib 至少需要一個強制 Using",
"error-type",
"錯誤類型",
null,
null,
null,
@@ -3209,7 +3209,7 @@
"常數運算式中不允許使用明確的解構函式呼叫",
"陣列下標運算式中未在小括號內的逗號運算子已淘汰",
"動態配置的元素數目 (%d) 對初始設定式而言太小",
"%s 運算式的揮發性運算元已淘汰",
null,
"使用揮發性純量物件指派結果的用法已淘汰",
"複合指派運算式的揮發性目的地類型已淘汰",
"揮發性函式參數已淘汰",
@@ -3230,8 +3230,8 @@
"另一個相符項目為 %t",
"已忽略此處使用的 'availability' 屬性",
"範圍架構 'for' 陳述式中的 C++20 樣式初始設定式陳述式在此模式中不是標準用法",
"co_await 只能套用至範圍架構 for 陳述式",
"無法推算範圍架構 'for' 迴圈中的範圍類型",
"co_await 只能套用至範圍架構 'for' 陳述式",
"無法推算範圍架構 'for' 陳述式中的範圍類型",
"內嵌變數為 C++17 功能",
"終結運算子 Delete 需要 %t 作為第一個參數",
"終結運算子 Delete 不能有除了 std::size_t 與 std::align_val_t 的參數",
@@ -3249,7 +3249,7 @@
"概念識別碼的引數 %T 替代失敗",
"引數 %T 的概念為 False",
"此處不允許使用 requires 子句 (非樣板化函式)",
"概念範本",
"概念",
"requires 子句與 %nfd 不相容",
"必須是屬性",
null,
@@ -3272,17 +3272,17 @@
"%sq 不是可匯入的標頭",
"無法匯入沒有名稱的模組",
"模組本身不能具有介面相依性",
"已匯入模組 %sq",
"%m 已匯入",
"模組檔案",
"找不到模組 %sq 的模組檔案",
"無法匯入模組檔案 %sq",
"必須為 %s1,但找到 %s2",
null,
"在開啟模組檔案 %sq 時",
"未知的分割名稱 %sq",
"未知的模組檔案",
"可匯入的標頭模組檔案",
"EDG 模組檔案",
"IFC 模組檔案",
null,
null,
null,
null,
"未預期的模組檔案",
"第二個運算元 %t2 的類型必須與 %t1 的大小相同",
"類型必須可以原樣複製",
@@ -3347,7 +3347,7 @@
"找不到要匯入的標頭 '%s'",
"模組檔案清單中有多個檔案與 '%s' 相符",
"為 '%s' 找到的模組檔案會用於其他模組",
"任何類型的模組檔案",
null,
"無法讀取模組檔案",
"因為目前的選項不支援 char8_t 類型,所以無法使用內建函式",
null,
@@ -3368,7 +3368,7 @@
"無法解譯此編譯目標的位元配置",
"IFC 運算子 %sq 沒有任何相對應的運算子",
"IFC 呼叫慣例 %sq 沒有任何相對應的呼叫慣例",
"模組 %sq 包含不支援的建構",
"%m 包含不支援的建構",
"不支援的 IFC 建構: %sq",
"__is_signed 從現在起已不再是關鍵字",
"陣列維度必須要有不帶正負號的常數整數值",
@@ -3417,35 +3417,35 @@
"在此模式中,'if consteval' 和 'if not consteval' 不是標準",
"在此模式中,在 Lambda 宣告子中省略 '()' 並非標準",
"省略 Lambda 參數清單時,不允許後置 Requires 子句",
"模組 %sq 要求的分割區無效",
"模組 %sq1 已要求未定義的分割區 (相信是 %sq)",
"已要求 %m 無效的分割區",
"已要求 %m 未定義的分割區 (可能是 %sq)",
null,
null,
"模組 %sq1 檔案位置 %u1 (相對位置 %u2) 要求分割區 %sq2 - 溢出其分割區的結尾",
"模組 %sq1 檔案位置 %u1 (相對位置 %u2) 要求分割區 %sq2 - 與其分割區元素對齊錯誤",
"%m 檔案位置 %u1 (相對位置 %u2) 要求分割區 %sq - 溢出其分割區的結尾",
"%m 檔案位置 %u1 (相對位置 %u2) 要求分割區 %sq - 與其分割區元素對齊",
"從 subfield %sq (節點 %u 的相對位置)",
"從分割區 %sq 元素 %u1 (檔案位置 %u2,相對位置 %u3)",
"lambda 上的屬性是 C++23 功能",
"識別碼 %sq 可能會與 %p 上視覺類似的識別碼混淆",
"此註解包含可疑的 Unicode 格式化控制字元",
"此字串包含 Unicode 格式化控制字元,可能會導致非預期的執行時間行為",
"%d1 抑制警告在處理模組 %sq1 時發生",
"%d1 抑制警告在處理模組 %sq1 時發生",
"%d1 抑制錯誤在處理模組 %sq1 時發生",
"%d1 抑制錯誤在處理模組 %sq1 時發生",
"處理 %m 時遇到 %u 個抑制警告",
"處理 %m 時遇到 %u 個抑制警告",
"處理 %m 時遇到 %u 個抑制錯誤",
"處理 %m 時遇到 %u 個抑制錯誤",
"包括",
"抑制",
"虛擬成員函式不能有明確的 'this' 參數",
"取得明確 'this' 函數的位址需要限定名稱",
"形成明確 'this' 函數的位址需要 '&' 運算子",
"字串常值不能用來初始化彈性陣列成員",
"函數 %sq 定義的 IFC 表示法無效",
null,
"UniLevel IFC 圖表未用來指定參數",
"IFC 參數定義圖表指定了 %u1 個參數,而 IFC 宣告則指定了 %u2 個參數",
"IFC 參數定義圖表指定了 %u1 個參數,而 IFC 宣告則指定了 %u2 個參數",
"IFC 參數定義圖表指定了 %u1 個參數,而 IFC 宣告則指定了 %u2 個參數",
"遺漏函數 %sq 定義的 IFC 標記法",
null,
null,
null,
null,
null,
"遺漏函式 %sq 定義的 IFC 標記法",
"函數修飾詞不適用於成員範本宣告",
"成員選取涉及太多巢狀匿名型別",
"運算元之間沒有通用類型",
@@ -3467,7 +3467,7 @@
"具有不完整列舉類型的位欄位,或具有無效基底類型的不透明列舉",
"已嘗試使用索引從 IFC 磁碟分割 %sq2 將元素建構到 IFC 磁碟分割 %sq",
"磁碟分割 %sq 將其項目大小指定為 %u1,但預期為 %u2",
"處理模組 %sq1 時發現未預期的 IFC 需求",
"處理 %m 時遇到未預期的 IFC 需求",
"第 %d 行 (在 %s1 中) 條件失敗: %sq2",
"不可部分完成限制式依賴其本身",
"'noreturn' 函數具有非 void 的返回類型",
@@ -3475,9 +3475,9 @@
"無法在其類別外的成員範本定義上指定預設範本引數",
"實體重建期間發現無效 IFC 識別碼名稱 %sq",
null,
"模組 %sq 無效排序值",
"%m 無效排序值",
"從 IFC 模組載入的函數範本不正確地剖析為 %nd",
"無法在模組 %sq 中載入 IFC 實體參考",
"無法在 %m 中載入 IFC 實體參考",
"從分割區 %sq 元素 %u1 (檔案位置 %u2,相對位置 %u3)",
"具有非屬性解構函數的類別類型不允許連結指定元",
"明確的特殊化宣告不能是 friend 宣告",
@@ -3506,9 +3506,9 @@
null,
"無法評估彈性陣列成員的初始設定式",
"預設的位元欄位初始設定式為 C++20 功能",
"模組 %sq 中範本引數清單中的引數太多",
"%m 中範本引數清單中的引數太多",
"偵測到 %sq 元素 %u1 所代表的範本引數 (檔案位置 %u2,相對位置 %u3)",
"模組 %sq 中範本引數清單中的引數太少",
"%m 中範本引數清單中的引數太少",
"在處理 %sq 元素 %u1 所代表的範本引數清單時偵測到 (檔案位置 %u2,相對位置 %u3)",
"從範圍列舉類型 %t 轉換為非標準",
"解除配置和配置種類不相符 (一個是針對陣列,另一個則不是)",
@@ -3517,8 +3517,8 @@
"__make_unsigned 只和非布林值整數和列舉類型相容",
"在這裡會將內部名稱 %sq 視為一般識別碼",
"存取索引 %d 中未初始化的子物件",
"IFC 行號 (%u1) 溢最大允許值 (%u2) 模組 %sq",
"模組 %sq1 要求的元素 %u 分割區 %sq2,此檔案位置超出可表示的最大值",
"IFC 行號 (%u1) 溢最大允許值 (%u2) %m",
"%m 要求了分割區 %sq 的元素 %u,此檔案位置超過最大可呈現值",
"引數數目錯誤",
"不符合對候選項目 %n 的限制式",
"%n 的參數數目和呼叫不相符",
@@ -3551,7 +3551,7 @@
"無法處理 IFC 檔案 %sq",
"不支援 IFC 版本 %u1.%u2",
"IFC 架構 %sq 與目前的目標架構不相容",
"模組 %sq1 要求索引 %u,其為對應至 %sq2 不支援分割的索引",
"%m 要求對應至 %sq 不支援分割的索引 %u",
"%n 的參數編號 %d 具有無法完成的類型 %t",
"%n 的參數編號 %d 具有不完整的類型 %t",
"%n 的參數編號 %d 具有抽象類別型 %t",
@@ -3570,7 +3570,7 @@
"運算式 splice 的不良反映 (%r)",
"%n 已定義 (先前的定義 %p)",
"infovec 物件未初始化",
"value_of 類型 %t1 與給定的反映 (類型為 %t2 的實體) 不相容",
"類型 %t1 的擷取與給定的反映 (類型為 %t2 的實體) 不相容",
"目前不允許反射多載集",
"此內部函式需要範本執行個體的反映",
"運算子的 %t1 和 %t2 類型不相容",
@@ -3598,8 +3598,154 @@
"'static' Lambda 運算式必須有空白的擷取規格",
"EDG IFC 標頭單位",
"EDG IFC",
"無法為目前的譯單位建立標頭單位",
"目前的編譯單位使用一或多個目前無法寫入標頭單位的功能",
"無法為目前的譯單元產生 IFC 檔案",
"目前無法將一個或多個實體寫入 IFC 檔案",
"'explicit(bool)' 是 C++20 功能",
"必須為參照檔案的模組檔案對應指定模組名稱 %sq"
"第一個引數必須是整數的指標、enum 或支援的浮點類型",
"編譯多個翻譯單元時,無法使用 C++ 模組",
"C++ 模組無法搭配先前的 C++11 'export' 功能使用",
"IFC 權杖 %sq 不受支援",
"'pass_object_size' 屬性僅在函式宣告的參數上有效",
"%sq 屬性 %d1 的引數必須是介於 0 到 %d2 之間的值",
"這裡會忽略 ref-qualifier",
"無效的 NEON 向量元素類型 %t",
"無效的 NEON 多邊形向量元素類型 %t",
"無效的可調整向量元素類型 %t",
"可調整向量類型的 Tuple 元素數目無效",
"NEON 向量或多邊形向量必須是 64 或128 位元寬",
"不允許無大小類型 %t",
"無大小類型 %t 的物件不可以是以值初始化",
"在範圍 %u 中發現未預期的 Null 宣告索引",
"必須為參照檔案的模組檔案對應指定模組名稱 %sq",
"收到 null 索引值,其中預期在 IFC 分割區 %sq 中有節點",
"%nd 不能有類型 %t",
"在此模式下,參考限定詞並非標準用法",
"範圍架構 'for' 陳述式在此模式中不是標準用法",
"在此模式下,'auto' 作為類型規範並非標準用法",
"由於檔案損毀,無法匯入模組檔案 %sq",
"IFC",
"成員宣告後插入了沒有直接關聯的權杖",
"錯誤的插入範圍 (%r)",
"預期為 std::string_view 類型的值,但收到 %t",
"陳述式後插入了沒有直接關聯的權杖",
"宣告後插入了沒有直接關聯的權杖",
"Tuple 索引值 (%d) 溢位",
">> 輸出來自 std::meta::__report_tokens",
">> 結束輸出自 std::meta::__report_tokens",
"不在具有參數變數的內容中",
"分隔的逸出序列必須至少包含一個字元",
"未終止的分隔逸出序列",
"常數包含區域變數的位址",
"無法將結構化繫結宣告為 'consteval'",
"%no 與已匯入的宣告 %nd 衝突",
"字元無法以指定的字元類型表示",
"註釋不能出現在 'using' 屬性前置詞的內容中",
"註釋的類型 %t 不是常值類型",
"'ext_vector_type' 屬性只適用於布林值、整數或浮點數類型",
"不允許在同一聯集中使用多個指示項",
"測試訊息",
"模擬的 Microsoft 版本至少須為 1943,才能使用 '--ms_c++23'",
"無效的目前工作目錄: %s",
"constexpr 函式內的 'cleanup' 屬性目前不受支援",
"'assume' 屬性只能套用至 Null 陳述式",
"假設失敗",
"變數範本為 C++14 功能",
"無法取得具有的參數使用 'pass_object_size' 屬性宣告的函式位址",
"所有引數都必須有相同的類型",
"最終比較為 %s1 %s2 %s3",
"屬性 %sq 的引數太多",
"Mantissa 字串未包含有效的數字",
"常數評估期間發生浮點錯誤",
"繼承建構函式 %n 已略過複製/移動之類作業",
"無法判斷檔案 %s 的大小",
"無法讀取 %s",
"內嵌",
"無法辨識的參數名稱",
"參數已指定一次以上",
"__has_embed 無法出現在外部 #if",
"無法將 LC_NUMERIC 地區設定設為 C",
"elifdef 和 elifndef 未在此模式中啟用,而且會在略過的文字中遭到忽略",
"別名宣告在此內容中並非標準用法",
"目標 ABI 可能會以不符合宣告順序的順序配置非靜態成員,此順序在 C++23 和更高版本中並非標準用法",
"EDG IFC 模組介面單元",
"EDG IFC 模組分割單元",
"除非建立模組介面檔案,否則無法從此翻譯單元匯出模組宣告",
"必須從此翻譯單元匯出模組宣告,以建立模組介面檔案",
"已要求模組檔案產生,但未在翻譯單元中宣告任何模組",
"以 %T 替換 %n 導致限制式失敗",
"%n 未滿足 %T 的條件",
"#embed 擴充太長,無法初始化類型 %t 的實體",
"此處不允許使用 'defined' 運算子",
"%n 不是 %t 的成員",
"將 #embed 資料中的縮小轉換為 signed character",
"'vector of boo' 類型不允許運算子",
"物件過大,無法進行常數評估",
"自我參照的暫存物件",
"在此內容中,Lambda 無法引用區域變數或初始化擷取",
"Lambda 參數無法隱藏明確擷取",
"Lambda 範本參數無法隱藏明確擷取",
"處理此編譯單位時,可用位址空間不足",
"<undetermined type>",
"<undetermined constant>",
"<undetermined template>",
"%s 的設定大小對於指定的尾數位數 + 指數位數而言過小",
"運算式",
"<expression>",
"未命名的",
"<unnamed>",
"<error-type>",
"<unknown-type>",
"<something>",
"<null-type>",
"<no-init>",
"<zero-init>",
"位元複製:",
"<bitwise-copy>",
"透過建構函式的類別結果:",
"<constructor-call>",
"<NULL expression>",
"<error>",
"<NULL routine>",
"<default>",
"參數 #",
" (上移一層)",
" 上移",
"dynamic-init:",
"<error-constant>",
"stack-offset-of:",
"<implicit element> ",
" 重複的 ",
"整數",
"列舉",
"範圍列舉",
"算術",
"非布林算術",
"指標",
"nullptr 類型",
"控點",
"handle-to-CLI-array",
"pointer-to-object",
"pointer-to-function",
"pointer-to-member",
"bool",
"bool-equivalent",
"類別",
"遞增運算式的 volatile 運算元已淘汰",
"遞減運算式的 volatile 運算元已淘汰",
"%n 先前宣告時未帶有 'indeterminate' 屬性",
"%t 的預設建構函式為明確的",
"無法載入 %m 中 %n 的定義",
"無法載入 %m 中 %n 的初始設定式",
"具有 typedef 名稱以供連結用途的類別不能有基底類別",
"具有 typedef 名稱以供連結用途的類別不能有成員函式",
"為連結目的而使用 typedef 名稱的類別,除列舉類型或非閉鎖類別類型外,不得包含巢狀類型",
"為連結目的而使用 typedef 名稱的類別無法包含 Lambda 表達式",
"為連結目的而使用 typedef 名稱的類別,其非靜態資料成員不得具有預設成員初始設定式",
"靜態資料成員宣告不得出現在未命名的類別中",
"初始設定式結果會處理 dllimport 變數",
"具有 'no_specializations' 屬性的範本無法特殊化",
"此處使用的 'static' 非標準",
"%nd 先前宣告時未明確指定的列舉基底",
"此處缺少 'typename' 非標準用法",
"簡化函式範本語法在推導指南中並非標準用法"
]
+5 -8
View File
@@ -1,8 +1,5 @@
{
"defaults": [
"-D__building_module(x)=0",
"--pack_alignment",
"8"
],
"defaults_op": "merge"
}
{
"defaults": [
],
"defaults_op": "merge"
}
+5 -8
View File
@@ -1,8 +1,5 @@
{
"defaults": [
"-D__building_module(x)=0",
"--pack_alignment",
"8"
],
"defaults_op": "merge"
}
{
"defaults": [
],
"defaults_op": "merge"
}
+5 -8
View File
@@ -1,8 +1,5 @@
{
"defaults": [
"-D__building_module(x)=0",
"--pack_alignment",
"8"
],
"defaults_op": "merge"
}
{
"defaults": [
],
"defaults_op": "merge"
}
+5 -8
View File
@@ -1,8 +1,5 @@
{
"defaults": [
"-D__building_module(x)=0",
"--pack_alignment",
"8"
],
"defaults_op": "merge"
}
{
"defaults": [
],
"defaults_op": "merge"
}
-2
View File
@@ -1,7 +1,5 @@
{
"defaults": [
"--pack_alignment",
"8"
],
"defaults_op": "merge"
}
-2
View File
@@ -1,7 +1,5 @@
{
"defaults": [
"--pack_alignment",
"8"
],
"defaults_op": "merge"
}
-2
View File
@@ -1,7 +1,5 @@
{
"defaults": [
"--pack_alignment",
"8"
],
"defaults_op": "merge"
}
-2
View File
@@ -1,7 +1,5 @@
{
"defaults": [
"--pack_alignment",
"8"
],
"defaults_op": "merge"
}
+14 -16
View File
@@ -1,16 +1,14 @@
{
"defaults": [
"-D_MSC_EXTENSIONS",
"--microsoft",
"--microsoft_bugs",
"--microsoft_version",
"1941",
"--pack_alignment",
"8",
"-D_MSC_VER=1941",
"-D_MSC_FULL_VER=194134120",
"-D_MSC_BUILD=0",
"-D_M_ARM=7"
],
"defaults_op": "merge"
}
{
"defaults": [
"-D_MSC_EXTENSIONS",
"--microsoft",
"--microsoft_bugs",
"--microsoft_version",
"1951",
"-D_MSC_VER=1951",
"-D_MSC_FULL_VER=195136122",
"-D_MSC_BUILD=0",
"-D_M_ARM=7"
],
"defaults_op": "merge"
}
+15 -17
View File
@@ -1,17 +1,15 @@
{
"defaults": [
"-D_MSC_EXTENSIONS",
"--microsoft",
"--microsoft_bugs",
"--microsoft_version",
"1941",
"--pack_alignment",
"8",
"-D_CPPUNWIND=1",
"-D_MSC_VER=1941",
"-D_MSC_FULL_VER=194134120",
"-D_MSC_BUILD=0",
"-D_M_ARM64=1"
],
"defaults_op": "merge"
}
{
"defaults": [
"-D_MSC_EXTENSIONS",
"--microsoft",
"--microsoft_bugs",
"--microsoft_version",
"1951",
"-D_CPPUNWIND=1",
"-D_MSC_VER=1951",
"-D_MSC_FULL_VER=195136122",
"-D_MSC_BUILD=0",
"-D_M_ARM64=1"
],
"defaults_op": "merge"
}
+16 -18
View File
@@ -1,18 +1,16 @@
{
"defaults": [
"-D_MSC_EXTENSIONS",
"--microsoft",
"--microsoft_bugs",
"--microsoft_version",
"1941",
"--pack_alignment",
"8",
"-D_CPPUNWIND=1",
"-D_MSC_VER=1941",
"-D_MSC_FULL_VER=194134120",
"-D_MSC_BUILD=0",
"-D_M_X64=100",
"-D_M_AMD64=100"
],
"defaults_op": "merge"
}
{
"defaults": [
"-D_MSC_EXTENSIONS",
"--microsoft",
"--microsoft_bugs",
"--microsoft_version",
"1951",
"-D_CPPUNWIND=1",
"-D_MSC_VER=1951",
"-D_MSC_FULL_VER=195136122",
"-D_MSC_BUILD=0",
"-D_M_X64=100",
"-D_M_AMD64=100"
],
"defaults_op": "merge"
}
+15 -17
View File
@@ -1,17 +1,15 @@
{
"defaults": [
"-D_MSC_EXTENSIONS",
"--microsoft",
"--microsoft_bugs",
"--microsoft_version",
"1941",
"--pack_alignment",
"8",
"-D_MSC_VER=1941",
"-D_MSC_FULL_VER=194134120",
"-D_MSC_BUILD=0",
"-D_M_IX86=600",
"-D_M_IX86_FP=2"
],
"defaults_op": "merge"
}
{
"defaults": [
"-D_MSC_EXTENSIONS",
"--microsoft",
"--microsoft_bugs",
"--microsoft_version",
"1951",
"-D_MSC_VER=1951",
"-D_MSC_FULL_VER=195136122",
"-D_MSC_BUILD=0",
"-D_M_IX86=600",
"-D_M_IX86_FP=2"
],
"defaults_op": "merge"
}

Some files were not shown because too many files have changed in this diff Show More