~bigbes/tarantool

tarantool-protobuf

ref: 82717b15c0ca07d1cc3a5d3c720e6bf3a282edd0 tarantool-protobuf/runtime/pb/c/compile_flags.txt -rw-r--r-- 161 bytes
fb7a1e03 — Eugene Blikh 2 months ago
c-accel: add compile_flags.txt for clangd

Without the Tarantool include path, clangd can't find <module.h> and
the entire file cascades into undefined-symbol diagnostics. The actual
make build is unaffected — only the editor experience.

List the four common Tarantool include paths (macOS Homebrew, the
Cellar-style symlink, /usr/local, /usr/include). Missing dirs are
silently ignored by the compiler, so a single file works for both
macOS and Linux.