Skip to content

Create `.clangd` config file inside of projects

Christoph Hasse requested to merge chasse_symlink into master

The .clangd file will tell clangd where to find the compile_commands.json file.

clangd automatically searches for these .clangd files in the ancestor directories of an open source file, so this should make using clangd quite a bit easier.
(no more self rolled symlink hacks 🎉 )

Edited by Christoph Hasse

Merge request reports