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 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 )
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 )
You can’t perform that action at this time.
0 commit comments