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

[READY] Upgrade to LLVM 18.1.1 #1737

Closed bstaletic closed 6 months ago

bstaletic commented 6 months ago

The new version misses one fixit, but only in specific cases and the test that caught that did not intend to test that.


This change is Reviewable

codecov[bot] commented 6 months ago

Codecov Report

Merging #1737 (05000b7) into master (b63d2e8) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1737 +/- ## ======================================= Coverage 95.46% 95.46% ======================================= Files 83 83 Lines 8201 8201 Branches 163 163 ======================================= Hits 7829 7829 Misses 322 322 Partials 50 50 ```
bstaletic commented 6 months ago

Closing for now. Let's wait until https://github.com/llvm/llvm-project/issues/84168 is resolved.