summaryrefslogtreecommitdiff
path: root/clang/unittests/StaticAnalyzer/CMakeLists.txt
blob: caf686e2a92e254cf224dbb9a349f8be103b7e3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
add_clang_unittest(StaticAnalysisTests
  AnalyzerOptionsTest.cpp
  APSIntTypeTest.cpp
  BlockEntranceCallbackTest.cpp
  BugReportInterestingnessTest.cpp
  CallDescriptionTest.cpp
  CallEventTest.cpp
  ConflictingEvalCallsTest.cpp
  ExprEngineVisitTest.cpp
  FalsePositiveRefutationBRVisitorTest.cpp
  IsCLibraryFunctionTest.cpp
  MemRegionDescriptiveNameTest.cpp
  NoStateChangeFuncVisitorTest.cpp
  ObjcBug-124477.cpp
  ParamRegionTest.cpp
  RangeSetTest.cpp
  RegisterCustomCheckersTest.cpp
  StoreTest.cpp
  SymbolReaperTest.cpp
  SValSimplifyerTest.cpp
  SValTest.cpp
  TestReturnValueUnderConstruction.cpp
  UnsignedStatDemo.cpp
  Z3CrosscheckOracleTest.cpp
  CLANG_LIBS
  clangBasic
  clangAnalysis
  clangAST
  clangASTMatchers
  clangCrossTU
  clangFrontend
  clangSerialization
  clangStaticAnalyzerCore
  clangStaticAnalyzerFrontend
  clangTooling
  LINK_LIBS
  clangTesting
  LLVM_COMPONENTS
  FrontendOpenMP
  Support
  )