repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
clang
/
lib
/
ASTMatchers
/
BUILD.gn
blob
8dbb132c7e6e5775b36fe7aeb17dc6d64c075dcb
1
static_library("ASTMatchers") {
2
output_name = "clangASTMatchers"
3
configs += [ "//llvm/utils/gn/build:clang_code" ]
4
deps = [
5
"//clang/lib/AST",
6
"//clang/lib/Basic",
7
"//llvm/lib/Support",
8
]
9
sources = [
10
"ASTMatchFinder.cpp",
11
"ASTMatchersInternal.cpp",
12
]
13
}