You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we can showcase how some of the complex features in C++ work with precise code intel, that would be compelling to people who are interested in setting up lsif-clang on their codebase.
We should try to find a C++ project that is:
Easy to build
Doesn't require updating dependencies often (so less maintenance for us)
Has a low commit rate (so we're not wasting CI minutes)
which can serve as a demo for lsif-clang.
It should probably also be C++11 or C++14, since the LLVM we forked is relatively old.
If we can showcase how some of the complex features in C++ work with precise code intel, that would be compelling to people who are interested in setting up
lsif-clangon their codebase.We should try to find a C++ project that is:
which can serve as a demo for
lsif-clang.It should probably also be C++11 or C++14, since the LLVM we forked is relatively old.