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 #1738

Closed bstaletic closed 5 months ago

bstaletic commented 5 months ago

The tests caught one missing fixit in some specific case, but that fixit was not the point of the test. Will report the change in behaviour to clangd when I manage to isolate the problem.


This change is Reviewable

codecov[bot] commented 5 months ago

Codecov Report

Merging #1738 (ae48edf) into master (b63d2e8) will not change coverage. The diff coverage is n/a.

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