ccls/index_tests/multi_file
Fangrui Song 2b6d3753f7 index_tests: Test 22.0.0git
Build llvm-project
```
ninja -C out/stable clang clangFormat clangIndex clangTooling
```

Then build ccls against the just-built llvm-project.
```
cmake -S. -Bout/debug -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER=$HOME/Stable/bin/clang++ -DCMAKE_EXPORT_COMPILE_COMMANDS=On -DCMAKE_PREFIX_PATH="$HOME/llvm/out/stable;$HOME/llvm/out/stable/tools/clang" -DCLANG_EXECUTABLE=$HOME/Stable/bin/clang++
```

Finally, run `ccls -test-index`
2025-08-14 23:42:18 -07:00
..
funky_enum.cc index_tests: Test 22.0.0git 2025-08-14 23:42:18 -07:00
funky_enum.h Improve comment and outline 2019-10-24 01:01:20 -07:00
header.h Resurrection of ccls 2019-10-23 21:56:50 -07:00
impl.cc index_tests: Test 22.0.0git 2025-08-14 23:42:18 -07:00
simple_header.h Resurrection of ccls 2019-10-23 21:56:50 -07:00
simple_impl.cc index_tests: Test 22.0.0git 2025-08-14 23:42:18 -07:00
static.cc index_tests: Test 22.0.0git 2025-08-14 23:42:18 -07:00
static.h Resurrection of ccls 2019-10-23 21:56:50 -07:00