Keeyou

Results 87 issues of Keeyou

[](https://github.com/Chilledheart)the option is supported for the MSVC-like frontend, just like `-isystem` for GNU-like frontend. --- This change is [](https://reviewable.io/reviews/ycm-core/ycmd/1634)

Ship It!

Sometimes libclang returns invalid ranges causing ycm in trouble. No log is recorded (both of ycmd and ycm) for this inconvenice. --- This change is [](https://reviewable.io/reviews/ycm-core/ycmd/1633)

Ship It!

For c++ source, it is correct to use "-x c++" language options but it doesn't true for objective-c++ and objective-c source code. This patch will fix it. Add three unittests,...

action-required

Under Gentoo distribution (Linux), if a library is built with `splitdebug` feature where debug symbols are splited from the elf binaries into one specific location under `/usr/lib/debug` directory. However, somehow...

The impact on current build.py usage is minimal because build.py doesn't support external LLVM root. You can modify build.py to support it by add something like this `cmake_args.append( '-DPATH_TO_LLVM_ROOT=/Users/hky/clang+llvm-17.0.6-arm64-apple-darwin22.0' )`...

![image](https://github.com/klzgrad/naiveproxy/assets/54673341/2545b18c-1562-4a47-895a-cfcc243a3438)

cve-2023-45288 is fixed in go1.22.2(go1.21.9) https://go.dev/doc/devel/release#go1.22.2 see https://github.com/golang/go/issues/66298 (backport pr) caddy's prebuilt binaries are affected (https://github.com/caddyserver/caddy/issues/6220)

It is an OS-related issue, not naiveproxy's. For most of forwardproxy users, it is likely to use Let's Encrypt Root for free SSL ceritificates. However, in the some latest Windows...