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 308fc3f commit 00145bcCopy full SHA for 00145bc
llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/Models/BUILD.gn
@@ -8,5 +8,8 @@ static_library("Models") {
8
"//clang/lib/Analysis/FlowSensitive",
9
"//clang/lib/Basic",
10
]
11
- sources = [ "UncheckedOptionalAccessModel.cpp" ]
+ sources = [
12
+ "ChromiumCheckModel.cpp",
13
+ "UncheckedOptionalAccessModel.cpp",
14
+ ]
15
}
llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn
@@ -17,6 +17,7 @@ unittest("ClangAnalysisFlowSensitiveTests") {
17
"//llvm/lib/Testing/Support",
18
19
sources = [
20
+ "ChromiumCheckModelTest.cpp",
21
"DataflowAnalysisContextTest.cpp",
22
"DataflowEnvironmentTest.cpp",
23
"MapLatticeTest.cpp",
0 commit comments