Skip to content

Commit

Permalink
docs: Add CHANGELOG entry for v0.2.2 (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src authored Jun 16, 2023
1 parent 5f9f7ea commit 1995a07
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# scip-clang ChangeLog

## v0.2.2 (beta)

- Fixes a bug where hover docs would be incorrect if a forward
declaration with some doc comments preceded the actual definition
in lexical order after pre-processing.
(https://github.com/sourcegraph/scip-clang/pull/390)
- Adds automatic skipping for compilation database entries which
do not correspond to translation units, such as those for header files.
Some compilation database generators like grailbio's generator
for Bazel can generate compilation databases where over 80% entries
do not correspond to TUs.
(https://github.com/sourcegraph/scip-clang/pull/380)

## v0.2.1 (beta)

- Fixes a bug where the base compiler was not located correctly,
Expand Down
2 changes: 1 addition & 1 deletion indexer/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ constexpr bool debugMode = true;
constexpr bool debugMode = false;
#endif

#define VERSION "0.2.1"
#define VERSION "0.2.2"
#define LLVM_COMMIT \
"e0f3110b854a476c16cce7b44472cd7838d344e9" // Keep synced with fetch_deps.bzl

Expand Down

0 comments on commit 1995a07

Please sign in to comment.