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 0eae081 commit ac452a4Copy full SHA for ac452a4
.vscode/c_cpp_properties.json
@@ -5,8 +5,8 @@
5
"includePath": [
6
"${workspaceFolder}/rir/src/**",
7
"${workspaceFolder}/external/custom-r/src/**",
8
- "${workspaceFolder}/external/llvm-11/include/**",
9
- "${workspaceFolder}/external/llvm-11.0.1.src/include/**"
+ "${workspaceFolder}/external/llvm-12/include/**",
+ "${workspaceFolder}/external/llvm-12.0.0.src/include/**"
10
],
11
"defines": [
12
"ENABLE_SLOWASSERT"
@@ -19,4 +19,4 @@
19
}
20
21
"version": 4
22
-}
+}
0 commit comments