ccls/index_tests/inheritance
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
..
class_inherit_templated_parent.cc index_tests: Test 22.0.0git 2025-08-14 23:42:18 -07:00
class_inherit.cc index_tests: Test 22.0.0git 2025-08-14 23:42:18 -07:00
class_multiple_inherit.cc index_tests: Test 22.0.0git 2025-08-14 23:42:18 -07:00
function_override.cc index_tests: Test 22.0.0git 2025-08-14 23:42:18 -07:00
interface_pure_virtual.cc index_tests: Test 22.0.0git 2025-08-14 23:42:18 -07:00
multiple_base_functions.cc index_tests: Test 22.0.0git 2025-08-14 23:42:18 -07:00