Skip to content

Commit c6a13d5

Browse files
docs: Add warning about grailbio compdb generator (#372)
1 parent 08b6ec0 commit c6a13d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ See the [Usage](#usage) section for step-by-step instructions.
107107
- **Bazel**: Use either
108108
[hedronvision/bazel-compile-commands-extractor](bazel-compile-commands-extractor)
109109
or [grailbio/bazel-compilation-database](https://github.com/grailbio/bazel-compilation-database).
110+
Caveat: The grailbio generator sometimes accidentally adds
111+
unexpanded Make variables in compilation commands,
112+
so you may need to remove them as a preprocessing step,
113+
before invoking `scip-clang`.
110114

111115
- **Meson**: Use the Ninja backend,
112116
[which generates a compilation database](https://sourcegraph.com/search?q=context:global+repo:%5Egithub%5C.com/mesonbuild/meson%24+compile_commands.json&patternType=standard&sm=1&groupBy=path).

0 commit comments

Comments
 (0)