You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
I am having problems using nuclide with compile_commands.json and cmake. When opening a project, knowing it compiles without any problems, I get errors like use of undeclared identifier 'NULL'.
The file compile_commands.json is auto generated from cmake and well placed/copied at the root of the project.
The autocompletion, on the other hand, seems to work very well.
I searched in the /tmp/nuclide* logs, but without any success.