ccls/index_tests/namespaces
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
..
anonymous_function.cc Fix EnumConstantDecl's kind & EnumDecl's vars 2019-11-09 20:09:13 -08:00
function_declaration.cc index_tests: Test 22.0.0git 2025-08-14 23:42:18 -07:00
function_definition.cc Clean and update tests after Index* refactoring 2019-11-09 20:03:28 -08:00
method_declaration.cc Clean and update tests after Index* refactoring 2019-11-09 20:03:28 -08:00
method_definition.cc Clean and update tests after Index* refactoring 2019-11-09 20:03:28 -08:00
method_inline_declaration.cc Clean and update tests after Index* refactoring 2019-11-09 20:03:28 -08:00
namespace_alias.cc index_tests: Test 22.0.0git 2025-08-14 23:42:18 -07:00
namespace_reference.cc index_tests: Test 22.0.0git 2025-08-14 23:42:18 -07:00