
Chromium's implementation of assertions (`CHECK`, `DCHECK`, etc.) are not annotated with "noreturn", by default. This patch adds a model of the logical implications of successfully executing one of these assertions. Differential Revision: https://reviews.llvm.org/D121797
12 lines
216 B
CMake
12 lines
216 B
CMake
add_clang_library(clangAnalysisFlowSensitiveModels
|
|
ChromiumCheckModel.cpp
|
|
UncheckedOptionalAccessModel.cpp
|
|
|
|
LINK_LIBS
|
|
clangAnalysis
|
|
clangAnalysisFlowSensitive
|
|
clangAST
|
|
clangASTMatchers
|
|
clangBasic
|
|
)
|