We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593e491 commit b7d2060Copy full SHA for b7d2060
.vscode/c_cpp_properties.json
@@ -3,17 +3,14 @@
3
{
4
"name": "Linux",
5
"includePath": [
6
- "/usr/include/**",
7
"/usr/local/include/**",
8
- "/home/SVF-tools/SVF/**",
9
"${workspaceFolder}/**",
10
- "/home/SVF-tools/SVF/llvm-16.0.0.obj/**",
11
"../SVF/**"
12
],
13
"defines": [],
14
"compilerPath": "/usr/bin/g++",
15
"cStandard": "gnu11",
16
- "cppStandard": "gnu++14",
+ "cppStandard": "gnu++17",
17
"intelliSenseMode": "linux-gcc-x64"
18
}
19
0 commit comments