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 5692e56 commit 134a873Copy full SHA for 134a873
CHANGELOG.md
@@ -1,7 +1,14 @@
1
# scip-clang ChangeLog
2
3
+## v0.1.3 (beta)
4
+
5
+- Fixes a crash when indexing dependent names in templates.
6
+ (https://github.com/sourcegraph/scip-clang/pull/330)
7
8
## v0.1.2 (beta)
9
10
+DO NOT USE
11
12
- Improved code navigation for dependent names (types and methods)
13
in templates.
14
(https://github.com/sourcegraph/scip-clang/pull/317,
indexer/Version.h
@@ -15,7 +15,7 @@ constexpr bool debugMode = true;
15
constexpr bool debugMode = false;
16
#endif
17
18
-#define VERSION "0.1.2"
+#define VERSION "0.1.3"
19
#define LLVM_COMMIT \
20
"e0f3110b854a476c16cce7b44472cd7838d344e9" // Keep synced with fetch_deps.bzl
21
0 commit comments