Skip to content

Commit 3bc38f8

Browse files
committed
Update to clang 16.0.1
1 parent b3e8838 commit 3bc38f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ On supported architectures, the `install.py` script will download a suitable
11811181
clangd (`--clangd-completer`) or libclang (`--clang-completer`) for you.
11821182
Supported architectures are:
11831183

1184-
* Linux glibc >= 2.27 (Intel, armv7-a, aarch64) - built on ubuntu 18.04
1184+
* Linux glibc >= 2.31 (Intel, armv7-a, aarch64) - built on ubuntu 20.04
11851185
* MacOS >=10.15 (Intel, arm64)
11861186
- For Intel, compatibility per clang.llvm.org downloads
11871187
- For arm64, macOS 10.15+
@@ -1207,7 +1207,7 @@ $ EXTRA_CMAKE_ARGS='-DPATH_TO_LLVM_ROOT=/path/to/your/llvm' ./install.py --clang
12071207
```
12081208

12091209
Please note that if using custom `clangd` or `libclang` it _must_ match the
1210-
version that YCM requires. Currently YCM requires ***clang 15.0.1***.
1210+
version that YCM requires. Currently YCM requires ***clang 16.0.1***.
12111211

12121212
#### Compile flags
12131213

third_party/ycmd

Submodule ycmd updated 205 files

0 commit comments

Comments
 (0)