Skip to content

Commit ac452a4

Browse files
authored
Update c_cpp_properties.json (#1090)
1 parent 0eae081 commit ac452a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.vscode/c_cpp_properties.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"includePath": [
66
"${workspaceFolder}/rir/src/**",
77
"${workspaceFolder}/external/custom-r/src/**",
8-
"${workspaceFolder}/external/llvm-11/include/**",
9-
"${workspaceFolder}/external/llvm-11.0.1.src/include/**"
8+
"${workspaceFolder}/external/llvm-12/include/**",
9+
"${workspaceFolder}/external/llvm-12.0.0.src/include/**"
1010
],
1111
"defines": [
1212
"ENABLE_SLOWASSERT"
@@ -19,4 +19,4 @@
1919
}
2020
],
2121
"version": 4
22-
}
22+
}

0 commit comments

Comments
 (0)