We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4ef82 commit 1860adfCopy full SHA for 1860adf
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# scip-clang ChangeLog
2
3
+## v0.4.0 (beta)
4
+
5
+- Updated LLVM to version 21.
6
+ (https://github.com/sourcegraph/scip-clang/pull/513)
7
+- Dropped macOS x86 binaries; only ARM (Apple Silicon) is supported.
8
+ (https://github.com/sourcegraph/scip-clang/pull/515)
9
10
## v0.3.3 (beta)
11
12
- Fixes missing symbols for template functions using `enable_if`.
indexer/Version.h
@@ -15,7 +15,7 @@ constexpr bool debugMode = true;
15
constexpr bool debugMode = false;
16
#endif
17
18
-#define VERSION "0.3.3"
+#define VERSION "0.4.0"
19
#define LLVM_COMMIT \
20
"2078da43e25a4623cab2d0d60decddf709aaea28" // Keep synced with fetch_deps.bzl
21
0 commit comments