Skip to content

Commit

Permalink
Update to new ycmd
Browse files Browse the repository at this point in the history
Mostly completer upgrades, and we are now python 3.12 ready.
  • Loading branch information
bstaletic committed Oct 2, 2023
1 parent 3367b9b commit 374cc86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ $ EXTRA_CMAKE_ARGS='-DPATH_TO_LLVM_ROOT=/path/to/your/llvm' ./install.py --clang
```

Please note that if using custom `clangd` or `libclang` it _must_ match the
version that YCM requires. Currently YCM requires ***clang 16.0.1***.
version that YCM requires. Currently YCM requires ***clang 17.0.1***.

#### Compile flags

Expand Down
2 changes: 1 addition & 1 deletion doc/youcompleteme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,7 @@ build or acquire 'libclang' for yourself and specify it when building, as:
$ EXTRA_CMAKE_ARGS='-DPATH_TO_LLVM_ROOT=/path/to/your/llvm' ./install.py --clang-completer --system-libclang
<
Please note that if using custom 'clangd' or 'libclang' it _must_ match the
version that YCM requires. Currently YCM requires **_clang 16.0.1_**.
version that YCM requires. Currently YCM requires **_clang 17.0.1_**.

-------------------------------------------------------------------------------
*youcompleteme-compile-flags*
Expand Down
2 changes: 1 addition & 1 deletion third_party/ycmd
Submodule ycmd updated 247 files

0 comments on commit 374cc86

Please sign in to comment.