Skip to content

Commit bd3102a

Browse files
authored
Add changelog content for 1.11.5 (#9713)
1 parent 9005aca commit bd3102a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Extension/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## Bug Fixes
1414
* Fix C++20 IntelliSense parsing bugs. [#7446](https://github.com/microsoft/vscode-cpptools/issues/7446), [#9215](https://github.com/microsoft/vscode-cpptools/issues/9215)
15-
* Fix crash when tag parsing files containing certain string literals. [#9538](https://github.com/microsoft/vscode-cpptools/issues/9538)
15+
* Fix crash when tag parsing files containing certain string literals. [#9538](https://github.com/microsoft/vscode-cpptools/issues/9538)
1616
* Fix incorrect semantic tokens with templated operator overloads. [#9556](https://github.com/microsoft/vscode-cpptools/issues/9556)
1717
* Fix tag parsing of classes and enums with attributes. [#9672](https://github.com/microsoft/vscode-cpptools/issues/9672)
1818
* Add PID to the extended remote process picker. [PR #9673](https://github.com/microsoft/vscode-cpptools/pull/9673)
@@ -34,6 +34,12 @@
3434
* Fix unnecessary IntelliSense process restarting on file creation handling. [#9630](https://github.com/microsoft/vscode-cpptools/issues/9630)
3535
* Fix potential crashes on shutdown.
3636

37+
## Version 1.11.5: August 9, 2022
38+
## Bug Fixes
39+
* Fix crash when tag parsing files containing certain string literals. [#9538](https://github.com/microsoft/vscode-cpptools/issues/9538)
40+
* Fix `llvm-project` parser crash on file: `clang\test\parser\parser_overflow.c`. [#9653](https://github.com/microsoft/vscode-cpptools/issues/9653)
41+
* Fix `llvm-project` parser crash on file: `libcxx\test\support\test.support\make_string_header.pass.cpp` [#9679](https://github.com/microsoft/vscode-cpptools/issues/9679)
42+
3743
## Version 1.11.4: July 21, 2022
3844
## New Features
3945
* Add inlay hints for parameters and auto types. [#5845](https://github.com/microsoft/vscode-cpptools/issues/5845)

0 commit comments

Comments
 (0)