Stephen Senran Zhang

Results 6 issues of Stephen Senran Zhang

### Observed behavior test.cpp ```cpp #include ``` compile_commands.json ```json [{ "directory": "/tmp/test_ccls", "command": "/bin/g++ -c /tmp/test_ccls/test.cpp", "file": "/tmp/test_ccls/test.cpp" }] ``` Run ccls twice ``` $ ccls --index=. -v=1 |& grep...

`LD_PRELOAD` is set in `fakechroot.sh` line 256. If we run `chroot`, then the script will invoke `chroot.fakechroot.sh`. Then commands in `chroot.fakechroot.sh` such as `sed` and `env` will be run with...

第一次参与本翻译项目,先尝试翻译这几节,进度可能会比较慢。

This PR tries to fix #1319. The atomics.zip was updated as follows, ```sh unzip atomics.zip cd atomics llvm-dis test_atomic_fn.atomic_and_local_{u,}int.bc{32,64} patch < ../atomics.patch echo -n test_atomic_fn.atomic_and_local_{u,}int.bc{32,64} | xargs -d' ' -l...

This PR tries to fix #1092. The atomics.zip was updated as follows, ```sh unzip atomics.zip cd atomics llvm-dis test_atomic_fn.atomic_cmpxchg_{global,local}_{u,}int.bc{32,64} patch < ../cmpxchg.patch echo -n test_atomic_fn.atomic_cmpxchg_{global,local}_{u,}int.bc{32,64} | xargs -d' ' -l...

I saw there's a closed issue #44 to support this feature, but I still cannot make it work using the latest version. The only completion I got was `nrformats` after...