1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:27:35 +00:00

Documentation: Recommend disabling clangd's IncludeCleaner feature

This commit is contained in:
Andrew Kaster 2024-02-05 04:28:11 -07:00 committed by Andrew Kaster
parent e6762e8d4d
commit 713698d2ca
3 changed files with 15 additions and 0 deletions

View file

@ -15,6 +15,10 @@ CompileFlags:
- "-UNO_TLS"
- "-I/path/to/serenity/Toolchain/Local/x86_64/x86_64-pc-serenity/include/c++/13.1.0"
- "-I/path/to/serenity/Toolchain/Local/x86_64/x86_64-pc-serenity/include/c++/13.1.0/x86_64-pc-serenity"
Diagnostics:
UnusedIncludes: None
MissingIncludes: None
```
You will need to change `/path/to/serenity` and change `13.1.0` to