vscode-cpptools icon indicating copy to clipboard operation
vscode-cpptools copied to clipboard

Function definition erroneously not found

Open cD1rtX3 opened this issue 1 week ago • 8 comments

Type: Bug

void a(int *restrict);

void a(int *restrict i) {
    //
}
Image

Extension version: 1.29.2 VS Code version: Code 1.106.3 (bf9252a2fb45be6893dd8870c0bf37e2e1766d61, 2025-11-25T22:28:18.024Z) OS version: Linux x64 6.8.0-88-generic Modes:

cD1rtX3 avatar Dec 05 '25 14:12 cD1rtX3