We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1583afa commit 5c39b18Copy full SHA for 5c39b18
llvm/utils/gn/secondary/clang/lib/Analysis/LifetimeSafety/BUILD.gn
@@ -2,11 +2,8 @@ static_library("LifetimeSafety") {
2
output_name = "clangLifetimeSafety"
3
configs += [ "//llvm/utils/gn/build:clang_code" ]
4
deps = [
5
- "//clang/include/clang/AST:StmtDataCollectors",
6
"//clang/lib/AST",
7
- "//clang/lib/ASTMatchers",
8
"//clang/lib/Basic",
9
- "//clang/lib/Lex",
10
"//llvm/lib/Support",
11
]
12
sources = [
0 commit comments