sourcegraph / scip-clang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Regression in missing references to abseil types in scip-clang

varungandhi-src opened this issue · comments

This is working for me locally in a dev build... 🤔

It looks like on Linux, I'm running into this error.

indexer/Preprocessing.cc:1:10: fatal error: 'optional' file not found
#include <optional>
         ^~~~~~~~~~

Normally, this shouldn't be happening, it means something is wrong with how we're picking up the standard headers... Maybe there are different flags in the compilation database on Linux vs macOS.

It looks like this was due to #374, and doesn't repro on main. Closing.