|
1 |
| -# C/C++ for Visual Studio Code Change Log |
| 1 | +# C/C++ for Visual Studio Code Changelog |
2 | 2 |
|
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) |
6 | 7 |
|
7 | 8 | ## Enhancements
|
8 | 9 | * Enable auto-formatting of lines that are changed by code analysis fixes. [#9322](https://github.com/microsoft/vscode-cpptools/issues/9322)
|
|
14 | 15 | * 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 | 16 | * Fix crash when tag parsing files containing certain string literals. [#9538](https://github.com/microsoft/vscode-cpptools/issues/9538)
|
16 | 17 | * 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) |
17 | 19 | * Fix tag parsing of classes and enums with attributes. [#9672](https://github.com/microsoft/vscode-cpptools/issues/9672)
|
18 | 20 | * 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) |
19 | 22 | * 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. |
20 | 24 |
|
21 | 25 | ## Version 1.12.0 (pre-release): July 27, 2022
|
22 | 26 | ## Enhancements
|
|
0 commit comments