File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# scip-clang ChangeLog
22
3+ ## v0.0.7 (alpha)
4+
5+ - Fixed an issue where using-declarations (` using X::Y::Z; ` ) were
6+ missing definition and reference information.
7+ (https://github.com/sourcegraph/scip-clang/pull/240 )
8+ - Fixed an issue where references to typedefs and alias declarations
9+ (` using A = B ` ) were not emitted correctly.
10+ (https://github.com/sourcegraph/scip-clang/pull/237 )
11+
312## v0.0.6 (alpha)
413
514- Added bulk processing for worker results.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ constexpr bool debugMode = true;
1515constexpr bool debugMode = false ;
1616#endif
1717
18- #define VERSION " 0.0.6 "
18+ #define VERSION " 0.0.7 "
1919#define LLVM_COMMIT \
2020 " b6e344ce91c8796331fca7644eb8c748ac5391ec" // Keep in sync with setup.bzl
2121
You can’t perform that action at this time.
0 commit comments