practices
Repository with code from practice sessions
Clangd
First, build the project to generate compile_commands.json:
cmake -B build
Then tell clangd where to find it by adding to .clangd:
CompileFlags:
CompilationDatabase: build
Description
Languages
C
82.5%
CMake
17.5%