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
  Z3CrosscheckOracleTest.cpp
  CLANG_LIBS
  clangBasic
  clangAnalysis
  clangAST
  clangASTMatchers
  clangCrossTU
  clangFrontend
  clangSerialization
  clangStaticAnalyzerCore
  clangStaticAnalyzerFrontend
  clangTooling
  LINK_LIBS
  clangTesting
  LLVM_COMPONENTS
  FrontendOpenMP
  Support
  )
