sourcegraph / lsif-clang

Language Server Indexing Format (LSIF) generator for C, C++ and Objective C
https://lsif.dev/
35 stars 8 forks source link

CI testing against real-world projects #90

Open varungandhi-src opened 2 years ago

varungandhi-src commented 2 years ago

A rough initial shortlist of projects based on the awesome-cpp list:

I don't know how big each of these are, but I've deliberately avoided picking very large projects (e.g. torvalds/linux).

The idea is that we'd set up a image with Ubuntu 22.04, build lsif-clang from source, and index each of these using Buildkite, preferably on a high core count machine.

This work should largely be reusable for any future indexers as well.