fix(c)!: update C, CPP parsers and queries

also update derived parsers (arduino, cuda, glsl, hlsl, ispc, objc)
This commit is contained in:
Amaan Qureshi 2023-07-27 03:51:13 -04:00 committed by GitHub
parent 203981d288
commit ad3805f5c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 68 additions and 93 deletions

View file

@ -55,6 +55,5 @@ int baz(int x){
else
x++;
}
else
return x;
return 0;
}