Skip to content

Commit

Permalink
Update Configuring-clangd-lsp.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Freaxed authored May 23, 2023
1 parent f8ff804 commit d0e9a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuring-clangd-lsp.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Two main configuration point:

## The project
To let understand clangd how you want each file to be compiled, you should provide a compile database file (compile_commands.json).
The file contains, for each file of the project, the list off all the flags and include paths your compiler needs.
The file contains, for each file of the project, the list of all the flags and include paths your compiler needs.
There are usefull tools to let you create the compile_commands.json file automatically from a building tool like make, jam or cmake.
Usually this is enough to let clangd work correctly in most cases.

Expand Down

0 comments on commit d0e9a39

Please sign in to comment.