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 54309b1 commit 54665f5Copy full SHA for 54665f5
llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/BUILD.gn
@@ -35,6 +35,7 @@ static_library("FlowSensitive") {
35
"Logger.cpp",
36
"RecordOps.cpp",
37
"SimplifyConstraints.cpp",
38
+ "SmartPointerAccessorCaching.cpp",
39
"Transfer.cpp",
40
"TypeErasedDataflowAnalysis.cpp",
41
"Value.cpp",
llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn
@@ -35,6 +35,7 @@ unittest("ClangAnalysisFlowSensitiveTests") {
"SignAnalysisTest.cpp",
"SimplifyConstraintsTest.cpp",
"SingleVarConstantPropagationTest.cpp",
+ "SmartPointerAccessorCachingTest.cpp",
"TestingSupport.cpp",
"TestingSupportTest.cpp",
"TransferBranchTest.cpp",
0 commit comments