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 11# scip-clang ChangeLog
22
3+ ## v0.3.2 (beta)
4+
5+ - Common architecture related arguments such as ` -march ` ,
6+ ` -mcpu ` and ` -mtune ` are skipped before pass-through to
7+ Clang, which should reduce the risk of indexing failures
8+ when trying to index code meant to be built by ` gcc `
9+ and proprietary compilers which support architectures
10+ and flag values unsupported by Clang.
11+ (https://github.com/sourcegraph/scip-clang/pull/488 )
12+
313## v0.3.1 (beta)
414
515- Fixes an issue where invalid UTF-8 in documentation
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.3.1 "
18+ #define VERSION " 0.3.2 "
1919#define LLVM_COMMIT \
2020 " e0f3110b854a476c16cce7b44472cd7838d344e9" // Keep synced with fetch_deps.bzl
2121
You can’t perform that action at this time.
0 commit comments