Skip to content

Commit 0c2b40b

Browse files
authored
Merge pull request #9723 from microsoft/coleng/fix_changelog2
2 parents 20f9990 + b590e09 commit 0c2b40b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Extension/CHANGELOG.md

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

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

78
## Enhancements
89
* Enable auto-formatting of lines that are changed by code analysis fixes. [#9322](https://github.com/microsoft/vscode-cpptools/issues/9322)
@@ -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)
21+
* 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)
1922
* 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)
23+
* Fix issue with stuck database icon when an excluded file is open on launch or when the database is reset.
2024

2125
## Version 1.12.0 (pre-release): July 27, 2022
2226
## Enhancements

0 commit comments

Comments
 (0)