File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 12
12
13
13
## Bug Fixes
14
14
* 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 )
16
16
* Fix incorrect semantic tokens with templated operator overloads. [ #9556 ] ( https://github.com/microsoft/vscode-cpptools/issues/9556 )
17
17
* Fix tag parsing of classes and enums with attributes. [ #9672 ] ( https://github.com/microsoft/vscode-cpptools/issues/9672 )
18
18
* Add PID to the extended remote process picker. [ PR #9673 ] ( https://github.com/microsoft/vscode-cpptools/pull/9673 )
34
34
* Fix unnecessary IntelliSense process restarting on file creation handling. [ #9630 ] ( https://github.com/microsoft/vscode-cpptools/issues/9630 )
35
35
* Fix potential crashes on shutdown.
36
36
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
+
37
43
## Version 1.11.4: July 21, 2022
38
44
## New Features
39
45
* Add inlay hints for parameters and auto types. [ #5845 ] ( https://github.com/microsoft/vscode-cpptools/issues/5845 )
You can’t perform that action at this time.
0 commit comments