Skip to content

Commit 202db1c

Browse files
docs: Mention that pre-compiled headers are not supported (#386)
1 parent 58f5d61 commit 202db1c

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
@@ -63,6 +63,10 @@ to intercept compilation commands and generate a compilation database.
6363
We're interested in exploring more
6464
[native Bazel support](https://github.com/sourcegraph/scip-clang/issues/182) in the future.
6565

66+
The use of [pre-compiled headers](https://en.wikipedia.org/wiki/Precompiled_header)
67+
is not supported, as the format of pre-compiled headers varies
68+
across compilers and individual compiler versions.
69+
6670
[JSON compilation database]: https://clang.llvm.org/docs/JSONCompilationDatabase.html
6771

6872
## Quick Start

0 commit comments

Comments
 (0)