We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713e67b commit e6dd114Copy full SHA for e6dd114
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# scip-clang ChangeLog
2
3
+## v0.3.1 (beta)
4
+
5
+- Fixes an issue where invalid UTF-8 in documentation
6
+ comments could lead to a crash during indexing.
7
+ (https://github.com/sourcegraph/scip-clang/pull/453)
8
9
## v0.3.0 (beta)
10
11
- Adds initial support for indexing CUDA code, including
indexer/Version.h
@@ -15,7 +15,7 @@ constexpr bool debugMode = true;
15
constexpr bool debugMode = false;
16
#endif
17
18
-#define VERSION "0.3.0"
+#define VERSION "0.3.1"
19
#define LLVM_COMMIT \
20
"e0f3110b854a476c16cce7b44472cd7838d344e9" // Keep synced with fetch_deps.bzl
21
0 commit comments