User defined literals are crashing GCC IntelliSense #3481
Labels
bug
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
reliability
Visual Studio
Inherited from Visual Studio
Milestone
Type: LanguageService
Describe the bug
Microsoft.VSCode.CPP.IntelliSense.Msvc.exe
.To Reproduce
compilerPath
in.vscode/c_cpp_properties.json
to point to GCC compiler (issue confirmed on arm-none-eabi-gcc and MinGW)Do
function call in line 5Failed to read response from server: 4
Expected behavior
Intellisense should not crash.
Screenshots
Additional context
C++ log output (limited to the moment of crash)
Microsoft.VSCode.CPP.IntelliSense.Msvc.exe
memory dump: Microsoft.VSCode.CPP.IntelliSense.Msvc.exe.zipCall stack:
constexpr int operator"" _my( unsigned long long n) { return 0; }
)The text was updated successfully, but these errors were encountered: