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
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,7 @@
1
1
# scip-clang: SCIP indexer for C and C++
2
2
3
3
Status: scip-clang currently supports single-repository precise code navigation
4
-
for C and C++. It is ready for early adopters, with codebases smaller than 15M SLOC.
5
-
Larger codebases may run into a [Protobuf limit on message sizes](https://stackoverflow.com/q/34128872/2682729)
6
-
([tracking issue for fix](https://github.com/sourcegraph/scip/issues/143)).
4
+
for C and C++.
7
5
8
6
Here are some code navigation examples in [llvm/llvm-project](https://sourcegraph.com/github.com/llvm/llvm-project):
9
7
-[Find references for #include](https://sourcegraph.com/github.com/llvm/llvm-project@97a03eb2eb5acf269db6253fe540626b52950f97/-/blob/llvm/include/llvm/ADT/SmallSet.h?L1:1-1:81#tab=references)
0 commit comments