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] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
lib
/
Rewrite
/
CMakeLists.txt
blob
16550b1b710ef9f0dc4d863ddca69eabdb1425da
1
set(LLVM_LINK_COMPONENTS
2
Support
3
)
4
5
add_clang_library(clangRewrite
6
DeltaTree.cpp
7
HTMLRewrite.cpp
8
RewriteRope.cpp
9
Rewriter.cpp
10
TokenRewriter.cpp
11
12
LINK_LIBS
13
clangBasic
14
clangLex
15
)