repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang-tools-extra
/
clangd
/
index
/
remote
/
marshalling
/
CMakeLists.txt
blob
071802a96264716ce9cb683a0868c362f4c95b92
1
add_clang_library(clangdRemoteMarshalling
2
Marshalling.cpp
3
4
LINK_LIBS
5
clangdRemoteIndexProto
6
clangDaemon
7
clangdSupport
8
9
DEPENDS
10
clangdRemoteIndexProto
11
)