Skip to content

Disable case check for external headers and sources? #1984

Answered by HighCommander4
Stehsaer asked this question in Q&A
Discussion options

You must be logged in to vote

You can scope clangd config file entries to a directory using PathMatch or PathExclude (https://clangd.llvm.org/config.html#if).

So, you could e.g. exclude directories containing third-party library code, or only include directories containing your own code.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Stehsaer
Comment options

@HighCommander4
Comment options

Answer selected by Stehsaer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants