WillAyd commented on PR #314:
URL: https://github.com/apache/arrow-adbc/pull/314#issuecomment-1373981712
The documentation of the .clangd file is a bit sparse right now, but I think
got the setup you described to work with this:
```
If:
PathMatch: c/driver/postgresql/.*
CompileFlags:
CompilationDatabase: build/driver_postgresql
---
If:
PathMatch: c/driver/sqlite/.*
CompileFlags:
CompilationDatabase: build/driver_sqlite
---
If:
PathMatch: c/driver_manager/.*
CompileFlags:
CompilationDatabase: build/driver_manager
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]