File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# scip-clang ChangeLog
2
2
3
+ ## v0.1.2 (beta)
4
+
5
+ - Improved code navigation for dependent names (types and methods)
6
+ in templates.
7
+ (https://github.com/sourcegraph/scip-clang/pull/317 ,
8
+ https://github.com/sourcegraph/scip-clang/pull/321 )
9
+ - Hover docs include doc comments starting with ` // ` and ` /* `
10
+ syntax as well, not just ` /// ` and ` /** ` .
11
+ (https://github.com/sourcegraph/scip-clang/pull/325 )
12
+
3
13
## v0.1.1 (beta)
4
14
5
15
- Significantly improved code navigation
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ constexpr bool debugMode = true;
15
15
constexpr bool debugMode = false ;
16
16
#endif
17
17
18
- #define VERSION " 0.1.1 "
18
+ #define VERSION " 0.1.2 "
19
19
#define LLVM_COMMIT \
20
20
" e0f3110b854a476c16cce7b44472cd7838d344e9" // Keep synced with fetch_deps.bzl
21
21
You can’t perform that action at this time.
0 commit comments