Joseph Lisee
Joseph Lisee
@googlebot I signed it!
Notes on my Clang 13 based version: - Branch [jlisee/llvm-13.0.1-upgrade-v2](https://github.com/jlisee/lsif-clang/tree/jlisee/llvm-13.0.1-upgrade-v2) - Main changes are in this commit https://github.com/jlisee/lsif-clang/commit/df04f9e0d0bac389ea83fea309dc56c8fcb152dd I am most likely going to be force pushing that branch occasionally...
It would be really great if we could run the tool as a Bazel aspect ([great guide here](https://github.com/pcj/bazel_aspects)), which basically runs the tool alongside the normal C++ build. You already...
So I saw the `utils/lsif-clang-driver.py` tool from 9b6beabde0d620883af3edae9629d1102589ff1f and ran it on my tree in an attempt to find the source of the segmentation faults. My results are `1331/34898 lsif-clang...
I was able to succesfully index the tree with my clang 13 branch here https://github.com/jlisee/lsif-clang/tree/jlisee/llvm-13.0.1-upgrade-v2 Changes were basically zero besides updating the upstream code to version 13 and changing the...
I updated the driver to make sure it caught any segfaults that might of been happening and there were in fact none. This indicates the problem was possibly related to...