ycm-core / ycmd

A code-completion & code-comprehension server
https://ycm-core.github.io/ycmd/
GNU General Public License v3.0
1.69k stars 764 forks source link

Upgrade to LLVM 17 #1710

Closed bstaletic closed 11 months ago

bstaletic commented 11 months ago

Out of ~8k new lines, ~4k is in AVX2 intrinsics.

Do we want to bump CORE_VERSION? Previously we were inconsistent regarding this.


This change is Reviewable

codecov[bot] commented 11 months ago

Codecov Report

Merging #1710 (948d40d) into master (3a88cf3) will increase coverage by 0.01%. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1710 +/- ## ========================================== + Coverage 95.40% 95.42% +0.01% ========================================== Files 83 83 Lines 8122 8123 +1 Branches 165 164 -1 ========================================== + Hits 7749 7751 +2 Misses 322 322 + Partials 51 50 -1 ```
bstaletic commented 11 months ago

CI is green.