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 ebc31d2 commit db494bdCopy full SHA for db494bd
llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn
@@ -9,9 +9,15 @@ unittest("ClangAnalysisFlowSensitiveTests") {
9
"//clang/lib/Analysis/FlowSensitive",
10
"//clang/lib/Basic",
11
"//clang/lib/Frontend",
12
+ "//clang/lib/Lex",
13
"//clang/lib/Testing",
14
"//clang/lib/Tooling",
15
"//llvm/lib/Support",
16
+ "//llvm/lib/Testing/Support",
17
+ ]
18
+ sources = [
19
+ "TestingSupport.cpp",
20
+ "TestingSupportTest.cpp",
21
+ "TypeErasedDataflowAnalysisTest.cpp",
22
]
- sources = [ "TypeErasedDataflowAnalysisTest.cpp" ]
23
}
0 commit comments