We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6649a10 commit 355c86aCopy full SHA for 355c86a
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# scip-clang ChangeLog
2
3
+## v0.3.0 (beta)
4
+
5
+- Adds initial support for indexing CUDA code, including
6
+ code navigation support for CUDA kernels.
7
+ (https://github.com/sourcegraph/scip-clang/issues/428)
8
9
## v0.2.7 (beta)
10
11
- Adds a visited set to to avoid performing member lookup in the same
indexer/Version.h
@@ -15,7 +15,7 @@ constexpr bool debugMode = true;
15
constexpr bool debugMode = false;
16
#endif
17
18
-#define VERSION "0.2.7"
+#define VERSION "0.3.0"
19
#define LLVM_COMMIT \
20
"e0f3110b854a476c16cce7b44472cd7838d344e9" // Keep synced with fetch_deps.bzl
21
0 commit comments