Skip to content

Commit 423f838

Browse files
committed
Update changelog for 1.12.1
1 parent 20f9990 commit 423f838

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Extension/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# C/C++ for Visual Studio Code Change Log
22

3-
## Version 1.12.1 (pre-release): August 11, 2022
4-
##
3+
## Version 1.12.1 (pre-release): August 15, 2022
4+
5+
## New Features
56
* Add Doxygen comment generation via command, context menu, code action or typing.[#5683](https://github.com/microsoft/vscode-cpptools/issues/5683)
67

78
## Enhancements
@@ -14,9 +15,12 @@
1415
* Fix C++20 IntelliSense parsing bugs. [#7446](https://github.com/microsoft/vscode-cpptools/issues/7446), [#9215](https://github.com/microsoft/vscode-cpptools/issues/9215)
1516
* Fix crash when tag parsing files containing certain string literals. [#9538](https://github.com/microsoft/vscode-cpptools/issues/9538)
1617
* Fix incorrect semantic tokens with templated operator overloads. [#9556](https://github.com/microsoft/vscode-cpptools/issues/9556)
18+
* Fix `llvm-project` parser crash on file: `clang/test/parser/parser_overflow.c`. [#9653](https://github.com/microsoft/vscode-cpptools/issues/9653)
1719
* Fix tag parsing of classes and enums with attributes. [#9672](https://github.com/microsoft/vscode-cpptools/issues/9672)
1820
* Add PID to the extended remote process picker. [PR #9673](https://github.com/microsoft/vscode-cpptools/pull/9673)
1921
* Fix unintended generation of `nul.d` file when querying clang or gcc, when compiler arguments include dependency generation arguments. [9707](https://github.com/microsoft/vscode-cpptools/issues/9707)
22+
* 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)
23+
2024

2125
## Version 1.12.0 (pre-release): July 27, 2022
2226
## Enhancements
@@ -34,12 +38,14 @@
3438
* Fix unnecessary IntelliSense process restarting on file creation handling. [#9630](https://github.com/microsoft/vscode-cpptools/issues/9630)
3539
* Fix potential crashes on shutdown.
3640

41+
3742
## Version 1.11.5: August 9, 2022
3843
## Bug Fixes
3944
* Fix crash when tag parsing files containing certain string literals. [#9538](https://github.com/microsoft/vscode-cpptools/issues/9538)
4045
* Fix `llvm-project` parser crash on file: `clang/test/parser/parser_overflow.c`. [#9653](https://github.com/microsoft/vscode-cpptools/issues/9653)
4146
* 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)
4247

48+
4349
## Version 1.11.4: July 21, 2022
4450
## New Features
4551
* Add inlay hints for parameters and auto types. [#5845](https://github.com/microsoft/vscode-cpptools/issues/5845)

0 commit comments

Comments
 (0)