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 d8857d5 commit 33bfbacCopy full SHA for 33bfbac
llvm/utils/gn/secondary/clang/unittests/Analysis/BUILD.gn
@@ -8,6 +8,7 @@ unittest("ClangAnalysisTests") {
8
"//clang/lib/Analysis",
9
"//clang/lib/Basic",
10
"//clang/lib/Frontend",
11
+ "//clang/lib/Testing",
12
"//clang/lib/Tooling",
13
"//llvm/lib/Support",
14
]
@@ -17,6 +18,7 @@ unittest("ClangAnalysisTests") {
17
18
"CloneDetectionTest.cpp",
19
"ExprMutationAnalyzerTest.cpp",
20
"IntervalPartitionTest.cpp",
21
+ "LifetimeSafetyTest.cpp",
22
"MacroExpansionContextTest.cpp",
23
"UnsafeBufferUsageTest.cpp",
24
0 commit comments