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 efd5091 commit fcdbbc3Copy full SHA for fcdbbc3
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# scip-clang ChangeLog
2
3
+## v0.3.3 (beta)
4
+
5
+- Fixes missing symbols for template functions using `enable_if`.
6
+ (https://github.com/sourcegraph/scip-clang/pull/506)
7
8
## v0.3.2 (beta)
9
10
- Common architecture related arguments such as `-march`,
indexer/Version.h
@@ -15,7 +15,7 @@ constexpr bool debugMode = true;
15
constexpr bool debugMode = false;
16
#endif
17
18
-#define VERSION "0.3.2"
+#define VERSION "0.3.3"
19
#define LLVM_COMMIT \
20
"e0f3110b854a476c16cce7b44472cd7838d344e9" // Keep synced with fetch_deps.bzl
21
0 commit comments